Skip to content

v7.5.4 (release)

Choose a tag to compare

@github-actions github-actions released this 26 Aug 17:39
· 23 commits to main since this 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 EACCES while probing WindowsApps\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 --version

The 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.

Fixes #13467 and #13473. Implemented in #13481.