MoonshotAI/kimi-code @moonshot-ai/kimi-code@0.8.0
MoonshotAI/kimi-code
Captured source
source ↗published Jun 2, 2026seen 5dcaptured 11hhttp 200method plain
@moonshot-ai/kimi-code@0.8.0
Repository: MoonshotAI/kimi-code
Tag: @moonshot-ai/kimi-code@0.8.0
Published: 2026-06-02T14:56:13Z
Prerelease: no
Release notes:
Minor Changes
- #319 `fe7db4a` - Append the current todo list as markdown to compaction summaries before writing them to history.
- #270 `ac37d74` - Add experimental goal mode for longer tasks that need more than one turn. Turn it on with
KIMI_CODE_EXPERIMENTAL_GOAL_COMMAND=1before you start Kimi.
Use /goal in the TUI when you want Kimi to keep working on one task across turns. For example:
/goal Fix the failing checkout test
Kimi shows the goal in the TUI and keeps progress visible while it works. Use /goal status, /goal pause, /goal resume, /goal cancel, and /goal replace to manage the goal. This feature is still experimental. Try it and tell us what would make it more useful.
- #315 `191059d` - Add background structured questions so agents can continue while waiting for user answers.
- #313 `3c5dee8` - Add
kimi providerCLI subcommand withadd,remove,list, andcatalog list/catalog addactions, so providers from a custom registry (api.json) or the public models.dev catalog can be imported and managed without launching the TUI.
- #277 `a217ff0` - Add
/undoslash command to withdraw the last prompt from conversation history, and keep replay records in sync when a prompt is undone.
- #336 `7cda9c3` - Add approval lifecycle hook events for observing pending and completed permission prompts.
Patch Changes
- #335 `7284f30` - Fix custom registry provider handling during re-import. Prevent loss of multi-provider entries and remove stale providers along with their model aliases and default model references.
- #247 `58e2915` - Fix a crash in the
/sessionspicker on very narrow terminals by clamping every rendered line to the terminal width.
- #317 `1f8c36a` - Fix tool output preview rendering: trim trailing empty lines, append ellipsis to multi-line Bash command headers, and truncate long single-line output by visual wrapped lines instead of raw newline count.
- #145 `d912053` - Fix Git Bash path detection on Windows by also searching
usr\bin\bash.exelocations, which is where bash lives in many Git for Windows installations wherebin\bash.exedoes not exist.
- #310 `a4511ff` - Show the full model name in the footer status bar instead of truncating the provider prefix.
- #223 `811f252` - Show MCP server summary in the welcome panel and add configuration hints in the /mcp command output.
Excerpt shown — open the source for the full document.
Notability
notability 7.0/10New version of notable code model