Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 17 Jun 16:39
· 38 commits to main since this release

Changelog

  • 6e157e8 Merge paste-feature into port-kimi-code-015-parity
  • ad085a2 chore(release): bump changelog to 0.5.0
  • fc0df86 chore(release): bump version to 0.6.0
  • a110a0c docs(adr): record which kimi-code 0.17.0 features are not ported
  • c9ad213 docs(agents): document TurnEventToolProgress and live shell output
  • d13a50b docs(agents): document plan mode toggle and approval panel
  • 9ebb926 feat(config): add default paste keybinding
  • 5f1d1b8 feat(core): plan mode generation and approval flow
  • b8ccbcc feat(core): stream live shell output progress
  • 6053b3b feat(core,tui): mid-stream steering with Ctrl+S
  • 8ac9fb3 feat(llm): restrict local attachment reads to configured roots and size cap
  • 214d8b5 feat(store,core): add monotonic turn sequence counter restored on resume
  • aa63566 feat(tui): add /help overlay
  • 5fdbdaa feat(tui): add activity/thinking panel
  • 58d2828 feat(tui): add image and video paste support via Ctrl+V/Alt+V
  • f45c6c0 feat(tui): add slash-command autocomplete
  • d2c5627 feat(tui): add two-line status footer with git and context
  • 33e8359 feat(tui): add welcome panel for empty transcript
  • 3d4c493 feat(tui): display live shell output in activity panel
  • ba44fd1 feat(tui): line-count chips for write_file and str_replace_file results
  • 9a1d6d6 feat(tui): numeric shortcuts and fullscreen diff in approval dialog
  • e07a905 feat(tui): plan mode approval panel and wiring
  • 97de264 feat(tui): plan mode toggle in input
  • 17c03d3 feat(tui): remove sidebar and source @-mentions from filesystem
  • 58bf4f2 feat(tui): rich tool-call blocks with icons and duration
  • 7187313 feat(tui): session picker cards with last prompt and clipboard hint
  • 579551b feat(tui): support custom JSON color themes
  • 758fbd1 feat(tui/input): preserve non-image paste attachments, copy files to tmp, and surface errors
  • ae855dc fix(app): clean up stale pasted attachments on startup
  • 5ee8e1c fix(core): drop tool progress chunks when event channel is full
  • 22e0700 fix(core): reject tool calls in plan mode and harden plan cleanup
  • b946936 fix(tui): plan panel keyboard ownership and dialog wrapping
  • 4975dfe fix(tui): reset approval fullscreen state on new requests and completion
  • 3a1197e fix(tui): snapshot toolProgress under lock in updateActivity
  • 9ba74c6 fix(tui): use POSIX shell quoting and guard narrow session picker widths
  • 96e16a4 fix(tui): validate session path in New()
  • 0d64b44 fix: update footer tips and README inaccuracies
  • b34c1df refactor(tui): async RunTurn, consume overlay keys, split model into focused files
  • 29b1240 style(tui): align dark theme colors with upstream
  • 0cff8ad test(core): fix race detector failures in RunTurnWithPlan tests
  • d644934 test(tui): reassign model in help overlay close-key test