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
fix: recognize a safe file read whose path the CLI wrapped across lines
Claude Code hard-wraps a long path inside its permission dialog, so the
line-based Read(...) match missed it entirely and the dialog fell through to
the whole-screen critical scan — parking a lane over its own runner-armed kit
again (live c44, 2026-08-19, three lanes). approval_is_safe_read now flattens
the capture before matching and un-wraps the injected spaces; a wrapped secret
path (…/.ssh/id_r sa) is still refused after un-wrapping.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
0 commit comments