docs: Claude Code v2.1.260 - security fixes, /diff panel, revert of Read() deny regression - #1244
Merged
Conversation
…ead() deny regression Co-Authored-By: claude-yolo[bot] <claude-yolo@lroole.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Night shift report
WHY THIS MATTERS: Two security bugs were silently letting more through than intended: permission rules whose path contained parentheses were dropped entirely (leaving those "read-only" folders actually writable), and zsh command substitutions hidden inside REPORTTIME/REPORTMEMORY/DIRSTACKSIZE assignments were auto-approved without prompting. Both are fixed in 2.1.260. On top of that, the 2.1.259 change that applied
Read()deny rules to Bash arguments — which brokenpm run buildand madecd … && grepprompt in auto mode — is fully reverted. And there's a new/diffpanel in fullscreen mode showing uncommitted changes alongside the conversation in real time.HIGHLIGHTS:
Edit(/some/(project)/src/**)style rules were treated as invalid and ignored, leaving those directories unprotected (fixed)REPORTTIME=0 evil-cmdwere passing permission checks without triggering a prompt (fixed)Read()deny rules to Bash arguments brokenpm run buildunder anyRead(./**/build/**)rule and causedcd … && grepto prompt in auto mode; now reverted/diffpanel — fullscreen mode gets a live side-by-side diff of uncommitted changes; toggle with/diff/effortchanges mid-session no longer invalidate the cache/ultrareviewtimeout extended — 30 min → 45 min for long-running cloud reviews!bash-mode now always runs outside sandbox — even withsandbox.allowUnsandboxedCommands: false, matching the expectation of typing into your own terminal--kill-session-after-minnow releases sessions waiting on user input instead of killing them and reporting failureCreated by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning