chore: bump kimi-cli 1.30.0, kosong 0.48.0, pykaos 0.9.0#1734
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the workspace/package versions to align kimi-cli with the 1.30.0 release and bumps the in-repo dependencies (kosong, pykaos, and kimi-code) accordingly, along with updating release notes and configuration documentation to reflect new/changed features.
Changes:
- Bump versions:
kimi-cli→ 1.30.0,kimi-code→ 1.30.0,kosong→ 0.48.0,pykaos→ 0.9.0 - Update dependency pins and the uv lockfile to reflect the new versions
- Update changelogs/release notes and config docs (notably documenting
merge_all_available_skills)
Reviewed changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
uv.lock |
Updates editable workspace package versions for the new release set. |
pyproject.toml |
Bumps kimi-cli version and pins kosong[contrib]/pykaos to the new versions. |
packages/kosong/pyproject.toml |
Bumps kosong package version to 0.48.0. |
packages/kosong/CHANGELOG.md |
Adds 0.48.0 release entry. |
packages/kimi-code/pyproject.toml |
Bumps kimi-code version and updates its dependency on kimi-cli==1.30.0. |
packages/kaos/pyproject.toml |
Bumps pykaos package version to 0.9.0. |
packages/kaos/CHANGELOG.md |
Adds 0.9.0 release entry. |
docs/en/release-notes/changelog.md |
Adds 1.30.0 release notes in English. |
docs/zh/release-notes/changelog.md |
Adds 1.30.0 release notes in Chinese. |
docs/en/configuration/config-files.md |
Documents merge_all_available_skills and adds it to the example config. |
docs/zh/configuration/config-files.md |
Same as EN: documents merge_all_available_skills and updates the example config. |
docs/en/guides/interaction.md |
Removes a sentence about preserving unsent input during a turn. |
CHANGELOG.md |
Adds the 1.30.0 section to the main changelog. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Yuandiaodiaodiao
added a commit
to Yuandiaodiaodiao/kimi-cli
that referenced
this pull request
Apr 3, 2026
Yuandiaodiaodiao
added a commit
to Yuandiaodiaodiao/kimi-cli
that referenced
this pull request
Apr 3, 2026
Sync docs and package configs from upstream commits MoonshotAI#1665, MoonshotAI#1716, MoonshotAI#1734.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
uv syncresolves cleanly