Files
nixos/config.opencode.jsonc
T
Matthew Bessette aff29b3a6c fixes cleo-darwin
2026-06-24 13:55:25 -04:00

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"
}
}
}