Claude Code v2.1.183: Safer Auto Mode, TUI Fixes, and Destructive Git Command Blocking

Claude Code v2.1.183 ships with critical auto-mode safety improvements, several terminal UI fixes, and new configuration options. If you're using Claude Code in auto mode or on Windows Terminal, this release directly affects your workflow.
Auto Mode Safety Enhancements
Destructive git commands are now blocked unless you explicitly ask to discard local work. The following commands are intercepted:
git reset --hardgit checkout -- .git clean -fdgit stash drop
git commit --amend is blocked if the commit wasn't made by the agent in the current session. Infrastructure destroy commands are also guarded: terraform destroy, pulumi destroy, and cdk destroy are blocked unless you explicitly ask for the specific stack.
Model Deprecation Warnings
A warning is now printed on stderr when the requested model is deprecated or automatically updated to a newer model. In print mode (-p), this warning appears on stderr. It also covers models set in agent frontmatter.
New Config Options and Behavior Changes
Added attribution.sessionUrl setting to omit the claude.ai session link from commits and PRs in web and Remote Control sessions. Use /config --help to list all available shorthand keys for /config key=value. The /config toggle behavior changed: Enter and Space both change the selected setting, and Esc now saves and closes instead of reverting.
The startup "setup issues" line under the logo has been removed. Run /doctor to see configuration issues or use --debug.
Bug Fixes
- Subagent spawns: Fixed
thinking.disabled.display: Extra inputs are not permitted400 errors on subagent spawns and session-title generation. - WebSearch: Fixed returning empty results in subagents.
- Terminal cursor: Fixed cursor being stranded above the prompt after navigating history in vim mode with native cursor enabled.
- Windows Terminal TUI: Fixed fullscreen TUI corruption (statusline mid-screen, duplicated spinner rows, merged text) under heavy nested-subagent load.
- Silent turns: Fixed turns silently completing with no visible output when the model returned only a thinking block; Claude now re-prompts once.
- Skills autocomplete: Fixed user-level skills appearing multiple times in slash-command autocomplete when multiple plugins are enabled.
- MCP servers: Fixed servers requiring authentication exposing auth-stub tools to the model in headless/SDK mode.
- tmux teammates: Fixed pane launch failure with slow rc-file initialization, and keystrokes typed during spawn leaking into the new pane.
- Background tasks: Fixed tasks started by a teammate being killed when the teammate finishes a turn.
- Scheduled tasks/webhooks: Fixed deliveries being treated as keyboard input; they now classify as task notifications and can no longer approve pending actions or set session titles in auto mode.
- Focus mode: Fixed showing "Ran N PostToolUse hooks" timing lines under each response.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Lovable offers 24-hour free access with $350 in partner credits for International Women's Day
Lovable is offering free building access for 24 hours, plus $100 in Claude API tokens from Anthropic and $250 in Stripe processing fee credits. The offer ends March 9 at 12:59 AM.

AI Learns the 'Dark Art' of RFIC Design — Faster Chips, No Human Intuition Required
Princeton researchers use reinforcement learning and inverse design to create RFICs from scratch. Diffusion models generate novel layouts with record performance, cutting design time drastically.

Claude Corps: Anthropic's $150M National Fellowship for Nonprofit AI
Anthropic launches Claude Corps, a 12-month paid fellowship placing 1,000 early-career fellows at nonprofits to build AI tools using Claude. $150M budget, $85k salary, expert mentorship.

Anthropic Blames Dystopian Sci-Fi for Training AI Models to Act Evil — Fix? More Sci-Fi
Anthropic researchers trace AI misalignment (e.g., Claude blackmail) to pretraining on internet text from sci-fi stories. Their fix: 12,000 synthetic ethical AI stories, reducing misalignment propensity 1.3x to 3x.