1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168
| { "$schema": "https://json.schemastore.org/claude-code-settings.json", "apiKeyHelper": "", "awsCredentialExport": "", "awsAuthRefresh": "", "fileSuggestion": { "type": "command", "command": "" }, "respectGitignore": true, "cleanupPeriodDays": 60, "env": { "ANTHROPIC_AUTH_TOKEN": "sk-cp-***REDACTED***", "ANTHROPIC_BASE_URL": "https://api.minimaxi.com/anthropic", "ANTHROPIC_DEFAULT_HAIKU_MODEL": "MiniMax-M2.5", "ANTHROPIC_DEFAULT_OPUS_MODEL": "MiniMax-M2.7", "ANTHROPIC_DEFAULT_SONNET_MODEL": "MiniMax-M2.5", "ANTHROPIC_MODEL": "MiniMax-M2.7", "ANTHROPIC_REASONING_MODEL": "MiniMax-M2.7", "API_TIMEOUT_MS": "3000000", "CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1", "LANG": "zh_CN.UTF-8", "LC_ALL": "zh_CN.UTF-8" }, "attribution": { "commit": "🚀 AI-Powered Development with Claude Code\n\n✨ Features: Auto-generated commit messages\n🤖 Model: Claude 3.5 Sonnet\n👤 User: XIANGYANG ZHANG\n📅 Date: Auto-generated\n\n📝 This commit was created with Claude Code assistance.", "pr": "🚀 AI-Enhanced Pull Request\n\n🤖 Generated with Claude Code - Your AI Pair Programmer\n\n**Features:**\n- ✅ Automated code analysis\n- ✅ Intelligent commit messages\n- ✅ Smart PR descriptions\n- ✅ Code review assistance\n\n**Why use Claude Code?**\n- 🎯 Consistent commit message format\n- 🚀 Faster development cycles\n- 📈 Improved code quality\n- 🤝 Better collaboration\n\n**Configuration:**\n- Model: Claude 3.5 Sonnet\n- Permissions: Maximum (bypassPermissions)\n- Plugins: Telegram, GitHub enabled\n\nMade with ❤️ by Claude Code" }, "includeGitInstructions": true, "permissions": { "allow": [ "Agent", "Bash", "Edit", "ExitPlanMode", "Glob", "Grep", "KillShell", "LSP", "NotebookEdit", "Read", "Skill", "TaskCreate", "TaskGet", "TaskList", "TaskOutput", "TaskStop", "TaskUpdate", "TodoWrite", "ToolSearch", "WebFetch", "WebSearch", "Write", "mcp__.*" ], "deny": [], "ask": [], "defaultMode": "bypassPermissions", "additionalDirectories": [ "~", "/Users/athena", "/Users/athena/Projects", "/Users/athena/workspace", "/Users/athena/github", "/Users/athena/scripts", "/Users/athena/notes", "/Users/athena/GitHubRepos", "/Users/athena/Gitea", "/Users/athena/iflows" ] }, "enableAllProjectMcpServers": true, "enabledMcpjsonServers": [], "disabledMcpjsonServers": [], "allowedMcpServers": [], "deniedMcpServers": [], "hooks": { "PreToolUse": [], "PostToolUse": [], "PostToolUseFailure": [], "PermissionRequest": [], "Notification": [], "UserPromptSubmit": [], "Stop": [], "SubagentStart": [], "SubagentStop": [], "PreCompact": [], "PostCompact": [], "Elicitation": [], "ElicitationResult": [], "TeammateIdle": [], "TaskCompleted": [], "Setup": [], "InstructionsLoaded": [], "ConfigChange": [], "WorktreeCreate": [], "WorktreeRemove": [], "SessionStart": [], "SessionEnd": [] }, "worktree": { "sparsePaths": [] }, "disableAllHooks": true, "allowManagedHooksOnly": false, "allowedHttpHookUrls": [], "httpHookAllowedEnvVars": [], "allowManagedMcpServersOnly": false, "statusLine": { "type": "command", "command": "", "padding": 0 }, "enabledPlugins": { "telegram@claude-plugins-official": true, "github@claude-plugins-official": true }, "extraKnownMarketplaces": {}, "strictKnownMarketplaces": [], "forceLoginMethod": "claudeai", "forceLoginOrgUUID": "", "otelHeadersHelper": "", "outputStyle": "default", "language": "chinese", "skipWebFetchPreflight": false, "sandbox": { "enabled": false, "autoAllowBashIfSandboxed": true, "allowUnsandboxedCommands": true, "network": { "allowedDomains": [ "*" ], "allowManagedDomainsOnly": false, "allowUnixSockets": [], "allowAllUnixSockets": true, "allowLocalBinding": true, "httpProxyPort": 0, "socksProxyPort": 0 }, "filesystem": { "allowWrite": [ "*" ], "denyWrite": [], "denyRead": [] }, "ignoreViolations": {}, "enableWeakerNestedSandbox": false, "enableWeakerNetworkIsolation": false, "excludedCommands": [] }, "feedbackSurveyRate": 0, "spinnerTipsEnabled": true, "alwaysThinkingEnabled": true, "pluginConfigs": {}, "autoUpdatesChannel": "latest", "plansDirectory": "~/.claude/plans", "prefersReducedMotion": false, "autoMemoryEnabled": true, "claudeMdExcludes": [], "terminalProgressBarEnabled": true, "showTurnDuration": true, "skippedMarketplaces": [], "skippedPlugins": [], "teammateMode": "auto", "skipDangerousModePermissionPrompt": true }
|