Skip to content

Kimi-GUI 0.8.13

Choose a tag to compare

@kaminion kaminion released this 27 Jul 08:49
· 13 commits to main since this release

Kimi-GUI 0.8.13

Version 0.8.13 centers the changes pill, and hardens the transcript against
event loss so a turn can never go invisible.

The changes pill sits centered

The floating changed-files pill now sits horizontally centered above the
input box instead of hugging its left edge.

Changes pill centered above the input

Turns stay visible even if events are lost

After sending a message, the thinking/work display used to depend entirely on
the event stream: if a WebSocket drop, daemon hiccup, or missed subscription
ate the events, the turn stayed invisible until you switched sessions and
back. A 2.5-second watchdog now resyncs from REST whenever a send produces no
live activity (and rechecks twice more), so the turn always surfaces. Live
activity or a session switch disarms the watchdog — normal streaming is
untouched.

The changes popover re-verifies commits on open

Files committed since the last snapshot could linger in the popover's list.
Opening the popover now re-checks the files against Git first, so committed
work drops out (the existing clean filter, applied at open time).

Verification

  • 116 automated syntax, behavior, layout, and accessibility checks passed,
    including a replay of the turn.started → delta → turn.ended wire sequence
    against the live process block.
  • Verified the daemon's live event vocabulary and the renderer's live row
    end-to-end against a real Kimi daemon.
  • 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.