Skip to main content

Claude Code v2.1.79: Console Authentication, Remote Control, and Performance Improvements

Claude Code v2.1.79 introduces Anthropic Console authentication, VSCode remote control features, improved memory usage, and numerous bug fixes for a smoother coding experience.

March 19, 2026 10 min read By ClaudeWorld

Claude Code v2.1.79 brings exciting new features and significant improvements to enhance your AI-powered coding workflow. This release focuses on authentication flexibility, VSCode integration enhancements, and performance optimizations that make Claude Code more reliable and efficient than ever.

What’s New

Enhanced Authentication Options

  • Console Authentication: New --console flag for claude auth login enables authentication with the Anthropic Console for API billing management
  • Enterprise Rate Limit Fixes: Enterprise users can now properly retry on rate limit (429) errors

VSCode Integration Improvements

  • Remote Control Bridge: The new /remote-control command lets you seamlessly bridge your VSCode session to claude.ai/code, allowing you to continue your work from a browser or mobile device
  • AI-Generated Session Titles: Session tabs now automatically get meaningful titles based on your first message
  • Improved Thinking Display: Fixed the thinking pill to properly show “Thought for Ns” instead of generic “Thinking” text
  • Session Management: Restored missing session diff button when opening sessions from the left sidebar

User Experience Enhancements

  • Turn Duration Visibility: Added a “Show turn duration” toggle in the /config menu to track response times
  • Improved Navigation: Fixed left/right arrow tab navigation in /permissions
  • Better Voice Mode: Resolved voice mode activation issues when voiceEnabled: true is configured

Performance & Reliability

  • Memory Optimization: Reduced startup memory usage by approximately 18MB across all scenarios
  • Subprocess Handling: Fixed hanging issues with claude -p when spawned as a subprocess without explicit stdin
  • API Timeout Management: Improved non-streaming API fallback with 2-minute per-attempt timeout to prevent indefinite hanging
  • Interrupt Handling: Fixed Ctrl+C functionality in print mode

Developer Features

  • Multi-Directory Plugin Seeds: CLAUDE_CODE_PLUGIN_SEED_DIR now supports multiple seed directories using platform path delimiters (: on Unix, ; on Windows)
  • Session Hook Reliability: Fixed SessionEnd hooks not firing when using interactive /resume to switch sessions
  • Terminal Title Control: Improved CLAUDE_CODE_DISABLE_TERMINAL_TITLE behavior
  • Workspace Trust: Fixed custom status line display when workspace trust is blocking it

Bug Fixes

  • Resolved /btw returning main agent output instead of answering side questions during streaming
  • Fixed various edge cases in session management and user interface components

How to Update

Update Claude Code to v2.1.79 using your preferred method:

# Via npm
npm update -g claude-code

# Or reinstall
npm install -g claude-code@latest

After updating, restart any active sessions to ensure all new features are available.