Skip to content

@moonshot-ai/kimi-code@0.6.0

Choose a tag to compare

@github-actions github-actions released this 29 May 14:24
d64b15d

Minor Changes

  • #212 2bbea75 - Add a KIMI_MODEL_* environment-variable channel that lets you run Kimi Code against a specific model (provider type, base URL, API key, context size, capabilities, and thinking settings) without editing config.toml.

  • #221 bab2da7 - Install plugins directly from GitHub repository URLs, and surface each install's origin and trust level (kimi-official, curated, third-party) in the plugin manager.

  • #118 8913440 - Support querying sessions by sessionId or workDir in listSessions, and show a helpful cd command when resuming a session from a different working directory.

  • #186 537cf20 - Remove the default per-turn step limit of 1000. Users can still set max_steps_per_turn in config to enforce a custom limit.

Patch Changes

  • #197 f3269ea - Show the real terminal status of background agents in the transcript so lost, failed, and killed ones no longer appear as completed, and include the resume agent id and recovery instructions in the failure notification so the model can resume reliably.

  • #211 54590d3 - Back off failed compaction retries by a fixed slice of the model context window.

  • #167 b5981a5 - Introduce ModelProvider interface and SingleModelProvider to decouple Agent from ProviderManager.

  • #213 2388f20 - Handle context overflow errors consistently across provider responses.

  • #214 caaa6d8 - Fix the native self-updater reporting a successful update when the install command actually failed.

  • #202 14a0348 - Fix footer leaking onto the terminal when resuming a non-existent session.

  • #198 8c77cfa - Fix automatic ripgrep installation when temporary files are on another filesystem.

  • #199 588145d - Expand the footer's rotating tips to surface more commands and shortcuts, featuring newer and important ones more prominently.

  • #192 64964a0 - Improve the usage information display in the TUI.

  • #195 3a0e060 - Project persisted hook and blocked prompt messages into model context.

  • #221 bab2da7 - Restrict plugin trust badges to Kimi-hosted plugin CDN URL patterns.

  • #207 e280f33 - Recover from provider model token limit errors during long conversations.

  • #201 3da4dae - Automatically retry when a model response stream is dropped mid-flight (a terminated error) instead of failing the turn.

  • #190 1873859 - Slim the LLM diagnostic logs with fewer, more compact fields.

  • #185 114777e - Split RuntimeConfig into Kaos and ToolServices and update all references accordingly.

  • #189 564721f - Clarify subagent and background task stop messages as user-initiated.

  • #206 07d51e4 - Relocate shared tool service typing to the tool support layer.

  • #215 b9860e9 - Align the datasource plugin with the generic two-tool workflow.

  • #200 5159af3 - Keep blocked prompt hook conversations available to subsequent model turns.