2025-11-17 23:57:18 +08:00
|
|
|
{
|
|
|
|
|
"$schema": "https://opencode.ai/config.json",
|
2025-12-11 14:33:17 +08:00
|
|
|
// "plugin": ["opencode-openai-codex-auth"],
|
2025-12-02 20:50:16 +08:00
|
|
|
// "enterprise": {
|
|
|
|
|
// "url": "https://enterprise.dev.opencode.ai",
|
|
|
|
|
// },
|
2025-12-04 00:46:48 +08:00
|
|
|
"instructions": ["STYLE_GUIDE.md"],
|
2025-11-17 23:57:18 +08:00
|
|
|
"provider": {
|
|
|
|
|
"opencode": {
|
2025-12-10 06:32:12 +08:00
|
|
|
"options": {},
|
2025-11-17 23:57:18 +08:00
|
|
|
},
|
|
|
|
|
},
|
2026-01-02 06:54:11 +08:00
|
|
|
"permission": "ask",
|
|
|
|
|
"mcp": {
|
|
|
|
|
"context7": {
|
|
|
|
|
"type": "remote",
|
|
|
|
|
"url": "https://mcp.context7.com/mcp",
|
|
|
|
|
},
|
|
|
|
|
},
|
2025-12-16 09:15:40 +08:00
|
|
|
"tools": {
|
|
|
|
|
"github-triage": false,
|
|
|
|
|
},
|
2025-11-17 23:57:18 +08:00
|
|
|
}
|