ReleaseMoonshot AI (Kimi)Moonshot AI (Kimi)published Aug 5, 2026seen 4w

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

MoonshotAI/kimi-code

Open original ↗

Captured source

source ↗
published Aug 5, 2026seen 4wcaptured 4whttp 200method plain

@moonshot-ai/kimi-code@0.33.0

Repository: MoonshotAI/kimi-code

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

Published: 2026-08-05T08:24:45Z

Prerelease: no

Release notes:

Minor Changes

  • #2407 `0abcd00` Thanks @wbxl2000! - Add Kimi Computer Use and Kimi WebBridge as built-in official marketplace entries in the v2 CLI. Installing from /plugins sets up the latest managed runtime and plugin together, reports incomplete manual steps, and supports retrying interrupted setup.
  • #2627 `f881cdd` Thanks @sailist! - Run the CLI surfaces (interactive TUI, kimi -p, kimi acp, kimi export, kimi provider) on the agent-core-v2 engine by default. Set KIMI_CODE_LEGACY_FLAG=1 to fall back to the legacy engine.
  • #2565 `54c04bf` Thanks @7Sageer! - /fork no longer switches to the forked session: the current session stays active and its background tasks keep running. Find the fork in /sessions.

Patch Changes

  • #2601 `75fe068` Thanks @wbxl2000! - Fix built-in capability availability and installed status in /plugins, preserve legacy WebBridge skills as backups during updates, and prevent Computer Use updates from duplicating or disconnecting MCP servers.
  • #2635 `2b3e9a9` Thanks @wbxl2000! - Rename the partner plugin marketplace tab to Curated and clarify that it contains third-party plugins from Kimi partners.
  • #2614 `8db7d42` Thanks @RealKai42! - Add /bug as an alias for the /feedback slash command. Type /bug to submit feedback.
  • #2586 `278b6af` Thanks @7Sageer! - Ensure the first request waits for MCP startup to finish while the interface still opens immediately.
  • #2620 `2ee6e43` Thanks @xpzouying! - Fixed MCP OAuth re-authorization always failing with "Invalid redirect URI": the OAuth callback listener binds a random port per flow, but the dynamic client registration recorded the first flow's port, so every later interactive authorization was rejected at the authorization endpoint. A stale registration is now dropped automatically and the flow re-registers with the current callback URI.
  • #2596 `c32e661` Thanks @xpzouying! - MCP tool results now surface the spec-defined structuredContent field and _meta server metadata to the model as a serialized `` block, instead of silently dropping them. Servers that return their machine-readable contract in these fields work the same as on other MCP hosts.
  • #2612 `e357028` Thanks @7Sageer! - Fix all tool calls failing with spawn EBADF on macOS when a skill folder contains a very large file tree.