chore: bump kimi-cli 0.83, kosong 0.39.1, kimi-sdk 0.2.0#665
Merged
Conversation
kimi-cli 0.83: - Tool: Add ReadMediaFile tool for reading image/video files - Skills: Flow skills now also register as /skill: commands kosong 0.39.1: - Fix streamed usage from choice not being read properly kimi-sdk 0.2.0: - Export KimiFiles class to support video file uploads
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps three packages to new versions: kimi-cli to 0.83, kosong to 0.39.1, and kimi-sdk to 0.2.0. The kimi-cli version adds new media file reading capabilities and flow skill command registration enhancements. The kosong update fixes a streaming usage bug, and the kimi-sdk update exports the KimiFiles class for video uploads.
Changes:
- Version bumps for kimi-cli (0.82 → 0.83), kosong (0.39.0 → 0.39.1), and kimi-sdk (0.1.2 → 0.2.0)
- Updated all dependency references to match new versions
- Added corresponding changelog entries with release date 2026-01-21
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Bumped kimi-cli version to 0.83 and kosong dependency to 0.39.1 |
| packages/kimi-code/pyproject.toml | Bumped version to 0.83 and kimi-cli dependency to 0.83 |
| packages/kosong/pyproject.toml | Bumped version to 0.39.1 |
| sdks/kimi-sdk/pyproject.toml | Bumped version to 0.2.0 |
| uv.lock | Updated lock file with all new package versions |
| CHANGELOG.md | Added 0.83 release entry with ReadMediaFile tool and flow skill command updates |
| packages/kosong/CHANGELOG.md | Added 0.39.1 release entry with streaming usage fix |
| sdks/kimi-sdk/CHANGELOG.md | Added 0.2.0 release entry with KimiFiles export |
| docs/en/release-notes/changelog.md | Synced with main CHANGELOG.md for 0.83 release |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
This PR bumps the following packages:
kimi-cli 0.83
ReadMediaFiletool for reading image/video files;ReadFilenow focuses on text files only/skill:<skill-name>commands (in addition to/flow:<skill-name>)kosong 0.39.1
kimi-sdk 0.2.0
KimiFilesclass to support video file uploadsFiles Changed
pyproject.toml: kimi-cli version 0.82 → 0.83, kosong dependency 0.39.0 → 0.39.1packages/kosong/pyproject.toml: version 0.39.0 → 0.39.1sdks/kimi-sdk/pyproject.toml: version 0.1.2 → 0.2.0packages/kimi-code/pyproject.toml: version and dependency synced with kimi-cliCHANGELOG.md,packages/kosong/CHANGELOG.md,sdks/kimi-sdk/CHANGELOG.md: Updateddocs/en/release-notes/changelog.md: Synceduv.lock: UpdatedRelease Tags (after merge)