← Back
Anthropic
Claude Code 2.1.79 adds remote-control bridge to claude.ai/code and AI-generated session titles
Claude Code · releasefeaturebugfixperformance · github.com ↗

Key Additions

Claude Code 2.1.79 introduces VSCode-specific features that enhance workflow flexibility:

  • /remote-control command: Bridge your VSCode session directly to claude.ai/code, allowing you to continue your work in a browser or on a phone without losing context
  • AI-generated session titles: Session tabs in VSCode now automatically receive meaningful titles based on your first message, eliminating generic naming
  • --console flag: Added console-based authentication for Anthropic Console (API billing) users via claude auth login --console

Stability and Performance Improvements

This release addresses a wide range of critical issues:

  • Large session handling: Fixed cc log and --resume silently truncating conversation history on sessions larger than 5 MB that used subagents
  • Startup optimization: Reduced startup memory usage by approximately 18 MB across all scenarios
  • Subprocess handling: Fixed claude -p hanging when spawned without explicit stdin (e.g., Python's subprocess.run)
  • API fallback resilience: Improved non-streaming API fallback with a 2-minute per-attempt timeout to prevent indefinite hangs

Bug Fixes and Refinements

Notable fixes in this release:

  • Fixed voice mode activation on startup when voiceEnabled: true is configured
  • Resolved Ctrl+C not working in -p (print) mode
  • Fixed /btw command returning main agent output instead of answering side questions during streaming
  • Improved terminal compatibility: notifications now reach outer terminals when running inside tmux with set -g allow-passthrough on
  • Fixed the thinking pill display showing "Thinking" instead of "Thought for Ns" after responses complete
  • Enhanced plugin system: CLAUDE_CODE_PLUGIN_SEED_DIR now supports multiple directories (separated by : on Unix, ; on Windows)
  • Resolved enterprise rate limit retry issues and SessionEnd hook firing problems

Action Items for Users

  • Upgrade: Users running older versions should update to 2.1.79 to benefit from stability fixes
  • Remote workflows: VSCode users can now leverage /remote-control for seamless switching between desktop and browser/mobile environments
  • Plugin developers: Review the expanded CLAUDE_CODE_PLUGIN_SEED_DIR support if managing multiple plugin seed directories