Skip to content

chore(release): bump kimi-cli to 1.42.0#2225

Merged
RealKai42 merged 1 commit intomainfrom
bump-1.42.0
May 11, 2026
Merged

chore(release): bump kimi-cli to 1.42.0#2225
RealKai42 merged 1 commit intomainfrom
bump-1.42.0

Conversation

@RealKai42
Copy link
Copy Markdown
Collaborator

@RealKai42 RealKai42 commented May 11, 2026

Summary

  • Bump kimi-cli and kimi-code to 1.42.0
  • Move the current release notes and breaking-change entry under 1.42.0
  • Apply two equivalent Web lint simplifications required by make check

Validation

  • uv run python scripts/check_version_tag.py --pyproject pyproject.toml --expected-version 1.42.0
  • uv run python scripts/check_version_tag.py --pyproject packages/kimi-code/pyproject.toml --expected-version 1.42.0
  • uv run python scripts/check_kimi_dependency_versions.py --root-pyproject pyproject.toml --kosong-pyproject packages/kosong/pyproject.toml --pykaos-pyproject packages/kaos/pyproject.toml
  • npm run build (docs)
  • make check

Post-merge

After this PR lands, create and push the release tag:

git tag 1.42.0
git push origin 1.42.0

Open in Devin Review

Copilot AI review requested due to automatic review settings May 11, 2026 03:29
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

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

This PR prepares the kimi-cli/kimi-code 1.42.0 release by bumping versions, promoting the current release notes + breaking change notes into a 1.42.0 section, and applying minor web lint-driven boolean condition simplifications.

Changes:

  • Bump kimi-cli and kimi-code to 1.42.0 (including uv.lock and kimi-code’s pinned dependency on kimi-cli).
  • Move release notes and breaking-change entries under 1.42.0 in the root changelog and docs (EN + ZH).
  • Simplify two equivalent boolean conditions in the web UI to satisfy linting.

Reviewed changes

Copilot reviewed 9 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
File Description
web/src/features/chat/components/session-files-panel.tsx Lint-friendly boolean condition simplification for empty-state rendering.
web/src/features/chat/components/approval-dialog.tsx Lint-friendly boolean condition simplification for keyboard hint rendering.
uv.lock Updates editable package versions to 1.42.0.
pyproject.toml Bumps kimi-cli project version to 1.42.0.
packages/kimi-code/pyproject.toml Bumps kimi-code version and pins dependency to kimi-cli==1.42.0.
docs/zh/release-notes/changelog.md Adds 1.42.0 release notes section (ZH).
docs/zh/release-notes/breaking-changes.md Adds 1.42.0 breaking changes section (ZH).
docs/en/release-notes/changelog.md Adds 1.42.0 release notes section (EN).
docs/en/release-notes/breaking-changes.md Adds 1.42.0 breaking changes section (EN).
CHANGELOG.md Promotes Unreleased entries into the 1.42.0 release section.

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

@RealKai42 RealKai42 merged commit 782ae34 into main May 11, 2026
42 checks passed
@RealKai42 RealKai42 deleted the bump-1.42.0 branch May 11, 2026 03:48
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