Claude Code v2.1.78 Released - Console Auth and Memory Optimization
Anthropic releases Claude Code v2.1.78 with console authentication support, 18MB memory reduction, and new /remote-control command for VSCode.
Anthropic released Claude Code v2.1.78 on March 18, 2026. This version introduces console authentication support, memory optimization, and new features for the VSCode extension.
Key New Features
Console Authentication Support
Added --console flag to claude auth login command to enable authentication for Anthropic Console (API billing).
Configuration Option
Added βShow turn durationβ toggle to the /config menu, allowing users to choose whether to display turn execution time.
Memory Optimization
Startup memory usage reduced by approximately 18MB across all scenarios.
Non-Streaming API Improvement
Added 2-minute per-attempt timeout for non-streaming API fallback, preventing sessions from hanging indefinitely.
Plugin Enhancement
CLAUDE_CODE_PLUGIN_SEED_DIR environment variable now supports multiple seed directories separated by platform path delimiter (: on Unix, ; on Windows).
VSCode Extension Features
/remote-control Command
New /remote-control command bridges your session to claude.ai/code, allowing you to continue conversations from a browser or phone.
AI-Generated Session Tab Titles
Session tabs now display AI-generated titles based on your first message.
Bug Fixes
Numerous bug fixes have been addressed:
- Fixed Ctrl+C not working in
-p(print) mode - Fixed
/btwreturning main agentβs output instead of answering side question when triggered during streaming - Fixed voice mode not activating correctly on startup when
voiceEnabled: trueis set - Fixed left/right arrow tab navigation in
/permissions - Fixed
CLAUDE_CODE_DISABLE_TERMINAL_TITLEnot preventing terminal title from being set on startup - Fixed enterprise users being unable to retry on rate limit (429) errors
- Fixed SessionEnd hooks not firing when using interactive
/resumeto switch sessions - Fixed
-phanging when spawned as a subprocess without explicit stdin (e.g., Python subprocess.run) - Fixed voice mode not working on WSL2 with WSLg
- Fixed Bash tool not finding Homebrew and other PATH-dependent binaries when VS Code is launched from Dock/Spotlight
- Fixed washed-out Claude orange color in terminals that donβt advertise truecolor support
- Fixed
--worktreeflag not loading skills and hooks from the worktree directory
Security Fix
Fixed silent sandbox disable when sandbox.enabled: true is set but dependencies are missing β now shows a visible startup warning.
Related Articles
Claude Code v2.1.70 Released - API Error Fixes and Performance Improvements
Anthropic releases Claude Code v2.1.70 with fixes for API 400 errors with third-party gateways, Windows/WSL clipboard improvements, and significant Remote Control polling optimizations.
Claude Code v2.1.71 Released - Claude API Skill and VS Code Integration Improvements
Anthropic releases Claude Code v2.1.71 with Claude API skill, expanded Voice STT language support, enhanced VS Code integration, and numerous improvements.
Claude Code v2.1.72 Released - Auto-Memory, /loop Command, and Cron Scheduling
Anthropic releases Claude Code v2.1.72 with auto-memory for context saving, /copy command, /loop command, Cron scheduling tools, Voice keybinding customization, and more.
Popular Articles
Claude Code v2.1.93 Released - Deferred Permission Decisions, Flicker-Free Rendering, and More
Anthropic releases Claude Code v2.1.93 with deferred permission decisions for PreToolUse hooks, flicker-free rendering option, PermissionDenied hook, and named subagent typeahead support.
Claude Code v2.1.92 Released - forceRemoteSettingsRefresh, Bedrock Setup Wizard, and More
Anthropic releases Claude Code v2.1.92 with forceRemoteSettingsRefresh policy setting, AWS Bedrock setup wizard, /cost command improvements, and numerous bug fixes.
Claude Code v2.1.84 Release - PowerShell Tool Preview and Environment Configuration Enhancements
Claude Code v2.1.84 introduces PowerShell tool for Windows, new environment variable overrides for model selection, idle session handling improvements, and various stability fixes.
Latest Articles
Claude Code v2.1.93 Released - Deferred Permission Decisions, Flicker-Free Rendering, and More
Anthropic releases Claude Code v2.1.93 with deferred permission decisions for PreToolUse hooks, flicker-free rendering option, PermissionDenied hook, and named subagent typeahead support.
Claude Code v2.1.92 Released - forceRemoteSettingsRefresh, Bedrock Setup Wizard, and More
Anthropic releases Claude Code v2.1.92 with forceRemoteSettingsRefresh policy setting, AWS Bedrock setup wizard, /cost command improvements, and numerous bug fixes.
Claude Code v2.1.91 Released - MCP Tool Result Persistence and Improved Edit Tool
Claude Code v2.1.91 introduces MCP tool result persistence override, improved shell execution controls, and enhanced Edit tool efficiency.