Skip to content

docs: add missing SSE provider event and full status/error field shapes - #81

Merged
WilliamAGH merged 1 commit into
devfrom
detail/fix-docs/docs-add-missing-sse-provider-event-and-full-statu-65a6b2
Jul 17, 2026
Merged

docs: add missing SSE provider event and full status/error field shapes#81
WilliamAGH merged 1 commit into
devfrom
detail/fix-docs/docs-add-missing-sse-provider-event-and-full-statu-65a6b2

Conversation

@detail-app

Copy link
Copy Markdown
Contributor

The SSE event types list was missing the 'provider' event type that the
backend emits during fallback scenarios, and the status/error event
shapes only documented message/details, omitting the provider, code,
retryable, stage, attempt, and maxAttempts fields defined in the
canonical Zod schemas and validated by the test suite.

A developer implementing an SSE consumer based solely on the docs would
not know to handle 'provider' events, and would miss that status events
carry provider attribution for fallback notifications.

Introduced by commit d8f8183 (@WilliamAGH, #77)


Doc Drift PRs can be configured here.

@detail-app
detail-appBot requested a review from WilliamAGHJuly 14, 2026 16:22
@detail-app
detail-appBotforce-pushed the detail/fix-docs/docs-add-missing-sse-provider-event-and-full-statu-65a6b2 branch from b85a0d5 to d456297CompareJuly 16, 2026 21:59
@WilliamAGH
WilliamAGH merged commit 4d674b3 into devJul 17, 2026
2 checks passed
Sign up for freeto 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.

1 participant

@WilliamAGH