Skip to main content

Claude Code v2.1.169 Release Notes

Claude Code v2.1.169 introduces safe mode troubleshooting, new /cd command, and numerous bug fixes for improved performance and stability.

June 9, 2026 10 min read By ClaudeWorld

Claude Code v2.1.169 is here with powerful new troubleshooting features, enhanced session management, and comprehensive bug fixes. This release focuses on improving the developer experience with better stability and more flexible customization options.

What’s New

Safe Mode for Troubleshooting

A new --safe-mode flag and CLAUDE_CODE_SAFE_MODE environment variable allow you to start Claude Code with all customizations disabled. This includes CLAUDE.md files, plugins, skills, hooks, and MCP servers, making it easier to isolate and troubleshoot issues.

Dynamic Directory Changes

The new /cd command lets you move a session to a new working directory without breaking the prompt cache mid-session, providing more flexibility during development workflows.

Bundled Skills Control

A new disableBundledSkills setting and CLAUDE_CODE_DISABLE_BUNDLED_SKILLS environment variable give you control over bundled skills, workflows, and built-in slash commands visibility to the model.

User Experience Improvements

  • Fixed arrow key navigation in command history to properly handle wrapped text lines
  • Resolved UI stalling issues for macOS users with claude.ai credentials
  • Improved footer hints display for users with custom statuslines
  • Enhanced /workflows command to open immediately even during active turns

Enterprise & Security Enhancements

  • Fixed enterprise MCP policy enforcement across reconnections and various startup scenarios
  • Improved OAuth token refresh handling in Remote Control
  • Better validation for untrusted project settings

Performance Optimizations

  • Reduced CPU usage during response streaming and spinner animations
  • Faster startup times and reduced hanging on Windows systems
  • Improved MCPB plugin cache handling
  • Better memory management for PID lock files

How to Update

Update to the latest version using your preferred installation method:

# Via npm
npm update -g claude-code

# Via pip
pip install --upgrade claude-code

# Via homebrew
brew upgrade claude-code

After updating, restart any active Claude Code sessions to ensure all fixes take effect.