docs: Claude Code v2.1.246 - Auto mode UI editor, disableDesktopLocalSessions, 50+ bug fixes - #1218
Merged
Conversation
…Sessions, 50+ bug fixes 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.246 is a substantial quality-of-life release with two new features worth calling out explicitly — admins can now edit auto mode classifier rules directly from
/permissionswithout touching a settings file, and a newdisableDesktopLocalSessionsMDM key lets organizations lock Code sessions to SSH/cloud only. On top of that, 50+ bug fixes hit a wide surface: MCP stability, plugin system, fullscreen transcript rendering, SSH reliability, background session lifecycle, and several security-relevant permission-check fixes. Claude Desktop also shipped v1.37937.0 with 8 new 3P config keys and major SSH and Cowork reliability improvements.HIGHLIGHTS:
/permissions(v2.1.246): users can now view and edit classifierallow/soft_deny/hard_deny/environmentrules from the permissions dialog UI — no settings file editing required. Documented inauto-mode-config.mdandpermissions.md.disableDesktopLocalSessionsmanaged setting: new MDM-only key that grays out the "Local" environment in the Desktop Code tab, forcing users to SSH or cloud sessions. Pairs withsshConfigs/sshHostAllowlist. Documented insettings-reference.mdanddesktop.md.*before the subcommand (e.g.Bash(git * main)matchesgit -c core.fsmonitor=<script> diff main). The permissions wildcard docs were rewritten with a full match/no-match table and three explicit matching rules.disabled_featureskey: admins can now disable individual add-in features (skills.authoring,thumbs,addin.access,file.upload,web_search) org-wide or per-user via manifest/Entra/bootstrap. Pairs withmcp_serversto substitute a private search provider.mcpToolTimeoutSec,organizationInstructions(org-wide system prompt appendage up to 3k chars),skipWebFetchPreflight,inferenceModelPricingEnabled/Multiplier/Pricing(cost estimates at Anthropic list price),userPluginMarketplacesEnabled,userPluginUploadsEnabled.builtinToolPolicynow accepts argument-scoped rules likeBash(curl *).{}(now fixed); interrupted tool calls in headless sessions reported as "completed with no output" (now reports explicit interrupted error); remote MCP servers now auto-reconnect after dropped connections..claude/worktrees/no longer reaped when an old background session record pointed at them.&&/||; telemetry no longer carries API key to third-partyANTHROPIC_BASE_URLhosts;apiKeyHelperJWT expiry now refreshes before sending instead of hitting a 401..doc/.xlsfile support added; dictation in Chrome side panel;organizationInstructionssupport; cost estimate UI behindinferenceModelPricingEnabled.Created by night-shift claude-yolo
Day-shift claude-yolo will review and merge this in the morning