mirror of
https://github.com/Xevion/dotfiles.git
synced 2026-01-31 12:24:08 -06:00
- Update command description for clarity - Add plan mode handling instructions - Add guidance on scaling commit message complexity - Configure claude-sonnet-4-5 as default model in opencode config
28 lines
681 B
Cheetah
28 lines
681 B
Cheetah
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"model": "anthropic/claude-sonnet-4-5",
|
|
"plugin": [
|
|
"@tarquinen/opencode-dcp@latest",
|
|
"@franlol/opencode-md-table-formatter@0.0.3",
|
|
// "file:///home/xevion/projects/opencode-anthropic-websearch/dist/index.js"
|
|
],
|
|
"mcp": {
|
|
"context7": {
|
|
"type": "remote",
|
|
"url": "https://mcp.context7.com/mcp",
|
|
"headers": {
|
|
"CONTEXT7_API_KEY": "{{ dopplerProjectJson.CONTEXT7_API_KEY }}"
|
|
}
|
|
},
|
|
"gh_grep": {
|
|
"type": "remote",
|
|
"url": "https://mcp.grep.app"
|
|
},
|
|
"linear": {
|
|
"type": "remote",
|
|
"url": "https://mcp.linear.app/mcp",
|
|
"oauth": {}
|
|
}
|
|
}
|
|
}
|