mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
28 lines
559 B
JSON
28 lines
559 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"weather": {
|
|
"enabled": false,
|
|
"type": "local",
|
|
"command": ["opencode", "x", "@h1deya/mcp-server-weather"]
|
|
}
|
|
},
|
|
"provider": {
|
|
"anthropic": {
|
|
"models": {
|
|
"claude-sonnet-4-20250514": {
|
|
"limit": {
|
|
"context": 1000000,
|
|
"output": 59904
|
|
},
|
|
"options": {
|
|
"thinking": {
|
|
"type": "enabled",
|
|
"budgetTokens": 4096
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|