ReleaseMoonshot AI (Kimi)Moonshot AI (Kimi)published Jul 30, 2026seen 9h

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

MoonshotAI/kimi-code

Open original ↗

Captured source

source ↗
published Jul 30, 2026seen 9hcaptured 9hhttp 200method plain

@moonshot-ai/kimi-code@0.31.0

Repository: MoonshotAI/kimi-code

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

Published: 2026-07-30T06:59:32Z

Prerelease: no

Release notes:

Minor Changes

  • #2365 `fa2c5ce` Thanks @7Sageer! - Add support for plugin-contributed custom agents, discovered automatically and available for sub-agent delegation. Ship an agents/ directory in the plugin (or declare agents paths in the plugin manifest) to provide them.
  • #2314 `02d77b2` Thanks @7Sageer! - Allow enabled plugins to contribute agent system-prompt instructions through systemPrompt or systemPromptPath in kimi.plugin.json, effective on both agent engines (the TUI, kimi -p, and kimi web).
  • #2232 `efac96c` Thanks @7Sageer! - Add the /secondary_model slash command to configure the secondary model used by subagents.

Patch Changes

  • #2379 `691ec46` Thanks @RealKai42! - Remove the blocking block/timeout wait from the TaskOutput tool so checking a background task can no longer stall the conversation; it now always returns an immediate snapshot, and completion still arrives via automatic notification.
  • #2395 `d10b1c1` Thanks @sailist! - Fix sessions missing from the session picker when their cached metadata predates the archived flag.