Add agentic onboarding progress endpoints - #121914
Merged
Merged
Conversation
Contributor
Sentry Snapshot Testing
|
evanpurkhiser
force-pushed
the
agentic-onboarding-endpoints
branch
from
August 13, 2026 01:09
25bcd25 to
c821a57
Compare
evanpurkhiser
force-pushed
the
agentic-onboarding-endpoints
branch
from
August 13, 2026 01:23
254ea10 to
6fec113
Compare
evanpurkhiser
force-pushed
the
agentic-onboarding-endpoints
branch
from
August 13, 2026 01:26
6fec113 to
667236e
Compare
evanpurkhiser
force-pushed
the
agentic-onboarding-endpoints
branch
from
August 13, 2026 13:42
667236e to
c6b7f17
Compare
evanpurkhiser
force-pushed
the
agentic-onboarding-endpoints
branch
from
August 13, 2026 14:14
c6b7f17 to
e8a7128
Compare
evanpurkhiser
force-pushed
the
agentic-onboarding-endpoints
branch
from
August 13, 2026 14:17
e8a7128 to
9fbb97b
Compare
evanpurkhiser
force-pushed
the
agentic-onboarding-endpoints
branch
from
August 13, 2026 14:26
9fbb97b to
8ea38a7
Compare
evanpurkhiser
force-pushed
the
agentic-onboarding-endpoints
branch
from
August 13, 2026 19:24
f3820b9 to
8678dc4
Compare
evanpurkhiser
force-pushed
the
agentic-onboarding-endpoints
branch
from
August 13, 2026 19:34
8678dc4 to
23cd886
Compare
evanpurkhiser
marked this pull request as ready for review
August 13, 2026 19:36
evanpurkhiser
force-pushed
the
agentic-onboarding-endpoints
branch
from
August 13, 2026 19:58
23cd886 to
3f7b28c
Compare
Contributor
There was a problem hiding this comment.
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.
Reviewed by Cursor Bugbot for commit 3f7b28c. Configure here.
evanpurkhiser
force-pushed
the
agentic-onboarding-endpoints
branch
from
August 13, 2026 20:31
3f7b28c to
98d98e5
Compare
evanpurkhiser
force-pushed
the
agentic-onboarding-endpoints
branch
from
August 13, 2026 20:45
98d98e5 to
7ba6597
Compare
evanpurkhiser
force-pushed
the
agentic-onboarding-endpoints
branch
from
August 13, 2026 21:26
7ba6597 to
f3c0e14
Compare
wedamija
approved these changes
Aug 13, 2026
Comment on lines
+39
to
+49
| StageValue = Literal[ | ||
| "connect_mcp", | ||
| "analyze_project", | ||
| "create_project", | ||
| "instrument_app", | ||
| "plan_test_error", | ||
| "send_verification_error", | ||
| "receive_verification_error", | ||
| "prepare_production", | ||
| "check_stack_trace_quality", | ||
| ] |
Member
There was a problem hiding this comment.
Aren't these defined in constants elsewhere?
Member
Author
There was a problem hiding this comment.
Yeah unfortunately you can't get a type Literal out of an enum :/
Expose private organization endpoints for registering a browser run and accepting stage updates from the MCP tool. Requests require org:read access and bind every run to both the authenticated user and organization. The API returns the complete normalized snapshot after each update so callers can observe accepted state and stop after a terminal run.
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.

Stack 3 of 5. Previous: #121913. Next: #121915
Expose private organization endpoints for registering a browser run and accepting stage updates from the MCP tool. Requests require
org:readaccess and bind every run to both the authenticated user and organization.The API returns the complete normalized snapshot after each update so callers can observe accepted state and stop after a terminal run.