|
1 | 1 | { |
2 | 2 | "$schema": "https://json.schemastore.org/claude-code-settings.json", |
3 | 3 | "allowManagedHooksOnly": false, |
| 4 | + "allowManagedPermissionRulesOnly": false, |
4 | 5 | "alwaysThinkingEnabled": false, |
5 | 6 | "apiKeyHelper": "/usr/local/bin/claude-auth-helper", |
6 | 7 | "attribution": { |
7 | 8 | "commit": "Generated with AI\n\nCo-Authored-By: AI <ai@example.com>", |
8 | 9 | "pr": "" |
9 | 10 | }, |
10 | | - "autoUpdatesChannel": "stable", |
| 11 | + "autoUpdatesChannel": "latest", |
11 | 12 | "availableModels": ["sonnet", "haiku"], |
| 13 | + "awsAuthRefresh": "aws sso login --profile myprofile", |
| 14 | + "awsCredentialExport": "/bin/generate_aws_grant.sh", |
12 | 15 | "cleanupPeriodDays": 60, |
| 16 | + "companyAnnouncements": ["Welcome to the team!"], |
| 17 | + "disableAllHooks": false, |
13 | 18 | "disabledMcpjsonServers": ["untrusted-server"], |
14 | | - "effortLevel": "high", |
| 19 | + "effortLevel": "medium", |
15 | 20 | "enableAllProjectMcpServers": true, |
| 21 | + "enabledPlugins": { |
| 22 | + "formatter@anthropic-tools": true |
| 23 | + }, |
16 | 24 | "env": { |
17 | 25 | "ANTHROPIC_MODEL": "claude-3-5-sonnet-20241022", |
18 | 26 | "ANTHROPIC_SMALL_FAST_MODEL": "claude-3-5-haiku-20241022", |
|
27 | 35 | } |
28 | 36 | } |
29 | 37 | }, |
| 38 | + "fastMode": true, |
30 | 39 | "fileSuggestion": { |
31 | 40 | "command": "~/.claude/file-suggestion.sh", |
32 | 41 | "type": "command" |
33 | 42 | }, |
34 | | - "forceLoginMethod": "claudeai", |
| 43 | + "forceLoginMethod": "console", |
| 44 | + "forceLoginOrgUUID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx", |
35 | 45 | "hooks": { |
36 | 46 | "PermissionRequest": [ |
37 | 47 | { |
|
80 | 90 | "includeCoAuthoredBy": true, |
81 | 91 | "language": "english", |
82 | 92 | "model": "opus", |
| 93 | + "otelHeadersHelper": "/usr/local/bin/otel-headers.sh", |
83 | 94 | "outputStyle": "Explanatory", |
84 | 95 | "permissions": { |
85 | 96 | "additionalDirectories": ["~/Documents/reference", "~/.config/claude-code"], |
|
107 | 118 | ] |
108 | 119 | }, |
109 | 120 | "plansDirectory": "./plans", |
110 | | - "prefersReducedMotion": false, |
111 | | - "respectGitignore": true, |
| 121 | + "pluginConfigs": { |
| 122 | + "formatter@anthropic-tools": { |
| 123 | + "mcpServers": { |
| 124 | + "formatter": { |
| 125 | + "autoFormat": "true" |
| 126 | + } |
| 127 | + } |
| 128 | + } |
| 129 | + }, |
| 130 | + "prefersReducedMotion": true, |
| 131 | + "respectGitignore": false, |
112 | 132 | "sandbox": { |
113 | 133 | "allowUnsandboxedCommands": false, |
114 | | - "autoAllowBashIfSandboxed": true, |
| 134 | + "autoAllowBashIfSandboxed": false, |
115 | 135 | "enableWeakerNestedSandbox": false, |
116 | 136 | "enabled": true, |
117 | 137 | "excludedCommands": ["docker", "git"], |
|
125 | 145 | "socksProxyPort": 8081 |
126 | 146 | } |
127 | 147 | }, |
128 | | - "showTurnDuration": true, |
129 | | - "spinnerTipsEnabled": true, |
| 148 | + "showTurnDuration": false, |
| 149 | + "skipWebFetchPreflight": false, |
| 150 | + "skippedMarketplaces": ["untrusted-marketplace"], |
| 151 | + "skippedPlugins": ["risky-plugin@unknown-marketplace"], |
| 152 | + "spinnerTipsEnabled": false, |
130 | 153 | "spinnerTipsOverride": { |
131 | 154 | "excludeDefault": false, |
132 | 155 | "tips": ["Check the style guide", "Run tests before committing"] |
133 | 156 | }, |
134 | 157 | "spinnerVerbs": { |
135 | | - "mode": "append", |
| 158 | + "mode": "replace", |
136 | 159 | "verbs": ["Analyzing", "Building"] |
137 | 160 | }, |
138 | | - "teammateMode": "auto", |
139 | | - "terminalProgressBarEnabled": true |
| 161 | + "statusLine": { |
| 162 | + "command": "~/.claude/statusline.sh", |
| 163 | + "padding": 1, |
| 164 | + "type": "command" |
| 165 | + }, |
| 166 | + "teammateMode": "tmux", |
| 167 | + "terminalProgressBarEnabled": false |
140 | 168 | } |
0 commit comments