Skip to main content

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.

March 25, 2026 • 10 min read • By ClaudeWorld

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 alongside managed-settings.json
  • Sandbox Fail-Safe: Added sandbox.failIfUnavailable setting to exit with error when sandbox cannot start, preventing unsandboxed execution
  • Deep Link Control: New disableDeepLinkRegistration setting prevents claude-cli:// protocol handler registration for security-conscious environments

Reactive Environment Management

  • Hook Events: New CwdChanged and FileChanged events enable reactive environment management (perfect for direnv integration)
  • Credential Scrubbing: CLAUDE_CODE_SUBPROCESS_ENV_SCRUB=1 strips Anthropic and cloud provider credentials from subprocess environments

Enhanced User Experience

  • Transcript Search: Press / in transcript mode (Ctrl+O) to search, use n/N to navigate matches
  • Editor Shortcuts: Added Ctrl+X Ctrl+E as readline-native binding for external editor (alongside existing Ctrl+G)
  • Image References: Pasted images now insert [Image #N] chips for positional referencing in prompts
  • Agent Automation: Agents can declare initialPrompt in frontmatter to auto-submit first turns
  • Rebindable Commands: chat:killAgents and chat:fastMode now 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.