docs: Claude Code v2.1.268 - copyOnSelect setting, SSH clipboard docs, sandbox per-session flag, checkpointing mid-turn clarification - #1274
Merged
Conversation
…, sandbox per-session flag, checkpointing mid-turn clarification 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: This batch documents several real behavioral changes and new settings in Claude Code v2.1.268 that users will encounter and may not understand without the docs. The SSH clipboard section in particular explains a genuinely confusing failure mode (OSC 52 silently not working). The checkpointing clarification closes a doc gap: queued mid-turn messages have always behaved this way, but it was never written down. The
copyOnSelectsetting is new surface area in/config. Taken together this is a docs-forward release — the behavior shipped before the docs caught up, and now they have.HIGHLIGHTS:
copyOnSelectsetting (settings-reference.md): Controls whether mouse selection in fullscreen rendering and agent view auto-copies to clipboard. Off by default for keyboard-first users; appears in/config. Global config only, not project-scoped.troubleshooting.md): New section explaining why/copyreports "Copied to clipboard" over SSH but text may not arrive. Documents per-terminal OSC 52 support gaps (iTerm2 needs a toggle; Terminal.app doesn't support it at all) and offersCLAUDE_CODE_DISABLE_MOUSE=1as a session-wide escape hatch.--settings(sandboxing.md): Documents thatclaude --settings '{"sandbox": ...}'can enable/configure sandboxing for one session without touching any settings file — and that this also prevents Claude from escaping the sandbox with an unsandboxed retry.checkpointing.md): Messages queued while Claude works and delivered within the running turn don't create checkpoints and don't appear in the rewind menu. To undo them, rewind to the prompt that started the turn. Propagated as a wording fix acrossbest-practices.mdandglossary.md.errors.md):EPERMon~/Desktop,~/Documents,~/Downloads, or iCloud Drive on macOS is a Privacy & Security gate, not a permissions bug. Fix: quit terminal with Cmd+Q, reopen, then check System Settings iflsstill fails.mcp.md): Secret is set only at add-time; to change it, remove and re-add the server. Also:skipDangerousModePermissionPromptfor skipping MCP approval only applies from user or managed settings (not project settings).context: fork≠ conversation fork (skills.md,slash-commands.md): Added a Note clarifying that a forked skill doesn't inherit conversation history — "fork" here means isolated subagent, not a copy of the current context tree.disallowedToolswith specifiers removes the whole tool (sub-agents.md):Bash(git push *)in a subagent'sdisallowedToolsremoves Bash entirely, not just matching commands. To keep Bash and block commands, usepermissions.denyinstead.--system-prompt-snapshotpreserved on fullscreen relaunch (fullscreen.md): Added to the list of flags Claude Code carries into a relaunched session.modelPickeradded to host-managed overrides (settings.md): Apps that setCLAUDE_CODE_PROVIDER_MANAGED_BY_HOSTnow overridemodelPickerin addition tomodel,fallbackModel, andmodelOverrides.marketplace.json): DQL queries, app/infra monitoring, log analysis, incident response — includes MCP server for live platform access.Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning