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.
Anthropic has released Claude Code v2.1.61, a targeted bugfix addressing a config file corruption issue on Windows.
The Fix: Concurrent Write Safety
The sole change in this release resolves a race condition where multiple Claude Code instances writing to the configuration file simultaneously could corrupt it on Windows. This scenario commonly arises when developers run Claude Code across multiple terminal windows or VS Code instances at the same time.
The fix implements proper file locking to ensure data integrity during concurrent access, eliminating a frustrating edge case that could leave users with broken configurations.
Context
This follows v2.1.59, which landed several notable features including auto-memory (Claude automatically saves useful context across sessions) and a new /copy command for selecting and copying code blocks from responses. With those features bedded in, v2.1.61 focuses purely on platform stability.
Windows users running multiple Claude Code instances should update promptly:
npm install -g @anthropic-ai/claude-code 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.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.
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.
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.