feat: add turn streaming and inspector updates

This commit is contained in:
Nathan Flurry 2026-01-27 06:18:43 -08:00
parent bf58891edf
commit 34d4f3693e
49 changed files with 4629 additions and 1146 deletions

View file

@ -2,3 +2,7 @@
- [x] Replace server --mock flag with built-in mock agent and update UI approvals layout.
- [x] Add telemetry module with opt-out flag and sandbox provider detection.
- [x] Add turn-stream message endpoint with SSE response and tests.
- [x] Update CLI + TypeScript SDK/OpenAPI for turn streaming.
- [x] Add inspector UI mode for turn stream and wire send flow.
- [x] Refresh docs for new endpoint and UI mode.