cloudaxe-opencode/.opencode/opencode.jsonc

18 lines
344 B
Text
Raw Normal View History

2025-11-17 15:57:18 +00:00
{
"$schema": "https://opencode.ai/config.json",
// "plugin": ["opencode-openai-codex-auth"],
// "enterprise": {
// "url": "https://enterprise.dev.opencode.ai",
// },
2025-12-03 16:46:48 +00:00
"instructions": ["STYLE_GUIDE.md"],
2025-11-17 15:57:18 +00:00
"provider": {
"opencode": {
"options": {},
2025-11-17 15:57:18 +00:00
},
},
"mcp": {},
2025-12-16 01:15:40 +00:00
"tools": {
"github-triage": false,
},
2025-11-17 15:57:18 +00:00
}