mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
17 lines
344 B
JSON
17 lines
344 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
// "plugin": ["opencode-openai-codex-auth"],
|
|
// "enterprise": {
|
|
// "url": "https://enterprise.dev.opencode.ai",
|
|
// },
|
|
"instructions": ["STYLE_GUIDE.md"],
|
|
"provider": {
|
|
"opencode": {
|
|
"options": {},
|
|
},
|
|
},
|
|
"mcp": {},
|
|
"tools": {
|
|
"github-triage": false,
|
|
},
|
|
}
|