mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 14:44:46 +00:00
Co-authored-by: Github Action <action@github.com> Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
24 lines
464 B
JSON
24 lines
464 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": {},
|
|
},
|
|
},
|
|
"permission": "ask",
|
|
"mcp": {
|
|
"context7": {
|
|
"type": "remote",
|
|
"url": "https://mcp.context7.com/mcp",
|
|
},
|
|
},
|
|
"tools": {
|
|
"github-triage": false,
|
|
},
|
|
}
|