@xiaolingbuling #2 { "cleanupPeriodDays": 720, "env": { "ANTHROPIC_AUTH_TOKEN": "", "ANTHROPIC_BASE_URL": "", "HTTPS_PROXY": "http://127.0.0.1:7890", "HTTP_PROXY": "http://127.0.0.1:7890", "CLAUDE_BASH_MAINTAIN_PROJECT_WORKING_DIR": "true", "ANTHROPIC_DEFAULT_HAIKU_MODEL": "claude-opus-4-8", "ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-8", "ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-opus-4-8", "ANTHROPIC_MODEL": "opus[1m]", "CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1", "CLAUDE_CODE_ATTRIBUTION_HEADER": "0", "DISABLE_INSTALLATION_CHECKS": "1", "CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "true", "ENABLE_TOOL_SEARCH": "1" }, "permissions": { "allow": [ "Read,Edit,Bash,WebFetch,Glob,Grep,WebSearch,TaskList,TaskCreate,TaskGet,TaskUpdate" ], "deny": [ "Bash(rm *)" ] }, "model": "opus[1m]", "hooks": { "Stop": [ { "matcher": "", "hooks": [ { "type": "command", "command": "bash /home/jing/.claude/hooks/stop-notify.sh", "timeout": 10, "async": true } ] } ] }, "statusLine": { "type": "command", "command": "node $HOME/.claude/hud/statusline.mjs" }, "enabledPlugins": { "oh-my-claudecode@omc": true, "typescript-lsp@claude-plugins-official": true, "everything-claude-code@everything-claude-code": true, "superpowers@claude-plugins-official": true, "planning-with-files@planning-with-files": true, "ui-ux-pro-max@ui-ux-pro-max-skill": true, "feature-dev@claude-plugins-official": true, "frontend-design@claude-plugins-official": true }, "extraKnownMarketplaces": { "superpowers-marketplace": { "source": { "source": "github", "repo": "obra/superpowers-marketplace" } }, "planning-with-files": { "source": { "source": "github", "repo": "OthmanAdi/planning-with-files" } }, "ui-ux-pro-max-skill": { "source": { "source": "github", "repo": "nextlevelbuilder/ui-ux-pro-max-skill" } }, "omc": { "source": { "source": "github", "repo": "yeachan-heo/oh-my-claudecode" } }, "everything-claude-code": { "source": { "source": "github", "repo": "affaan-m/everything-claude-code" } } }, "language": "中文", "skipWebFetchPreflight": true, "alwaysThinkingEnabled": true, "effortLevel": "high", "autoUpdatesChannel": "latest", "skipDangerousModePermissionPrompt": true, "EFFORTLEVEL": "MAX", "feedbackSurveyState": { "lastShownTime": 1754010559411 } } 我用的这个,你试试行不行吧。
@xiaolingbuling #2 { "env": { "ANTHROPIC_BASE_URL": "https://a-ocnfniawgw.cn-shanghai.fcapp.run", "ANTHROPIC_AUTH_TOKEN": "sk-", "CLAUDE_CODE_ATTRIBUTION_HEADER": "0", "CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS": "1", "ANTHROPIC_MODEL": "claude-opus-4-8[1M]", "ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-8[1M]", "ANTHROPIC_DEFAULT_HAIKU_MODEL": "claude-opus-4-8[1M]", "CLAUDE_CODE_SUBAGENT_MODEL": "claude-opus-4-8[1M]", "CLAUDE_CODE_EFFORT_LEVEL": "max" }, "effortLevel": "xhigh", "hasCompletedOnboarding": true, "permissionMode": "bypassPermissions", "dangerouslySkipPermissions": true, "mcp": { "autoApprove": [ { "server": "*", "tool": "*" } ] }, "terminal": { "autoExecute": true } }
@xiaolingbuling #2 { "env": { "ANTHROPIC_AUTH_TOKEN": "sk-jj1o", "ANTHROPIC_BASE_URL": "https://a-ocnfniawgw.cn-shanghai.fcapp.run", "ANTHROPIC_MODEL": "claude-opus-4-8[1M]", "ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-opus-4-8[1M]", "ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-8[1M]", "ANTHROPIC_DEFAULT_HAIKU_MODEL": "claude-opus-4-8[1M]", "CLAUDE_CODE_ATTRIBUTION_HEADER": "0", "CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS": "1", "CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1", "ENABLE_TOOL_SEARCH": "true" }, "includeCoAuthoredBy": false }
我天天都能用呀
配置文件能分享一下吗,我这里一直让开1m上下文
@xiaolingbuling #2
我也是,在ccswitch里添加了,勾选了1m的那个框 还是让我开始1m上下文
@xiaolingbuling #2 {
"cleanupPeriodDays": 720,
"env": {
"ANTHROPIC_AUTH_TOKEN": "",
"ANTHROPIC_BASE_URL": "",
"HTTPS_PROXY": "http://127.0.0.1:7890",
"HTTP_PROXY": "http://127.0.0.1:7890",
"CLAUDE_BASH_MAINTAIN_PROJECT_WORKING_DIR": "true",
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "claude-opus-4-8",
"ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-8",
"ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-opus-4-8",
"ANTHROPIC_MODEL": "opus[1m]",
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
"CLAUDE_CODE_ATTRIBUTION_HEADER": "0",
"DISABLE_INSTALLATION_CHECKS": "1",
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "true",
"ENABLE_TOOL_SEARCH": "1"
},
"permissions": {
"allow": [
"Read,Edit,Bash,WebFetch,Glob,Grep,WebSearch,TaskList,TaskCreate,TaskGet,TaskUpdate"
],
"deny": [
"Bash(rm *)"
]
},
"model": "opus[1m]",
"hooks": {
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "bash /home/jing/.claude/hooks/stop-notify.sh",
"timeout": 10,
"async": true
}
]
}
]
},
"statusLine": {
"type": "command",
"command": "node $HOME/.claude/hud/statusline.mjs"
},
"enabledPlugins": {
"oh-my-claudecode@omc": true,
"typescript-lsp@claude-plugins-official": true,
"everything-claude-code@everything-claude-code": true,
"superpowers@claude-plugins-official": true,
"planning-with-files@planning-with-files": true,
"ui-ux-pro-max@ui-ux-pro-max-skill": true,
"feature-dev@claude-plugins-official": true,
"frontend-design@claude-plugins-official": true
},
"extraKnownMarketplaces": {
"superpowers-marketplace": {
"source": {
"source": "github",
"repo": "obra/superpowers-marketplace"
}
},
"planning-with-files": {
"source": {
"source": "github",
"repo": "OthmanAdi/planning-with-files"
}
},
"ui-ux-pro-max-skill": {
"source": {
"source": "github",
"repo": "nextlevelbuilder/ui-ux-pro-max-skill"
}
},
"omc": {
"source": {
"source": "github",
"repo": "yeachan-heo/oh-my-claudecode"
}
},
"everything-claude-code": {
"source": {
"source": "github",
"repo": "affaan-m/everything-claude-code"
}
}
},
"language": "中文",
"skipWebFetchPreflight": true,
"alwaysThinkingEnabled": true,
"effortLevel": "high",
"autoUpdatesChannel": "latest",
"skipDangerousModePermissionPrompt": true,
"EFFORTLEVEL": "MAX",
"feedbackSurveyState": {
"lastShownTime": 1754010559411
}
}
我用的这个,你试试行不行吧。
@xiaolingbuling #2
@xiaolingbuling #2
{
"env": {
"ANTHROPIC_AUTH_TOKEN": "sk-jj1o",
"ANTHROPIC_BASE_URL": "https://a-ocnfniawgw.cn-shanghai.fcapp.run",
"ANTHROPIC_MODEL": "claude-opus-4-8[1M]",
"ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-opus-4-8[1M]",
"ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-8[1M]",
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "claude-opus-4-8[1M]",
"CLAUDE_CODE_ATTRIBUTION_HEADER": "0",
"CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS": "1",
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1",
"ENABLE_TOOL_SEARCH": "true"
},
"includeCoAuthoredBy": false
}
@orzz #6 大佬露token了。
@bakohok #7
没有吧,我都删了大部分了还能看到?
@orzz #8 看错了,你应该清空。哈哈
谢谢分享