Skip to content

cli: add update prompt #811

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

Merged
merged 4 commits into from
Apr 8, 2025
Merged

Conversation

danstarns
Copy link
Member

This PR adds a small prompt that tells people when an update is available.

Related:

@Copilot Copilot AI review requested due to automatic review settings April 7, 2025 01:44
@danstarns danstarns requested a review from a team as a code owner April 7, 2025 01:44
Copy link
Contributor

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

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

Comments suppressed due to low confidence (1)

cli/src/baseCommand.ts:21

  • [nitpick] Extracting the command name by splitting on a space may be fragile if the command id format changes. Consider using a more robust method to determine the command name, if available.
const cmd = this.id?.split(" ")[0];

@mattjohnsonpint
Copy link
Member

Add a changelog entry please.

@danstarns
Copy link
Member Author

Add a changelog entry please.

Added!

@mattjohnsonpint mattjohnsonpint enabled auto-merge (squash) April 8, 2025 18:32
@mattjohnsonpint mattjohnsonpint merged commit e9e54b7 into hypermodeinc:main Apr 8, 2025
6 checks passed
@Copilot Copilot AI mentioned this pull request May 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants