Files
team/.devcontainer/templates/settings.json
T
2026-04-19 21:47:08 +08:00

25 lines
936 B
JSON

{
"env": {
"ANTHROPIC_AUTH_TOKEN": "{{your_api_key}}",
"ANTHROPIC_BASE_URL": "https://open.bigmodel.cn/api/anthropic",
"API_TIMEOUT_MS": "3000000",
"CLAUDE_CODE_AUTO_COMPACT_WINDOW": "200000",
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1",
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
"CLAUDE_AUTOCOMPACT_PCT_OVERRIDE": "75",
"CLAUDE_CODE_NO_FLICKER": "1"
},
"enabledPlugins": {
"code-simplifier@claude-plugins-official": true,
"code-review@claude-plugins-official": true,
"hookify@claude-plugins-official": true,
"ralph-loop@claude-plugins-official": true,
"skill-creator@claude-plugins-official": true,
"typescript-lsp@claude-plugins-official": true,
"pyright-lsp@claude-plugins-official": true,
"superpowers@claude-plugins-official": true,
"glm-plan-usage@zai-coding-plugins": true
},
"language": "Chinese",
"skipDangerousModePermissionPrompt": true
}