Skip to content

Kimi-GUI 0.8.17

Choose a tag to compare

@kaminion kaminion released this 28 Jul 07:40
· 4 commits to main since this release

Kimi-GUI 0.8.17

Version 0.8.17 fixes steered messages vanishing from the transcript.

Run-now no longer makes the message disappear

Clicking 바로 실행 (Run now) on a scheduled message marks its card as
sent, and the daemon merges the message into the active turn. When the
turn's next history resync landed before the daemon had persisted that
message (a write lag), the resync dropped the sent card unconditionally —
and the message's UI vanished from the transcript until some later resync
happened to bring it back.

Sent cards now survive until history actually carries the steered message,
then settle into a normal user row. The message is visible continuously:
card first, row once persisted.

Verification

  • 120 automated syntax, behavior, layout, and accessibility checks passed,
    including a replay of the daemon's run-now event sequence with a delayed
    history write.
  • Verified the daemon's steer event vocabulary (prompt.steered, turn steps,
    turn.ended) 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.