Skip to content

Commit e9f2265

Browse files
committed
chore(claude): enable 1M context and add security-guidance plugin
1 parent 4471d7d commit e9f2265

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.claude/settings.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
2-
"env": {
3-
"CLAUDE_CODE_DISABLE_1M_CONTEXT": "1"
4-
},
52
"permissions": {
6-
"defaultMode": "auto",
73
"allow": [
84
"Bash(cat *)",
95
"Bash(cd *)",
@@ -55,13 +51,17 @@
5551
"Bash(bunx *)",
5652
"Bash(uvx *)",
5753
"WebFetch"
58-
]
54+
],
55+
"defaultMode": "auto"
5956
},
6057
"model": "opus",
6158
"statusLine": {
6259
"type": "command",
6360
"command": "~/.claude/statusline.py"
6461
},
62+
"enabledPlugins": {
63+
"security-guidance@claude-plugins-official": true
64+
},
6565
"effortLevel": "xhigh",
6666
"theme": "dark-daltonized",
6767
"skipAutoPermissionPrompt": true

0 commit comments

Comments
 (0)