opencode+claude config updates

This commit is contained in:
David Chen 2026-02-03 17:20:41 -08:00
parent 76bc5b83b4
commit a97e3a5e20
15 changed files with 226 additions and 2443 deletions

View file

@ -1,13 +1,12 @@
{
"$schema": "https://opencode.ai/config.json",
"small_model": "zai-coding-plan/glm-4.7",
"model": "anthropic/claude-opus-4-5",
"model": "anthropic/claude-opus-4-5-20251101",
"compaction": {
"auto": false
},
"plugin": [
"opencode-anthropic-auth@0.0.9",
"@franlol/opencode-md-table-formatter"
"opencode-anthropic-auth@0.0.13"
],
"lsp": {
"dart": {
@ -35,11 +34,23 @@
"web"
],
"enabled": true
},
"sentry": {
"type": "local",
"command": [
"npx",
"-y",
"mcp-remote@latest",
"https://mcp.sentry.dev/mcp"
],
"enabled": false
}
},
"keybinds": {
"messages_half_page_up": "ctrl+alt+u",
"messages_half_page_down": "ctrl+alt+e"
"messages_half_page_down": "ctrl+alt+e",
"messages_line_down": "none",
"messages_line_up": "none"
},
"provider": {
"cliproxyapi": {
@ -98,16 +109,5 @@
}
},
"agent": {
"Search": {
"model": "zai-coding-plan/glm-4.7",
"mode": "subagent",
"description": "Read-only agent for web searches",
"prompt": "You are Jeff, a research specialist. Use only read/online tools to gather information, summarize briefly with sources, and avoid edits or speculation. When researching information on the internet, use the google_search tool to conduct searches, and then follow up with website_fetch tool calls to gather detailed content from relevant pages.",
"permission": {
"edit": "deny",
"bash": "deny",
"webfetch": "deny"
}
}
}
}