Skip to content

Kimi-GUI 0.8.15

Choose a tag to compare

@kaminion kaminion released this 27 Jul 12:07
· 8 commits to main since this release

Kimi-GUI 0.8.15

Version 0.8.15 un-strands sessions whose working directory was deleted.

Sessions with a deleted workspace can always be deleted

Deleting a session's working directory mid-work used to haunt the session
forever: after the next app (daemon) restart, the daemon refuses to archive
it — workspace root … does not exist (40409) — so the delete action failed
and the broken session could never leave the sidebar.

The daemon archive now falls back to a locally persisted deleted-id set, so
the session disappears from the list no matter what state the daemon is in.
The set lives in deleted-sessions.json next to the app settings, so the
sessions stay gone across restarts, and a best-effort marker is still written
to the CLI session tree for other clients.

Verification

  • 118 automated syntax, behavior, layout, and accessibility checks passed.
  • Reproduced the exact failure against a real daemon (deleted workspace +
    daemon restart → 40409), then verified the fallback: delete succeeds, the
    session leaves the list, and the id persists.
  • Built macOS Apple Silicon, macOS Intel, Windows installer, and Windows
    portable release artifacts.

Downloads

  • macOS Apple Silicon: DMG or ZIP
  • macOS Intel: DMG or ZIP
  • Windows x64: NSIS installer or portable executable

Development builds are unsigned. macOS may show a Gatekeeper warning, and
automatic installation requires a properly signed production build.