v7.5.4 (release)
Fixed
- Restore CLI and TUI startup after v7.5.0 could open to a black screen on Windows and macOS.
- Fix the Windows startup failure caused by Bun 1.4 raising
EACCESwhile probingWindowsApps\pwsh.exe. - Restore the proven Bun 1.3.14 runtime and non-split compiled CLI configuration from v7.4.23.
- Ship the corrected CLI in the npm package and all stable VS Code Marketplace and Open VSX platform builds.
This release supersedes v7.5.0.
Upgrade
npm install -g @kilocode/cli@latest
kilo --versionThe reported version should be 7.5.4. VS Code installations receive the corrected extension through the normal stable update channel.
Validation
- Built and validated all CLI release targets.
- Passed artifact smoke tests on Windows x64/arm64, macOS x64/arm64, Linux x64/arm64, and Alpine x64/arm64.
- Passed the end-to-end pre-publish agent smoke gate.