mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 21:03:26 +00:00
473 B
473 B
Required Tests
- Session manager streams JSONL line-by-line for Claude/Codex/Amp and yields incremental events.
/sessions/{id}/messagesreturns immediately while background ingestion populates/eventsand/events/sse.- SSE subscription delivers live events after the initial offset batch.
- OpenCode server mode: create session, send prompt, and receive SSE events filtered to the session.
- OpenCode question/permission reply endpoints forward to server APIs.