26 lines
556 B
JSON
26 lines
556 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"model": "github-copilot/claude-sonnet-4.6",
|
|
"instructions": [],
|
|
"provider": {},
|
|
"lsp": true,
|
|
"agent": {
|
|
"build": {
|
|
"prompt": "Always load and follow the git-workflow skill before performing any git operations such as committing, branching, syncing, or creating pull requests."
|
|
},
|
|
"explore": {
|
|
"model": "github-copilot/claude-haiku-4.5"
|
|
}
|
|
},
|
|
"autoupdate": false,
|
|
"server": {
|
|
"port": 4096
|
|
},
|
|
"mcp": {
|
|
"figma": {
|
|
"type": "remote",
|
|
"url": "http://127.0.0.1:3845/mcp"
|
|
}
|
|
}
|
|
}
|