-
Notifications
You must be signed in to change notification settings - Fork 2.6k
feat(goose-cli): add cargo feature to disable update command #5846
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
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9bdc405 to
205362f
Compare
michaelneale
approved these changes
Nov 24, 2025
Collaborator
michaelneale
left a 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.
nice one @kskarthik, I can appreciate with packagers you want to have this.
Contributor
Author
|
Thanks for reviewing this! @michaelneale I guess that the failing CI test above can be ignored, just an issue with npm package lock |
Collaborator
|
@kskarthik if you update to main - then it should build now, thanks |
Contributor
Author
|
Done |
Co-authored-by: Douwe Osinga <douwe@squareup.com> Signed-off-by: Sai Karthik <kskarthik@disroot.org>
Signed-off-by: Sai Karthik <kskarthik@disroot.org>
Signed-off-by: Sai Karthik <kskarthik@disroot.org>
…5826) Signed-off-by: Sai Karthik <kskarthik@disroot.org>
block#5819) Signed-off-by: Vaibhav Maheshwari <vaibhav.dkm@gmail.com> Co-authored-by: Claude <noreply@anthropic.com> Signed-off-by: Sai Karthik <kskarthik@disroot.org>
Signed-off-by: Sai Karthik <kskarthik@disroot.org>
Signed-off-by: Sai Karthik <kskarthik@disroot.org>
* Add Markdown export of any doc page by appending `.md` to the URL * New "View as Markdown" dropdown menu from the "copy page" button Signed-off-by: Sai Karthik <kskarthik@disroot.org>
Signed-off-by: Sai Karthik <kskarthik@disroot.org>
Co-authored-by: Douwe Osinga <douwe@squareup.com> Signed-off-by: Sai Karthik <kskarthik@disroot.org>
Co-authored-by: Douwe Osinga <douwe@squareup.com> Signed-off-by: Sai Karthik <kskarthik@disroot.org>
Signed-off-by: Sai Karthik <kskarthik@disroot.org>
urgent need for runner failure Signed-off-by: Sai Karthik <kskarthik@disroot.org>
Signed-off-by: Sai Karthik <kskarthik@disroot.org>
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com> Signed-off-by: Sai Karthik <kskarthik@disroot.org>
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com> Signed-off-by: Sai Karthik <kskarthik@disroot.org>
…#5822) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sai Karthik <kskarthik@disroot.org>
…etter (block#5839) Co-authored-by: Pradeepta Dash <pradeepta@exceeds.ai> Signed-off-by: Sai Karthik <kskarthik@disroot.org>
Co-authored-by: Douwe Osinga <douwe@squareup.com> Signed-off-by: Sai Karthik <kskarthik@disroot.org>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Sai Karthik <kskarthik@disroot.org>
Signed-off-by: Sai Karthik <kskarthik@disroot.org>
Signed-off-by: Sam Osborn <samosborn@squareup.com> Signed-off-by: Sai Karthik <kskarthik@disroot.org>
Signed-off-by: Sai Karthik <kskarthik@disroot.org>
4d1b67c to
fa5b4f2
Compare
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Added a feature to the
goose-clicrate to disable theupdatecommand.Usecase: I have packaged goose for openSUSE Tumbleweed & i had to patch the build to disable update.
This feature comes handy instead of patching the code & quiet helpful for other distro package maintainers as well 🙂
Type of Change
AI Assistance
Testing
Tested manually
Screenshots/Demos (for UX changes)
Before:
After: