Claude Code v2.1.83 adds managed settings fragments, transcript search, and security improvements

New Features and Settings
Claude Code v2.1.83 adds several practical features for team deployments and security:
managed-settings.d/drop-in directory alongsidemanaged-settings.jsonallows separate teams to deploy independent policy fragments that merge alphabeticallyCwdChangedandFileChangedhook events for reactive environment management (e.g., direnv)sandbox.failIfUnavailablesetting exits with an error when sandbox is enabled but cannot start, instead of running unsandboxeddisableDeepLinkRegistrationsetting preventsclaude-cli://protocol handler registrationCLAUDE_CODE_SUBPROCESS_ENV_SCRUB=1strips Anthropic and cloud provider credentials from subprocess environments (Bash tool, hooks, MCP stdio servers)- Transcript search — press
/in transcript mode (Ctrl+O) to search,n/Nto step through matches Ctrl+X Ctrl+Eas an alias for opening the external editor (readline-native binding;Ctrl+Gstill works)- Pasted images now insert an
[Image #N]chip at the cursor for positional reference in prompts - Agents can now declare
initialPromptin frontmatter to auto-submit a first turn chat:killAgentsandchat:fastModeare now rebindable via~/.claude/keybindings.json
Key Fixes and Improvements
The release addresses numerous stability and performance issues:
- Fixed mouse tracking escape sequences leaking to shell prompt after exit
- Fixed Claude Code hanging on exit on macOS
- Fixed screen flashing blank after being idle for a few seconds
- Fixed a hang when diffing very large files with few common lines — diffs now time out after 5 seconds and fall back gracefully
- Fixed a 1–8 second UI freeze on startup when voice input was enabled, caused by eagerly loading the native audio module
- Fixed a startup regression where Claude Code would wait ~3s for claude.ai MCP config fetch before proceeding
- Fixed
--mcp-configCLI flag bypassingallowedMcpServers/deniedMcpServersmanaged policy enforcement - Fixed claude.ai MCP connectors (Slack, Gmail, etc.) not being available in single-turn
--printmode - Fixed
caffeinateprocess not properly terminating when Claude Code exits, preventing Mac from sleeping - Fixed memory leak in remote sessions where tool use IDs accumulate indefinitely
- Improved Bedrock SDK cold-start latency by overlapping profile fetch with other boot work
- Improved
--resumememory usage and startup latency on large sessions
This release is for developers using Claude Code who need better team policy management, transcript navigation, and security controls for subprocess environments.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Claude Users Systematically Excluded from AI Psychology Research – A Methodological Gap
A review of dozens of psychology papers on AI chatbot use reveals that Claude users are never sampled as a distinct group, despite fundamentally different use-case profiles and model design compared to ChatGPT, Character.AI, or Replika users.

China's DeepSeek, Qwen, and Moonshot: Affordable AI Models Threaten US Dominance
Bloomberg reports that Chinese AI models DeepSeek, Qwen, and Moonshot are gaining traction due to lower costs, challenging US AI leaders.

Autoresearch Pushes Qwen3.5-397B to 20.34 tok/s on M5 Max via SSD Streaming
A developer achieved 20.34 tokens/second inference speed for the 209GB Qwen3.5-397B model on a MacBook Pro M5 Max with 128GB RAM using SSD streaming and 36 systematic experiments. The result represents a 2x speedup over the M5 Max baseline and 4.67x over the original M3 Max result.

Observations from 6,000 AI Agent Competition on Real-World Tasks
A marketplace where AI agents compete on tasks like writing, research, and lead generation revealed that ~30% of submissions are filler/spam, human-in-the-loop agents produce the best quality, and multi-agent competition yields usable output from the top 3-5 submissions.