Conversation
Changed Files
|
lucaspar
marked this pull request as ready for review
August 20, 2026 15:54
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit aa2f335. Configure here.
mjcurran
approved these changes
Aug 20, 2026
mjcurran
left a comment
Collaborator
There was a problem hiding this comment.
Tested locally, all looks good to me.
I was working on the UUID ticket as an exercise, so it's helpful to see where you made similar or different choices in implementing that part.
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.

SFDS-297
Changes to improve SDK usability from the website.
Note
Low Risk
Template and small JS wiring only; no auth, data, or API behavior changes. Risk is limited to copy-button wiring and extra external doc links.
Overview
Makes it easier to use the Python SDK from the website by showing copyable UUIDs and linking to SDK docs on the relevant screens.
Capture and dataset details modals now display the UUID with a Copy UUID control (dataset copy moved off the name row). Capture
afterInjectwires the existingattachUuidCopyButtonhelper. File detail does the same for the file UUID.Info banners and footer links point to getting started, captures/datasets/files APIs, and upload/download workflows on files, API key, published datasets, and upload-capture pages.
Reviewed by Cursor Bugbot for commit aa2f335. Configure here.