.claude/settings.json

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2025 Dec 19 15:12
Editor
Edited
Edited
2025 Dec 19 15:43
Refs
Refs
{ "permissions": { "allow": [ "Bash(*)", "Edit(*)", "Write(*)" ] } }
 
 
{ "model": "claude-sonnet-4-5-20250929", "alwaysThinkingEnabled": true, "cleanupPeriodDays": 30, "outputStyle": "Explanatory", "env": { "ANTHROPIC_API_KEY": "${ANTHROPIC_API_KEY}", "NODE_ENV": "development" }, "companyAnnouncements": [ "Welcome! Check docs at docs.example.com" ], "permissions": { "allow": [ "Bash(*)", "Edit(**)", "Write(**)", "Read(**)", "WebFetch", "WebSearch" ], "ask": [ "Bash(rm -rf:*)", "Bash(git push --force:*)" ], "deny": [ "Read(.env)", "Read(.env.*)", "Read(./secrets/**)" ], "additionalDirectories": [ "../shared/" ], "defaultMode": "acceptEdits" }, "sandbox": { "enabled": true, "autoAllowBashIfSandboxed": true, "excludedCommands": [ "git", "docker", "kubectl" ], "allowUnsandboxedCommands": true, "network": { "allowUnixSockets": [ "~/.ssh/agent-socket" ], "allowLocalBinding": true } }, "attribution": { "commit": "Generated with Claude Code\n\nCo-Authored-By: Claude <noreply@anthropic.com>", "pr": "Generated with Claude Code" }, "statusLine": { "type": "command", "command": "~/.claude/statusline.sh" }, "fileSuggestion": { "type": "command", "command": "~/.claude/file-suggestion.sh" }, "hooks": { "PreToolUse": [ { "matcher": "Bash", "hooks": [ { "type": "command", "command": "~/.claude/hooks/pre-bash.sh" } ] } ], "PostToolUse": [ { "matcher": "Edit", "hooks": [ { "type": "command", "command": "~/.claude/hooks/post-edit.sh" } ] } ], "UserPromptSubmit": [ { "matcher": "*", "hooks": [ { "type": "command", "command": "~/.claude/hooks/on-prompt.sh" } ] } ] }, "enableAllProjectMcpServers": false, "enabledMcpjsonServers": [ "memory", "github" ], "disabledMcpjsonServers": [ "filesystem" ], "enabledPlugins": { "commit-commands@claude-plugins-official": true, "github@claude-plugins-official": true, "figma@claude-plugins-official": false }, "extraKnownMarketplaces": { "company-tools": { "source": { "source": "github", "repo": "company/claude-plugins", "ref": "main", "path": "marketplace" } }, "internal-plugins": { "source": { "source": "url", "url": "https://internal.company.com/marketplace.json" } } }, "apiKeyHelper": "/bin/generate_temp_api_key.sh", "awsAuthRefresh": "aws sso login --profile myprofile", "awsCredentialExport": "/bin/generate_aws_grant.sh", "otelHeadersHelper": "/bin/generate_otel_headers.sh", "forceLoginMethod": "claudeai", "forceLoginOrgUUID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" }
 
 
 
 
 

Recommendations