-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
26 lines (26 loc) · 801 Bytes
/
settings.json
File metadata and controls
26 lines (26 loc) · 801 Bytes
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
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"env": {
"ANTHROPIC_CUSTOM_HEADERS": "User-Agent: claude-cli/2.1.98 (external, sdk-cli)"
},
"permissions": {
"defaultMode": "bypassPermissions"
},
"model": "sonnet",
"enabledPlugins": {
"context7@claude-plugins-official": true,
"rust-analyzer-lsp@claude-plugins-official": true,
"code-review@claude-plugins-official": true,
"commit-commands@claude-plugins-official": true,
"skill-creator@claude-plugins-official": true
},
"language": "Japanese",
"alwaysThinkingEnabled": true,
"advisorModel": "opus",
"promptSuggestionEnabled": false,
"autoMemoryEnabled": false,
"skipDangerousModePermissionPrompt": true,
"feedbackSurveyState": {
"lastShownTime": 1754154377081
}
}