feat(httpapi): bridge event stream (#24518)

This commit is contained in:
Kit Langton
2026-04-26 19:55:13 -04:00
committed by GitHub
parent e9071b0a80
commit 58244eb687
5 changed files with 104 additions and 2 deletions
+2 -2
View File
@@ -184,7 +184,7 @@ Use raw Effect HTTP routes where `HttpApi` does not fit. The goal is deleting Ho
| experimental JSON routes | `bridged` | console, tool, worktree list/mutations, global session list, resource list |
| `session` | `bridged` | read, lifecycle, prompt, message/part mutations, revert, permission reply |
| `sync` | `bridged` | start/replay/history |
| `event` | `special` | SSE |
| `event` | `bridged` | SSE via raw Effect HTTP |
| `pty` | `special` | websocket |
| `tui` | `special` | UI bridge |
@@ -316,7 +316,7 @@ This checklist tracks bridge parity only. Checked routes are available through t
### Event Routes
- [ ] `GET /event` - SSE event stream; replace with raw Effect HTTP, not `HttpApi`.
- [x] `GET /event` - SSE event stream via raw Effect HTTP.
### PTY Routes