Claude Code v2.1.169: Safe Mode, /cd Command, and Dozens of Bug Fixes

Claude Code v2.1.169 is out with several quality-of-life improvements and critical bug fixes for enterprise users. The headline additions are --safe-mode for troubleshooting and the /cd command for moving sessions without cache loss.
Safe Mode
The new --safe-mode flag (and CLAUDE_CODE_SAFE_MODE environment variable) starts Claude Code with all customizations disabled — CLAUDE.md, plugins, skills, hooks, and MCP servers. Useful for isolating whether a customization is causing issues.
/cd Command
Added /cd command to change the working directory of a session mid-session without breaking the prompt cache. No more starting a fresh session just to work in a different directory.
Enterprise & Admin Features
disableBundledSkillssetting andCLAUDE_CODE_DISABLE_BUNDLED_SKILLSenv var: hide bundled skills, workflows, and built-in slash commands from the model.- MCP policy enforcement fixed: Enterprise
allowedMcpServers/deniedMcpServerspolicies now apply consistently across reconnect, IDE-typed configs,--mcp-configservers, and first sessions after install. Also fixed slow cold starts for orgs without remote settings. - Remote-managed settings: Invalid entries now apply remaining valid policies and surface validation errors instead of silently dropping the whole payload.
- Background sessions now preserve flags like
--ide,--chrome,--bare,--remote-controlacross retire→wake, and respawn validation is hardened. - Background agents no longer ignore project-level
envvalues (e.g.,ANTHROPIC_MODEL) when dispatched onto a pre-warmed worker. - CLAUDE.md too long warning threshold now scales with the model's context window.
Performance Fixes
- Fixed a ~30-50ms UI stall at the start of each turn for macOS users logged in with claude.ai credentials.
- Fixed
claude -pbeing slow or hanging on Windows due to slash-command/skill scan (regression in v2.1.161). - Reduced CPU usage while responses stream and during spinner animations.
- Restored a default 5-minute idle timeout on Vertex/Foundry; set
API_FORCE_IDLE_TIMEOUT=0to opt out.
UI & UX Fixes
- Up/Down arrows now move through wrapped visual rows of a long input line before jumping to command history.
- Fixed Remote Control stuck on "reconnecting" when OAuth token refresh raced with session resume.
- Fixed Git Credential Manager popup on Windows at startup due to background git commands with no cached credentials.
- Fixed footer hints (e.g., "esc to interrupt") not showing with custom statusline.
- Fixed stale permission prompts reappearing after reattaching to a remote session whose worker died.
/workflowsnow opens immediately even while a turn is in progress.- Fixed
claude agents --jsonomitting blocked and just-dispatched sessions; added--allflag and newid/statefields. - Fixed agents view garbled frame on WSL in Windows Terminal after navigation.
Miscellaneous
- Improved
TaskCreatereliability: malformed inputs are repaired automatically, and validation errors include schema for unloaded tools. - Better error message when org disables API key authentication, with guidance based on active key source.
- Plugin
.in_usePID lock files now swept once per day to prevent accumulation. - Fixed untrusted project settings being able to set OTEL client-certificate paths without trust confirmation.
- Auto-updater on Windows stops retrying once
claude.exeis held by another process.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Opus 4.6 excels at research, Gemini 3.1 Pro has better judgment in forecasting benchmark
A benchmark of 1,417 binary forecasting questions separates research and judgment performance: Claude Opus 4.6 leads in agentic research, Gemini 3.1 Pro wins on fixed-evidence calibration. GPT-5.4 and Grok 4.20 show little change between conditions.

Don’t Use AI to Write Things You Present as Your Own Work
James Bach argues against using AI to draft any content you claim as your own. He warns that admitting AI help devalues your reputation and treats all such work as slop.

AI Agents Hiring Other AI Agents: From Solo Workers to Networked Economies
A Reddit post argues that AI agents will evolve from isolated tools into networked workers that delegate tasks, specialize, build reputation, and exchange value — shifting the hard problem from intelligence to coordination.

M5 Max vs M3 Max Inference Benchmarks for Qwen Models on oMLX
Benchmarks comparing M5 Max and M3 Max MacBook Pros running Qwen 3.5 models via oMLX v0.2.23 show M5 Max delivering 1.4-1.7x faster token generation and up to 4x faster prefill at long contexts.