Claude Code v2.1.83 Release Notes
Claude Code v2.1.83 introduces managed settings drop-in directories, transcript search, improved security controls, and numerous bug fixes for enhanced development workflow.
Claude Code v2.1.83 brings significant enhancements for power users managing complex development environments. This release focuses on enterprise policy management, reactive environment handling, and improved security controls while delivering a more stable user experience.
What’s New
Enterprise Policy Management
- Drop-in Settings Directory: New
managed-settings.d/directory allows teams to deploy independent policy fragments that merge alphabetically alongsidemanaged-settings.json - Sandbox Fail-Safe: Added
sandbox.failIfUnavailablesetting to exit with error when sandbox cannot start, preventing unsandboxed execution - Deep Link Control: New
disableDeepLinkRegistrationsetting preventsclaude-cli://protocol handler registration for security-conscious environments
Reactive Environment Management
- Hook Events: New
CwdChangedandFileChangedevents enable reactive environment management (perfect for direnv integration) - Credential Scrubbing:
CLAUDE_CODE_SUBPROCESS_ENV_SCRUB=1strips Anthropic and cloud provider credentials from subprocess environments
Enhanced User Experience
- Transcript Search: Press
/in transcript mode (Ctrl+O) to search, usen/Nto navigate matches - Editor Shortcuts: Added
Ctrl+X Ctrl+Eas readline-native binding for external editor (alongside existingCtrl+G) - Image References: Pasted images now insert
[Image #N]chips for positional referencing in prompts - Agent Automation: Agents can declare
initialPromptin frontmatter to auto-submit first turns - Rebindable Commands:
chat:killAgentsandchat:fastModenow support custom key bindings
Performance & Stability Fixes
- Fixed macOS hanging on exit and caffeinate process cleanup
- Resolved UI freezes during startup with voice input enabled
- Improved diff performance with 5-second timeout for large files
- Fixed screen flashing and mouse tracking escape sequence issues
- Enhanced MCP connector reliability and policy enforcement
How to Update
Update Claude Code using your preferred method:
- Via homebrew:
brew upgrade claude-code - Download directly from the GitHub releases page
- Use your system package manager if installed via package
Restart Claude Code after updating to ensure all new features are properly initialized.