Claude Code v2.1.212: /fork Becomes Background Session Copy + Runaway Loop Guards

Anthropic shipped Claude Code v2.1.212 with a behavioral change to /fork and new safeguards against runaway search and delegation loops. Here are the details.
Key Changes
- /fork now copies your conversation into a new background session (appears as its own row in
claude agents). The old behavior — launching an in-session subagent — is now/subtask. - Auto-mode reset:
claude auto-mode resetrestores the default auto-mode configuration. Use--yesto skip the confirmation prompt. - WebSearch limit: New session-wide cap of 200 WebSearch tool calls (default). Tune via
CLAUDE_CODE_MAX_WEB_SEARCHES_PER_SESSION. - Subagent cap: Per-session limit of 200 subagent spawns. Override with
CLAUDE_CODE_MAX_SUBAGENTS_PER_SESSION. Running/clearresets the budget. - MCP auto-background: MCP tool calls exceeding 2 minutes automatically move to the background. Configure the threshold (in ms) or disable via
CLAUDE_CODE_MCP_AUTO_BACKGROUND_MS. - Improved
/resume: Typing/resumein the agent view opens a picker of past sessions — including deleted ones — and resumes your pick as a background session.
Notable Fixes
- Plan mode no longer auto-runs file-modifying bash commands (e.g.,
touch,rm) without permission prompt or SDKcanUseToolcallback. - Fixed worktree creation following a repository-committed symlink at
.claude/worktreesthat could create files outside the repository. - SIGTERM during a running Bash tool in print/SDK mode now aborts the turn, kills the process tree, and exits with code 143.
- Windows fix:
/backgroundandclaude --bgno longer fail when Group Policy blocks PowerShell 5.1; the daemon now prefers PowerShell 7. - Shell mode (
!) now executes commands containing file paths even while the path autocomplete popup is open. /ultrareviewnow accepts PR references like#123,PR 123, and pasted URLs; error hints name the command you typed. It also fetches branches from origin and suggests closest branch name on typos.- Hosted sessions no longer fail at startup when repository settings configure mTLS certs, extra CA bundles, or OAuth scopes — these transport settings are now ignored with a warning.
- Fixed diff previews losing line numbers and +/- markers in narrow layouts.
- Fixed false
"Command timed out"on exit code 143.
Full details in the release notes.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Anthropic Launches Remote Control for Claude Code
Anthropic has launched remote control functionality for Claude Code, allowing users to continue coding sessions from mobile devices. The feature is documented at code.claude.com/docs/en/remote-control.
Nvidia AI Hardware Price Hikes Above 15% Hit Customers
Nvidia has notified customers of AI-related price increases exceeding 15%, according to Bloomberg News. The hikes affect data center GPUs and networking gear, potentially impacting AI development costs.

Claude-Code v2.1.45 Enhancements and Fixes
Claude-Code v2.1.45 introduces support for Claude Sonnet 4.6 and various fixes for system stability.

SCOTUS Declines to Hear AI Copyright Case, Leaving Lower Court Ruling Intact
The U.S. Supreme Court declined to hear a dispute over copyrights for AI-generated material, leaving a lower court ruling that denied copyright protection for works created without human authorship in place.