Skip to content

Conversation

@stdrc
Copy link
Collaborator

@stdrc stdrc commented Jan 4, 2026

Signed-off-by: Richard Chien [email protected]

Related Issue

Resolve #(issue_number)

Description

Copilot AI review requested due to automatic review settings January 4, 2026 05:41
Copy link
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 fixes a Python 3.14 installation issue by updating the loguru dependency constraints in the kosong package and bumps the version from 0.71 to 0.72.

  • Version bump from 0.71 to 0.72 for kimi-cli
  • Version bump from 0.36.0 to 0.36.1 for the kosong package
  • Updated changelogs and documentation to reflect the new release

Reviewed changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
pyproject.toml Bumped kimi-cli version to 0.72 and updated kosong dependency to 0.36.1
uv.lock Updated lock file with new versions for kimi-cli (0.72) and kosong (0.36.1)
packages/kosong/pyproject.toml Bumped kosong version to 0.36.1
packages/kosong/CHANGELOG.md Added changelog entry for 0.36.1 release documenting the loguru fix
CHANGELOG.md Added changelog entry for 0.72 release documenting the Python 3.14 installation fix
docs/en/release-notes/changelog.md Added English changelog entry for version 0.72
docs/zh/release-notes/changelog.md Added Chinese changelog entry for version 0.72
docs/en/reference/kimi-info.md Updated example output in documentation (incomplete - should show 0.72)
docs/zh/reference/kimi-info.md Updated example output in documentation (incomplete - should show 0.72)

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

```sh
$ kimi info --json
{"kimi_cli_version": "0.70", "agent_spec_versions": ["1"], "wire_protocol_version": "1", "python_version": "3.13.1"}
{"kimi_cli_version": "0.71", "agent_spec_versions": ["1"], "wire_protocol_version": "1", "python_version": "3.13.1"}
Copy link

Copilot AI Jan 4, 2026

Choose a reason for hiding this comment

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

The example JSON output shows version "0.71" but this PR bumps the version to "0.72". The example should be updated to reflect the current version being released.

Copilot uses AI. Check for mistakes.
```sh
$ kimi info --json
{"kimi_cli_version": "0.70", "agent_spec_versions": ["1"], "wire_protocol_version": "1", "python_version": "3.13.1"}
{"kimi_cli_version": "0.71", "agent_spec_versions": ["1"], "wire_protocol_version": "1", "python_version": "3.13.1"}
Copy link

Copilot AI Jan 4, 2026

Choose a reason for hiding this comment

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

The example JSON output shows version "0.71" but this PR bumps the version to "0.72". The example should be updated to reflect the current version being released.

Copilot uses AI. Check for mistakes.
@stdrc stdrc merged commit 81dd4ad into main Jan 4, 2026
31 checks passed
@stdrc stdrc deleted the rc/fix-and-bump-0.72 branch January 4, 2026 05: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