Skip to content

chore: bump kimi-cli 0.83, kosong 0.39.1, kimi-sdk 0.2.0#665

Merged
stdrc merged 2 commits into
mainfrom
bump-0.83-kosong-0.39.1-kimi-sdk-0.2.0
Jan 21, 2026
Merged

chore: bump kimi-cli 0.83, kosong 0.39.1, kimi-sdk 0.2.0#665
stdrc merged 2 commits into
mainfrom
bump-0.83-kosong-0.39.1-kimi-sdk-0.2.0

Conversation

@stdrc

@stdrc stdrc commented Jan 21, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR bumps the following packages:

kimi-cli 0.83

  • Tool: Add ReadMediaFile tool for reading image/video files; ReadFile now focuses on text files only
  • Skills: Flow skills now also register as /skill:<skill-name> commands (in addition to /flow:<skill-name>)

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

Files Changed

  • pyproject.toml: kimi-cli version 0.82 → 0.83, kosong dependency 0.39.0 → 0.39.1
  • packages/kosong/pyproject.toml: version 0.39.0 → 0.39.1
  • sdks/kimi-sdk/pyproject.toml: version 0.1.2 → 0.2.0
  • packages/kimi-code/pyproject.toml: version and dependency synced with kimi-cli
  • CHANGELOG.md, packages/kosong/CHANGELOG.md, sdks/kimi-sdk/CHANGELOG.md: Updated
  • docs/en/release-notes/changelog.md: Synced
  • uv.lock: Updated

Release Tags (after merge)

git tag 0.83
git tag kosong-0.39.1
git tag kimi-sdk-0.2.0
git push --tags

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
Copilot AI review requested due to automatic review settings January 21, 2026 12:12

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

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 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.

Signed-off-by: Richard Chien <stdrc@outlook.com>
@stdrc
stdrc merged commit 3902cfc into main Jan 21, 2026
29 checks passed
@stdrc
stdrc deleted the bump-0.83-kosong-0.39.1-kimi-sdk-0.2.0 branch January 21, 2026 12:26
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