Claude Code 2.1.79 adds remote-control bridge to claude.ai/code and AI-generated session titles
Key Additions
Claude Code 2.1.79 introduces VSCode-specific features that enhance workflow flexibility:
/remote-controlcommand: 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
--consoleflag: Added console-based authentication for Anthropic Console (API billing) users viaclaude auth login --console
Stability and Performance Improvements
This release addresses a wide range of critical issues:
- Large session handling: Fixed
cc logand--resumesilently 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 -phanging when spawned without explicit stdin (e.g., Python'ssubprocess.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: trueis configured - Resolved Ctrl+C not working in
-p(print) mode - Fixed
/btwcommand 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_DIRnow supports multiple directories (separated by:on Unix,;on Windows) - Resolved enterprise rate limit retry issues and
SessionEndhook 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-controlfor seamless switching between desktop and browser/mobile environments - Plugin developers: Review the expanded
CLAUDE_CODE_PLUGIN_SEED_DIRsupport if managing multiple plugin seed directories