You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ai-chat): auto-allow read-only bash in Edit Mode
Mirrors the Claude Code CLI's default permissions.allow set
(git status / log / diff / show / remote show / branch / ls-files /
rev-parse, plus generic ls / pwd / cat / head / tail / wc / which /
file / stat / echo, and version probes) so the user isn't prompted
for every "look around the repo" command.
Anything containing shell composition characters (; && || | $(...)
backticks < >) still falls through to a user prompt, so chained
destructive operations can't piggy-back on a safe prefix.
0 commit comments