mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 17:01:02 +00:00
7 lines
473 B
Markdown
7 lines
473 B
Markdown
# Required Tests
|
|
|
|
- Session manager streams JSONL line-by-line for Claude/Codex/Amp and yields incremental events.
|
|
- `/sessions/{id}/messages` returns immediately while background ingestion populates `/events` and `/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.
|