Skip to content

@moonshot-ai/kimi-code@0.16.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 13:25
· 38 commits to main since this release
efda438

Minor Changes

  • #788 efdf8a1 - Add a built-in kimi vis command that launches the session visualizer in your browser, pointed at your local sessions. Supports --port/--host, --no-open, and kimi vis <sessionId> deep-links.

Patch Changes

  • #790 d0d5821 - Stop Anthropic-compatible providers from reading ambient Anthropic shell credentials and custom headers.

  • #809 6f442bd - Add configurable banner display frequencies with local display state.

  • #807 b45672c - Close wrapped output streams when buffered readers are destroyed.

  • #813 7b5b818 - Fix repeated compaction handling when context remains over the blocking threshold.

  • #801 ff332be - Polish queue pane styling

  • #802 aa1896c - Reduce the maximum height of the /btw side panel from half to one-third of the terminal.

  • #805 3e6196e - Project session replay ranges over rendered replay records instead of raw persisted records.

  • #804 299b9fc - Prevent session shutdown from resuming the agent when stopping background tasks.

  • #823 90fc04b - Remove redundant LLM request logging context plumbing.