Skip to content

@moonshot-ai/kimi-code@0.23.4

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jul 16:10
7ce3c2d

Patch Changes

  • #1501 b91099e Thanks @liruifengv! - Display Extra Usage (fuel pack) balance in /usage and /status commands.

  • #1517 173bdfd Thanks @chengluyu! - Fix resuming sessions whose original working directory no longer exists.

  • #1516 9fb1915 Thanks @chengluyu! - Fix prompt-mode goals so they run until completion and report invalid goal commands before sending prompts.

  • #1508 1bf2c9a Thanks @RealKai42! - Keep image-heavy sessions within provider request-size limits: model-read images now honor a 256 KB per-image budget and a 2000px downscale cap (configurable via [image] in config.toml or KIMI_IMAGE_* env vars), oversized WebP is compressed as well, HEIC/HEIF reads are refused with a platform-matched conversion command instead of poisoning the session, and a request-too-large rejection (HTTP 413) now recovers automatically — the request and /compact both retry with older media replaced by text markers instead of failing the session.

  • #1519 170ae44 Thanks @liruifengv! - web: Polish the session sidebar layout, colors, icons, and typography.

  • #1521 046b6c4 Thanks @RealKai42! - The [image] limits in config.toml now also apply to pasted images (CLI paste and ACP prompts), and each core now uses its own settings, so reloading one client's config no longer changes another client's image compression.

  • #1494 a354803 Thanks @wbxl2000! - Add a Kimi WebBridge entry to the Official tab of the /plugins panel that opens the WebBridge install page in your browser.

  • #1479 735922c Thanks @liruifengv! - web: Add notifications when a tool needs approval, and improve notification reliability.

  • #1522 ec8dc34 Thanks @wbxl2000! - web: Fix an occasional "another turn is active" error when sending the first message of a new conversation, and show a starting state while it is being sent.

  • #1502 ad30a1c Thanks @chengluyu! - web: Polish the chat UI with Inter typography, localized labels, and tighter sidebar, composer, and menu styling.