Skip to content

@moonshot-ai/kimi-code@0.20.2

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jun 06:51
· 5 commits to main since this release
52e2719

Patch Changes

  • #1166 dfcfdfd - Add an optional exclude_empty parameter to the session list API to omit sessions that have no messages.

  • #1156 794db55 - Cap compaction output at 128k tokens by default to avoid provider max_tokens errors.

  • #1129 d02b5c4 - Fix compaction ignoring the configured max output size.

  • #1188 db5fbc5 - Fix unnecessary full-screen redraws when typing in the input box or toggling the slash panel.

  • #1187 97f9263 - Fix debug timing output lingering after undoing a turn.

  • #1163 ff6e8bb - Fix the web composer occasionally keeping typed text after sending the first message of a new session.

  • #1189 04b3492 - Fix working tips getting squeezed against the agent swarm progress bar.

  • #1159 23a553b - In the bundled web UI, /new and /clear are now aliases that open the session onboarding composer and focus the input. iOS auto-zoom is prevented by keeping text inputs at 16px instead of disabling viewport scaling.

  • #1186 821847c - Add KIMI_CODE_CUSTOM_HEADERS for custom outbound LLM request headers and send the User-Agent header to non-Kimi providers. Set KIMI_CODE_CUSTOM_HEADERS to newline-separated Name: Value lines.

  • #1186 821847c - Route managed Kimi Code models on the Anthropic-compatible protocol through the beta Messages API.

  • #1170 cf558cd - Recover from provider 413 context overflows by compacting before retrying.

  • #1170 cf558cd - Support the Anthropic-compatible protocol for managed Kimi Code, including video input.

  • #1186 821847c - Add provider type and protocol attributes to turn and API error telemetry.

  • #1155 54baf5d - Upgrade web markdown renderer dependencies (katex, markstream-vue, shiki) for bug fixes and performance improvements.

  • #1162 b070846 - Rework the web ask-user-question card into a step-by-step wizard so multi-question navigation and the final Submit action are easier to see.

  • #1179 fc3d69d - Add a completion sound and question notifications to the web UI, with separate Settings toggles for completion notifications, question notifications, and sound. Question notifications default off so question text only reaches your desktop after you opt in.

  • #1165 f3b1532 - Replace the web composer attach button's plus icon with an image icon.

  • #1167 c63edd5 - In the bundled web UI, a new session is now created only when the first message is sent, so + New without a workspace opens the composer instead of making an empty session.

  • #1166 dfcfdfd - Hide unused "New Session" entries from the web session list by default.

  • #1181 1dab2c2 - Restore each session's scroll position when switching back to it in the web UI.

  • #1181 1dab2c2 - Keep the open side panel when switching between sessions in the web UI.

  • #1166 dfcfdfd - Remove the /sessions slash command from the web UI; the sidebar already covers session browsing.

  • #1181 1dab2c2 - Keep unsent composer attachments scoped to their session in the web UI, so switching sessions no longer leaks them into another session's next message.

  • #1161 d968642 - Show the first five sessions per workspace in the web sidebar instead of ten.

  • #1181 1dab2c2 - Scope the web composer's up/down input history to the current session instead of sharing it across all sessions.