We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4471d7d commit e9f2265Copy full SHA for e9f2265
1 file changed
.claude/settings.json
@@ -1,9 +1,5 @@
1
{
2
- "env": {
3
- "CLAUDE_CODE_DISABLE_1M_CONTEXT": "1"
4
- },
5
"permissions": {
6
- "defaultMode": "auto",
7
"allow": [
8
"Bash(cat *)",
9
"Bash(cd *)",
@@ -55,13 +51,17 @@
55
51
"Bash(bunx *)",
56
52
"Bash(uvx *)",
57
53
"WebFetch"
58
- ]
54
+ ],
+ "defaultMode": "auto"
59
},
60
"model": "opus",
61
"statusLine": {
62
"type": "command",
63
"command": "~/.claude/statusline.py"
64
+ "enabledPlugins": {
+ "security-guidance@claude-plugins-official": true
+ },
65
"effortLevel": "xhigh",
66
"theme": "dark-daltonized",
67
"skipAutoPermissionPrompt": true
0 commit comments