Claude Code v2.1.55: Back-to-Back Hotfixes for Windows Users
Anthropic ships v2.1.54 and v2.1.55 in quick succession, fixing a VS Code extension crash and a BashTool EINVAL error on Windows.
Anthropic has pushed two rapid-fire hotfixes for Claude Code today — v2.1.54 and v2.1.55 — both targeting Windows-specific issues that slipped through the v2.1.53 release earlier the same day.
v2.1.54: VS Code Extension Crash on Windows
The first patch addresses a crash in the VS Code extension on Windows. Users were hitting a “command ‘claude-vscode.editor.openLast’ not found” error on startup, preventing the extension from initializing. If you’re a Windows VS Code user who suddenly found Claude Code’s extension broken after updating, this is your fix.
v2.1.55: BashTool EINVAL Error
The second patch, arriving roughly 30 minutes later, fixes BashTool — Claude Code’s core command execution component — failing with an EINVAL error on Windows. Since BashTool is how Claude Code runs terminal commands on your behalf, this was effectively a showstopper for Windows users relying on the tool for anything beyond code editing.
Three Releases in One Day
To put this in context: v2.1.53, v2.1.54, and v2.1.55 all shipped within the same day. The v2.1.53 release already contained four separate Windows crash fixes, and these two follow-up patches suggest the team discovered additional edge cases after that release went out.
The rapid turnaround speaks to Anthropic’s current focus on Windows stability — an area that has historically received less attention in Claude Code’s primarily macOS and Linux user base.
How to Update
npm install -g @anthropic-ai/claude-code@latest
VS Code users can update through the Extensions panel as usual.
Related Articles
Claude Code v2.1.53: UI Polish and a Batch of Windows Crash Fixes
Claude Code v2.1.53 addresses a UI flicker issue, improves bulk agent kill notifications, and fixes four separate crashes affecting Windows users.
Claude Code v2.1.56: Yet Another VS Code Crash Fix
Anthropic ships v2.1.56 to fix another cause of the 'command claude-vscode.editor.openLast not found' crash in the VS Code extension.
Claude Code v2.1.61 Fixes Config File Corruption on Windows
Claude Code v2.1.61 patches a bug where concurrent writes could corrupt the config file on Windows.
Popular Articles
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.
Claude Code v2.1.85 Release - Console Login and Stability Improvements
Claude Code v2.1.85 introduces --console flag for Anthropic Console login, turn duration display toggle, and various stability fixes across CLI, voice, and VSCode.
Latest Articles
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.
Cursor 3 Released: New Agents Window Interface Brings Agent-Centric Development Environment
Anysphere has released Cursor 3, a major update to its AI code editor featuring a new Agents Window interface that enables parallel agent execution across repos and environments with seamless handoff between local and cloud.