Claude Code v2.1.200: Key Fixes and Permission Mode Changes

Anthropic released Claude Code v2.1.200 with several behavioral changes and bug fixes targeting background agents, permission handling, and terminal compatibility. This release is available now via GitHub.
Permission Mode Changes
- AskUserQuestion dialogs no longer auto-continue by default. Opt into an idle timeout via
/config. - The "default" permission mode is now Manual across CLI,
--help, VS Code, and JetBrains. Use--permission-mode manualor"defaultMode": "manual"in config (note:defaultis still accepted but maps to manual).
Bug Fixes
- Startup crash fixed when
disabledMcpServersorenabledMcpServersin.claude.jsonis set to a non-array value. - Background sessions now properly resume after sleep/wake or reopening a stalled session, and a cancelled turn with Esc no longer re-runs after a stall respawn.
- Background agents no longer fail to start due to a stale
daemon.lockwhose PID the OS reused. - Daemon handover now uses the version's embedded build timestamp to prevent older builds from taking over the daemon.
- Roster issues fixed: transient corruption no longer permanently disables orphan cleanup, older binaries preserve fields written by newer versions, socket auth tokens are no longer stripped during daemon restarts.
- Subagents cut off by a rate limit before producing text now fail cleanly instead of returning empty results.
- Control bytes from background-agent output no longer reach the terminal in agent view.
claude agents --plugin-dir <dir>now works when the flag is placed afteragents.- Project-scoped plugins load correctly from git worktrees of the same repository.
/mcpserver list now tracks focus for screen readers and magnifiers.- Voice dictation no longer shows a misleading "Voice connection failed" message when no audio is captured.
Improvements
- Rendering flicker under tmux 3.4+ fixed by enabling synchronized terminal output.
- Screen-reader output improved: decorative glyphs hidden, transcript symbols read as short labels, nested tables read as
Header: value.lines. - Install script now explains when installation is killed by the system running out of memory.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Anthropic Report on Global AI Adoption Intensity
Anthropic's latest data reveals uneven global AI adoption, measuring intensity of usage rather than total users. The report shows where AI is embedded into workflows like coding, research, and decision making across individuals and businesses.

Memory Now 63% of AI Chip Cost: HBM Spend Hits $32B
Epoch AI data shows HBM memory’s share of AI chip component costs rose from 52% to 63% between Q1 2024 and Q4 2025. Total component spend grew from $22B to $52B, with HBM accounting for $20B of that increase.

Testing AI Agent Marketplaces: Practical Results from ClawGig, RentAHuman, and OpenClaw-Based Setups
A developer tested multiple AI agent marketplaces, finding ClawGig had unresponsive agents and gamed reputation scores, RentAHuman agents couldn't maintain coherent conversations, while OpenClaw-based indie setups showed promise but lacked discoverability.

Claude's policy filter blocks bioinformatics work with pathogen names
A computational virology researcher reports Claude's usage policy filter flags legitimate bioinformatics scripts when pathogens are named, requiring workarounds like describing tasks without organism names or downgrading to Sonnet 4. The issue affects Claude Code, claude.ai, and both Opus 4.6 and Sonnet 4.6 models.