-
Notifications
You must be signed in to change notification settings - Fork 3.5k
feat: CLI Auto-updates #7635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: CLI Auto-updates #7635
Conversation
…allin/con-2954-auto-update-cli
AI Code ReviewAI review failed due to service initialization issues. Please check the Continue API key and configuration. No specific line comments generated. 💡 To request a new detailed review, comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 issue found across 18 files
Prompt for AI agents (all 1 issues)
Understand the root cause of the following 1 issues and fix them.
<file name="extensions/cli/src/slashCommands.ts">
<violation number="1" location="extensions/cli/src/slashCommands.ts:181">
Duplicate telemetry capture: handleSlashCommands already records useSlashCommand; capturing again here will double-count the update command event.</violation>
</file>
React with 👍 or 👎 to teach cubic. Mention @cubic-dev-ai
to give feedback, ask questions, or re-run the review.
🎉 This PR is included in version 1.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.16.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.15.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Adds configurable auto-updating to the CLI
Auto-update automatically downloads the latest available version and restarts cn.
/update slash command:
Can toggle auto updates off and on

Can manually update

Summary by cubic
Adds configurable auto-updates to the Continue CLI with background checks on launch and a simple UI to run or skip updates. Addresses CON-2954.
New Features
Migration