Files
team/.devcontainer/templates/settings.json
arno 7eb22db481
All checks were successful
CI / lint (push) Successful in 6s
功能: 优化多模型上下文窗口配置与状态栏显示
2026-04-30 16:16:07 +08:00

21 lines
726 B
JSON

{
"env": {
"API_TIMEOUT_MS": "3000000",
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1",
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
"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
}