fix(update-check): --force now clears snooze so user can upgrade after snoozing#220
Open
francoisaubert1 wants to merge 1 commit intogarrytan:mainfrom
Open
fix(update-check): --force now clears snooze so user can upgrade after snoozing#220francoisaubert1 wants to merge 1 commit intogarrytan:mainfrom
francoisaubert1 wants to merge 1 commit intogarrytan:mainfrom
Conversation
…r snoozing When a user snoozes an upgrade notification but then changes their mind and runs `/gstack-upgrade` directly, the --force flag should allow them to proceed. Previously, --force only cleared the cache but still respected the snooze, leaving the user unable to upgrade until the snooze expired. Now --force clears both cache and snooze, matching user intent: "I want to upgrade NOW, regardless of previous dismissals." Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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
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
--forceflag now clears both cache AND snooze file/gstack-upgradedirectly when they change their mindEvidence
When a user snoozes an upgrade ("Not now") but then 10 minutes later runs
/gstack-upgrade, the--forceflag only cleared the cache but still respected the snooze — leaving the user unable to upgrade until the snooze expired (24h-7d).Pre-Landing Review
No issues found.
Test Coverage
--force clears snooze so user can upgrade after snoozingTest plan
bun test browse/test/gstack-update-check.test.ts)--force→ upgrade available🤖 Generated with Claude Code