docs: Claude Code v2.1.261 - /skill-doctor, output size controls, new security blocks, ant apply - #1248
Merged
Conversation
… security blocks, ant apply 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: v2.1.261 is a substantial release: a new
/skill-doctorcommand gives users visibility into which loaded skills are actually being used and what they cost in context (and how to prune them), two new settings let teams push the inline output ceiling for bash and background tasks up to 128K characters, and managed-settings administrators can now lockdangerouslyDisableSandboxtofalseto enforce strict sandbox mode org-wide. On top of that, government/enterprise security docs were updated with an important clarification that the macOS sandbox lets shell commands read any file on the device (it only restricts writes), which is a meaningful security posture disclosure. 60+ bug fixes across Remote Control, VS Code, Bedrock, prompt caching, and the gateway round out a release that is anything but incremental.HIGHLIGHTS:
/skill-doctor(new command): shows each skill's context cost and usage count; flags unused skills and where to turn them off. Surfaces in the/pluginmanager's Stats tab interactively, or prints as text in headless mode. Docs updated inskills.mdandslash-commands.md.bashOutputMaxChars/taskOutputMaxChars(new settings): raise the inline output ceiling for bash commands and background task reads up to 128,000 characters (was fixed at 30K/32K).settings-reference.mdhas full documentation.keybindingFlavorsimultaneously deprecated — word-editing now always follows readline (Ctrl+W, Alt+F, Alt+D).--append-subagent-system-prompt-file: new CLI flag to load subagent system prompts from a file, for prompts too large to pass on the command line.dangerouslyDisableSandboxcan now be forced tofalsein managed settings, so every command must either run sandboxed or appear inexcludedCommands. Documented insettings-reference.mdandsandboxing.md.security-and-data-handling.mdandconfig/settings.mdnow explicitly say that the macOS sandbox limits file writes to permitted folders but allows shell commands to read any file the user's account can open. Windows has no sandbox at all. Admins relying onAllowed workspace foldersto limit file access need to know this.support.claude.com/en/articles/13163666-holiday-2025-usage-promotionnewly 404s — the 2025 holiday usage promotion page is gone (expected at this date).claude -p --resumemalformed session ID.Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning