ReleaseMoonshot AI (Kimi)Moonshot AI (Kimi)published Jul 9, 2026seen 2w

MoonshotAI/kimi-code @moonshot-ai/kimi-code@0.23.4

MoonshotAI/kimi-code

Open original ↗

Captured source

source ↗
published Jul 9, 2026seen 2wcaptured 2whttp 200method plain

@moonshot-ai/kimi-code@0.23.4

Repository: MoonshotAI/kimi-code

Tag: @moonshot-ai/kimi-code@0.23.4

Published: 2026-07-09T16:10:50Z

Prerelease: no

Release notes:

Patch Changes

  • #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.
  • #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.