-
v1.5.3 Stable
released this
2026-05-05 13:49:41 -07:00 | 29 commits to master since this releaseHardens the Windows hidden auto-updater against the same locked-file failure mode as Codex, but for Claude.
@anthropic-ai/claude-code's postinstall (and Claude's own self-updater) renamesbin/claude.exe→bin/claude.exe.old.<timestamp>before swapping in a new binary. If the swap fails partway —claude.exerunning and locked, missing@anthropic-ai/claude-code-win32-*platform package, or an interrupted download — the install is left with noclaude.exeand an orphan.oldfile, breaking theclaudecommand entirely.The Windows updater (one-click
install_all_windows.ps1and the GUI's generated auto-update script) now:- Skips
@anthropic-ai/claude-code@latestwhenclaude.exeis running, retrying on the next scheduled run. - Restores
bin/claude.exefrom the newestclaude.exe.old.<ts>if it's missing (recovery from a prior half-applied update). - Cleans up stale
.oldfiles (each ~250 MB) onceclaude.exeis healthy.
Mirrors the existing Codex protection introduced in v1.5.0.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Skips
mirror of
https://github.com/serrebidev/InstallTheCli-s.git
synced 2026-05-31 08:57:28 -07:00