Skip to content

Commit 063f0a7

Browse files
stephendolanclaude
andcommitted
fix(ai): switch defaultMode to bypassPermissions and reduce flicker
Auto mode requires a team plan; bypassPermissions works with the existing allow/deny/ask rules. Add CLAUDE_CODE_NO_FLICKER env var. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent be5016b commit 063f0a7

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

ai/claude-settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
"Bash(psql:-c TRUNCATE:*)"
209209
],
210210
"ask": ["Bash(gh pr comment:*)"],
211-
"defaultMode": "auto"
211+
"defaultMode": "bypassPermissions"
212212
},
213213
"enableAllProjectMcpServers": true,
214214
"hooks": {

shell/zshenv

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ path=(
3232
$path
3333
)
3434

35+
# Claude Code
36+
export CLAUDE_CODE_NO_FLICKER=1
37+
3538
# Ripgrep config path
3639
export RIPGREP_CONFIG_PATH=$HOME/.ripgreprc
3740

0 commit comments

Comments
 (0)