mirror of
https://github.com/theniceboy/.config.git
synced 2026-02-22 12:55:39 +08:00
113 lines
2.1 KiB
JSON
113 lines
2.1 KiB
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"small_model": "zai-coding-plan/glm-4.7",
|
|
"model": "anthropic/claude-opus-4-6",
|
|
"compaction": {
|
|
"auto": false
|
|
},
|
|
"plugin": [
|
|
"opencode-anthropic-auth@0.0.13"
|
|
],
|
|
"lsp": {
|
|
"dart": {
|
|
"command": [
|
|
"dart",
|
|
"language-server"
|
|
],
|
|
"extensions": [
|
|
".dart"
|
|
]
|
|
}
|
|
},
|
|
"permission": {
|
|
"edit": "allow",
|
|
"bash": "allow",
|
|
"webfetch": "allow",
|
|
"doom_loop": "allow",
|
|
"external_directory": "allow"
|
|
},
|
|
"mcp": {
|
|
"web": {
|
|
"type": "local",
|
|
"command": [
|
|
"mctrl-mcp",
|
|
"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_line_down": "none",
|
|
"messages_line_up": "none"
|
|
},
|
|
"provider": {
|
|
"cliproxyapi": {
|
|
"npm": "@ai-sdk/openai",
|
|
"name": "CLIProxyAPI (Local)",
|
|
"options": {
|
|
"baseURL": "http://127.0.0.1:8317/v1",
|
|
"apiKey": "sk-dummy"
|
|
},
|
|
"models": {
|
|
"claude-opus-4-5-20251101": {
|
|
"name": "Claude Opus 4.5 (CLIProxyAPI)"
|
|
},
|
|
"gpt-5.1-codex-max": {
|
|
"name": "GPT-5.1 Codex Max (High)",
|
|
"options": {
|
|
"reasoningEffort": "high",
|
|
"include": [
|
|
"reasoning.encrypted_content"
|
|
],
|
|
"store": false
|
|
}
|
|
},
|
|
"gpt-5.1-codex-max-xhigh": {
|
|
"id": "gpt-5.1-codex-max",
|
|
"name": "GPT-5.1 Codex Max (Extra High)",
|
|
"options": {
|
|
"reasoningEffort": "xhigh",
|
|
"include": [
|
|
"reasoning.encrypted_content"
|
|
],
|
|
"store": false
|
|
}
|
|
},
|
|
"gpt-5.1-high": {
|
|
"name": "GPT-5.1 High",
|
|
"options": {
|
|
"reasoningEffort": "high",
|
|
"store": false
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cliproxyapi-google": {
|
|
"npm": "@ai-sdk/google",
|
|
"name": "CLIProxyAPI (Google)",
|
|
"options": {
|
|
"baseURL": "http://127.0.0.1:8317/v1beta",
|
|
"apiKey": "sk-dummy"
|
|
},
|
|
"models": {
|
|
"gemini-3-pro-preview": {
|
|
"name": "Gemini 3 Pro Preview (Google OAuth)"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"agent": {
|
|
}
|
|
}
|