Skip to content

Conversation

@0xMashiro
Copy link

@0xMashiro 0xMashiro commented Jan 27, 2026

Check if kimi-cli is installed and prompt for upgrade.

Related Issue

Resolve #(issue_number)

Description

Previously, the script would attempt to install the tool blindly, which could fail or conflict if the tool already existed.

This change introduces a logic check:

  1. Checks for existing installation using uv tool list.
  2. If installed, prompts the user (Y/n) to upgrade via uv tool upgrade.
  3. If not installed, proceeds with uv tool install.

Checklist

  • I have read the CONTRIBUTING document.
  • I have linked the related issue, if any.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have run make gen-changelog to update the changelog.
  • I have run make gen-docs to update the user documentation.

Commit message courtesy of Gemini, purely because I was too lazy to Alt-Tab away.


Open with Devin

Check if kimi-cli is installed and prompt for upgrade.

Signed-off-by: Chai <acdoge.cao@gmail.com>
Copy link

@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 3 additional flags.

Open in Devin Review

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.

1 participant