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 関連記事
Claude Code v2.1.53リリース - UI不具合修正とWindows安定性の大幅改善
Claude Code v2.1.53では、入力欄のちらつき修正、エージェント一括終了の通知集約、Windows環境での複数クラッシュ修正など、安定性とUXの改善が中心のアップデートが実施された。
Claude Code v2.1.55リリース - Windows向けホットフィックス連続投入
Claude Code v2.1.54およびv2.1.55が相次いでリリースされた。VS Code拡張のWindows起動時クラッシュとBashToolのEINVALエラーが修正されている。
Claude Code v2.1.61リリース - Windows環境での設定ファイル破損を修正
Claude Code v2.1.61がリリースされた。Windows環境で並行書き込み時に設定ファイルが破損する不具合が修正されている。
人気記事
Claude Code v2.1.92 リリース - forceRemoteSettingsRefreshやBedrockセットアップウィザードなど
AnthropicがClaude Code v2.1.92をリリース。forceRemoteSettingsRefreshポリシー設定、Bedrockセットアップウィザード、costコマンドの改善など多数の機能追加とバグ修正を含む。
Claude Code v2.1.84 リリース - PowerShellツールプレビューと環境設定の強化
Claude Code v2.1.84がリリース。Windows向けのPowerShellツール、環境変数によるモデル選択のカスタマイズアイドルセッション処理の改善などが含まれる。
Claude Code v2.1.85 リリース - Anthropic Consoleログインと安定性改善
Claude Code v2.1.85がリリース。--consoleフラグによるAnthropic Consoleログインサポート、ターン時間表示機能、数多くの安定性修正を含む。
最新記事
Claude Code v2.1.92 リリース - forceRemoteSettingsRefreshやBedrockセットアップウィザードなど
AnthropicがClaude Code v2.1.92をリリース。forceRemoteSettingsRefreshポリシー設定、Bedrockセットアップウィザード、costコマンドの改善など多数の機能追加とバグ修正を含む。
Claude Code v2.1.91 リリース - MCPツール結果の永続化とEditツールの最適化
Claude Code v2.1.91ではMCPツールの結果サイズの上書き、シェル実行の制御強化、Editツールの効率改善などが行われた。
Cursor 3が登場。新UI「Agents Window」を導入し、エージェント中心の開発環境を提供
Anysphereが開発するAIコードエディタ「Cursor」が、メジャーバージョンアップとなるCursor 3を発表した。新しいインターフェース「Agents Window」は複数のエージェントを並列実行でき、ローカルとクラウド間のシームレスな受け渡しが可能な点が特徴。