Claude-Code v2.1.79 adds remote control, fixes subprocess hangs, and improves memory usage

Claude-Code v2.1.79 Release Notes
Claude-Code v2.1.79 includes authentication improvements, bug fixes for common workflow issues, and new VSCode-specific features. This release addresses several pain points developers have encountered when integrating Claude-Code into automated workflows and improves the overall stability of the tool.
New Features and Improvements
- Authentication: Added
--consoleflag toclaude auth loginfor Anthropic Console (API billing) authentication - Configuration: Added "Show turn duration" toggle to the
/configmenu - Memory Optimization: Improved startup memory usage by ~18MB across all scenarios
- API Reliability: Improved non-streaming API fallback with a 2-minute per-attempt timeout, preventing sessions from hanging indefinitely
- Plugin Development:
CLAUDE_CODE_PLUGIN_SEED_DIRnow supports multiple seed directories separated by the platform path delimiter (:on Unix,;on Windows)
Bug Fixes
- Subprocess Handling: Fixed
claude -phanging when spawned as a subprocess without explicit stdin (e.g., Pythonsubprocess.run) - Keyboard Interrupt: Fixed Ctrl+C not working in
-p(print) mode - Streaming Issues: Fixed
/btwreturning the main agent's output instead of answering the side question when triggered during streaming - Voice Mode: Fixed voice mode not activating correctly on startup when
voiceEnabled: trueis set - Navigation: Fixed left/right arrow tab navigation in
/permissions - Terminal Title: Fixed
CLAUDE_CODE_DISABLE_TERMINAL_TITLEnot preventing terminal title from being set on startup - Status Display: Fixed custom status line showing nothing when workspace trust is blocking it
- Rate Limiting: Fixed enterprise users being unable to retry on rate limit (429) errors
- Session Management: Fixed
SessionEndhooks not firing when using interactive/resumeto switch sessions
VSCode-Specific Updates
- Remote Control: Added
/remote-control— bridge your session to claude.ai/code to continue from a browser or phone - Session Titles: Session tabs now get AI-generated titles based on your first message
- UI Fixes: Fixed the thinking pill showing "Thinking" instead of "Thought for Ns" after a response completes
- Navigation: Fixed missing session diff button when opening sessions from the left sidebar
These updates make Claude-Code more reliable for developers who integrate it into automated workflows, particularly those using Python subprocesses or dealing with API rate limits. The memory improvements and timeout handling should reduce resource usage and prevent stuck sessions in production environments.
📖 Read the full source: GitHub Claude-Code
👀 See Also

OpenAI Working on AI Smartphone with MediaTek/Qualcomm Chips; Mass Production Target 2028
According to supply chain analyst Ming-Chi Kuo, OpenAI is developing an AI smartphone with chip partners MediaTek and Qualcomm, exclusive manufacturer Luxshare Precision, and mass production planned for 2028. The device is positioned as a context-aware AI agent platform.

Developer pleads guilty to $8M AI music streaming fraud scheme
Michael Smith, 54, admitted to using thousands of bot accounts and AI-generated songs to siphon $8 million in royalties from streaming platforms including Spotify, Apple Music, and YouTube Music between 2017 and 2024.

2026 LLM API Cost Comparison: Self-Hosting vs. Cloud Providers
A Reddit user compared LLM API costs for 1M tokens/day across 11 providers, revealing self-hosting with vLLM costs ~$0.05 per 1M tokens while GPT-4o costs $5/$15 for input/output tokens.

YC-Bench Benchmark Tests LLMs as Startup CEOs, GLM-5 Shows Strong Cost-Efficiency
Researchers created YC-Bench, a benchmark where LLMs act as CEOs of simulated startups over a year, managing employees, contracts, and payroll. GLM-5 achieved $1.21M average final funds at $7.62 per run, performing within 5% of Claude Opus 4.6 which cost $86 per run.