Skip to content

chore: bump kimi-cli and kimi-code to 1.21.0#1425

Merged
RealKai42 merged 4 commits intomainfrom
bump-kimi-cli-1.21.0
Mar 12, 2026
Merged

chore: bump kimi-cli and kimi-code to 1.21.0#1425
RealKai42 merged 4 commits intomainfrom
bump-kimi-cli-1.21.0

Conversation

@RealKai42
Copy link
Copy Markdown
Collaborator

@RealKai42 RealKai42 commented Mar 12, 2026

Summary

  • Bump kimi-cli version from 1.20.0 to 1.21.0
  • Bump kimi-code version from 1.20.0 to 1.21.0 (synced with kimi-cli)
  • Move changelog entries from Unreleased to 1.21.0 (2026-03-12)
  • Sync English and Chinese changelog/release-notes docs
  • Add steer input documentation to interaction guides (en/zh)

Changes since 1.20.0

  • Shell: Add inline running prompt with steer input
  • Core: Change steer injection from synthetic tool calls to regular user messages
  • Wire: Add SteerInput event
  • Shell: Echo user input after submission in agent mode
  • Shell: Improve session replay with steer inputs
  • Shell: Fix upgrade command in toast notifications
  • Core: Persist system prompt in context.jsonl
  • Vis: Add session directory shortcuts in kimi vis
  • Shell: Improve API key login UX

Release

After merge, pull latest main and tag:

git tag 1.21.0
git push --tags

Open with Devin

- Update pyproject.toml versions for kimi-cli (1.20.0 → 1.21.0) and
  kimi-code (1.20.0 → 1.21.0, dependency synced)
- Move changelog entries from Unreleased to 1.21.0 (2026-03-12)
- Sync English and Chinese changelog docs
- Add steer input documentation to interaction guides (en/zh)
- Run uv sync to update lockfile
Copilot AI review requested due to automatic review settings March 12, 2026 14:50
@RealKai42 RealKai42 changed the title bump: kimi-cli and kimi-code to 1.21.0 chore: bump kimi-cli and kimi-code to 1.21.0 Mar 12, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Bumps the Kimi Code CLI release to 1.21.0 and updates the user-facing documentation/release notes to describe the new “steer” (send messages while the agent is running) interaction.

Changes:

  • Bump project versions to 1.21.0 (root + packages/kimi-code) and update the lockfile accordingly.
  • Add 1.21.0 (2026-03-12) entries to changelogs (root + localized docs).
  • Document the new steer interaction behavior in the English/Chinese interaction guides.

Reviewed changes

Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
uv.lock Updates editable package versions for kimi-cli / kimi-code to 1.21.0.
pyproject.toml Bumps kimi-cli project version to 1.21.0.
packages/kimi-code/pyproject.toml Bumps kimi-code version and pins dependency to kimi-cli==1.21.0.
CHANGELOG.md Adds the 1.21.0 release notes section.
docs/en/release-notes/changelog.md Adds the 1.21.0 release notes section (EN).
docs/zh/release-notes/changelog.md Adds the 1.21.0 release notes section (ZH).
docs/en/guides/interaction.md Adds a guide section explaining steer behavior (EN).
docs/zh/guides/interaction.md Adds a guide section explaining steer behavior (ZH).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +14 to 18
## 1.21.0 (2026-03-12)

- Shell: Add inline running prompt with steer input — agent output is now rendered inside the prompt area while the model is running, and users can type and send follow-up messages (steers) without waiting for the turn to finish; approval requests and question panels are handled inline with keyboard navigation
- Core: Change steer injection from synthetic tool calls to regular user messages — steer content is now appended as a standard user message instead of a fake `_steer` tool-call/tool-result pair, improving compatibility with context serialization and visualization
- Wire: Add `SteerInput` event — a new Wire protocol event emitted when the user sends a follow-up steer message during a running turn
Copy link

Copilot AI Mar 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The release notes bump to 1.21.0, but the kimi info reference docs still show example output with kimi-cli version: 1.20.0 (see docs/en/reference/kimi-info.md and docs/zh/reference/kimi-info.md). Please update those examples to 1.21.0 or switch them to a version placeholder so they don’t go stale each release.

Copilot uses AI. Check for mistakes.
devin-ai-integration[bot]

This comment was marked as resolved.

RealKai42 and others added 3 commits March 12, 2026 22:55
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Signed-off-by: Kai <me@kaiyi.cool>
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Signed-off-by: Kai <me@kaiyi.cool>
Co-authored-by: devin-ai-integration[bot] <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Signed-off-by: Kai <me@kaiyi.cool>
@RealKai42 RealKai42 merged commit 2e2eb2a into main Mar 12, 2026
34 checks passed
@RealKai42 RealKai42 deleted the bump-kimi-cli-1.21.0 branch March 12, 2026 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants