Skip to content

Comments

Release: 7.0.3#4471

Merged
jorbuedo merged 4 commits intoproductionfrom
preview
Feb 4, 2026
Merged

Release: 7.0.3#4471
jorbuedo merged 4 commits intoproductionfrom
preview

Conversation

@jorbuedo
Copy link
Contributor

@jorbuedo jorbuedo commented Feb 3, 2026

Note

Medium Risk
Changes deduplication/processing guards for deep links and pending actions, which could affect whether some link-triggered flows run or get skipped. Scope is limited to link handling and a small UI text formatting tweak.

Overview
Tightens deep-link/action deduplication to avoid repeated processing: useDeepLinkWatcher now tracks and ignores already-seen initial URLs (including the post-login recheck), and ClaimActionHandler prevents re-running the same claim (url:code) on screen refocus.

Simplifies ActionHandler’s processed-action tracking from an action-instance Map to an actionId Set, relying on actionId-based gating/clearing rather than object-reference comparisons. Also adjusts Counter rendering to prepend spaces before unitsText/closingText for consistent spacing.

Written by Cursor Bugbot for commit a6deabe. This will update automatically on new commits. Configure here.

jorbuedo and others added 4 commits February 3, 2026 13:27
The Counter component was concatenating counter, unitsText, and
closingText without spaces, resulting in text like "3565Tokensfound"
instead of "3565 Tokens found".
The deep link watcher was re-processing the same initial URL when
the processLink callback reference changed during navigation. This
caused a loop where users were sent back to the start of the Send
flow repeatedly.

Added URL-based tracking using a Set ref to prevent re-processing
the same URL. Also simplified ActionHandler and ClaimActionHandler
to use the same consistent Set-based pattern instead of fragile
object reference comparisons.
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.

@rahulnr7 rahulnr7 self-requested a review February 4, 2026 09:29
@jorbuedo jorbuedo merged commit 952547e into production Feb 4, 2026
3 of 4 checks passed
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.

2 participants