Skip to content

feat(onboarding): Add agentic progress hooks - #121994

Draft
evanpurkhiser wants to merge 1 commit into
masterfrom
evanpurkhiser/feat-onboarding-add-agentic-progress-hooks
Draft

feat(onboarding): Add agentic progress hooks#121994
evanpurkhiser wants to merge 1 commit into
masterfrom
evanpurkhiser/feat-onboarding-add-agentic-progress-hooks

Conversation

@evanpurkhiser

Copy link
Copy Markdown
Member

Adds frontend infrastructure for agentic onboarding runs: useAgenticProgressInit creates or resumes a client-scoped run and exposes its onboarding code, while useAgenticProgress loads the current snapshot and subscribes to subsequent updates through Conduit.

The progress hook falls back to polling while the stream is disconnected and rejects stale or mismatched snapshots. Shared response types and query options keep the initialization, details request, and streamed payload on the same contract.

Provide initialization and progress hooks for agentic onboarding runs. The progress hook loads the current snapshot and subscribes to Conduit updates, with polling as a fallback when the stream is disconnected.
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Aug 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant