Skip to content

fix rt-sse feature flag handling and per item error type for event no…#132

Merged
hardbyte merged 1 commit into
mainfrom
sse-rust-fixes
May 6, 2026
Merged

fix rt-sse feature flag handling and per item error type for event no…#132
hardbyte merged 1 commit into
mainfrom
sse-rust-fixes

Conversation

@avkonst
Copy link
Copy Markdown
Collaborator

@avkonst avkonst commented May 6, 2026

…tifications

Copy link
Copy Markdown

@claude claude Bot left a comment

Choose a reason for hiding this comment

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

⚠️ Code review skipped — your organization's overage spend limit has been reached.

Code review is billed via overage credits. To resume reviews, an organization admin can raise the monthly limit at claude.ai/admin-settings/claude-code.

Once credits are available, reopen this pull request to trigger a review.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

📖 Documentation Preview: https://reflectapi-docs-preview-pr-132.partly.workers.dev

Updated automatically from commit dba3bb4

hardbyte added a commit that referenced this pull request May 6, 2026
#132 introduces a separate StreamItemError<NE> for per-item Rust stream
errors and gates __stream_request_impl behind the rt-sse feature flag.
Update the streaming description in the client docs to:

- mention the rt-sse feature requirement on Rust
- separate init failures from per-item failures (matches both the
  post-#132 Rust shape and the existing Python ApplicationError vs
  ValidationError split)
- spell out which Python exceptions the per-event path raises
@hardbyte hardbyte merged commit 586e447 into main May 6, 2026
4 checks passed
@hardbyte hardbyte deleted the sse-rust-fixes branch May 6, 2026 07:43
hardbyte added a commit that referenced this pull request May 6, 2026
#132 introduces a separate StreamItemError<NE> for per-item Rust stream
errors and gates __stream_request_impl behind the rt-sse feature flag.
Update the streaming description in the client docs to:

- mention the rt-sse feature requirement on Rust
- separate init failures from per-item failures (matches both the
  post-#132 Rust shape and the existing Python ApplicationError vs
  ValidationError split)
- spell out which Python exceptions the per-event path raises
hardbyte added a commit that referenced this pull request May 6, 2026
#132 introduces a separate StreamItemError<NE> for per-item Rust stream
errors and gates __stream_request_impl behind the rt-sse feature flag.
Update the streaming description in the client docs to:

- mention the rt-sse feature requirement on Rust
- separate init failures from per-item failures (matches both the
  post-#132 Rust shape and the existing Python ApplicationError vs
  ValidationError split)
- spell out which Python exceptions the per-event path raises
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