Skip to content

Commit 8c90cb3

Browse files
committed
docs: clarify session event coverage page
1 parent 884ec61 commit 8c90cb3

File tree

2 files changed

+10
-34
lines changed

2 files changed

+10
-34
lines changed

README.md

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -17,34 +17,7 @@
1717

1818
[Documentation](https://sandboxagent.dev/docs)[Discord](https://rivet.dev/discord)
1919

20-
## Universal Schema Support
21-
22-
Which agent features are normalized into the universal event schema. All agents have full native capabilities; this shows what's exposed via the API.
23-
24-
| Feature | Claude | Codex | OpenCode | Amp |
25-
|--------------------|:------:|:-----:|:------------:|:------------:|
26-
| Stability | Stable | Stable| Experimental | Experimental |
27-
| Text Messages |||||
28-
| Tool Calls |||||
29-
| Tool Results |||||
30-
| Questions (HITL) || || |
31-
| Permissions (HITL) |||| - |
32-
| Images | - ||| - |
33-
| File Attachments | - ||| - |
34-
| Session Lifecycle | - ||| - |
35-
| Error Events | - ||||
36-
| Reasoning/Thinking | - || | |
37-
| Command Execution | - || | |
38-
| File Changes | - || | |
39-
| MCP Tools | - || | |
40-
| Streaming Deltas |||| - |
41-
42-
Agents: [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview) · [Codex](https://github.com/openai/codex) · [OpenCode](https://github.com/opencode-ai/opencode) · [Amp](https://ampcode.com)
43-
44-
- ✓ = Supported in universal schema
45-
- \- = Schema support in progress
46-
47-
Want support for another agent? [Open an issue](https://github.com/rivet-dev/sandbox-agent/issues/new) to request it.
20+
Want support for another agent or sandbox provider? [Open an issue](https://github.com/rivet-dev/sandbox-agent/issues/new) to request it.
4821

4922
## Architecture
5023

docs/agent-compatibility.mdx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
---
2-
title: "Universal Schema Support"
3-
description: "Which agent features are exposed through the universal API."
2+
title: "Session Event Coverage"
3+
description: "What appears in your session transcript for each agent."
44
icon: "table"
55
---
66

7-
The universal API normalizes different coding agents into a consistent interface. All agents have full native capabilities; this page shows what's exposed via the sandbox-agent API.
7+
Each coding agent outputs events in its own native format. The sandbox-agent converts these into a [universal event schema](/docs/universal-schema), giving you a consistent session transcript regardless of which agent you use.
88

9-
## Feature Matrix
9+
This page shows which agent capabilities appear in the universal event stream. All agents retain their full native capabilities—this only reflects what's normalized into the universal schema.
10+
11+
## Coverage Matrix
1012

1113
| Feature | Claude | Codex | OpenCode | Amp |
1214
|--------------------|:------:|:-----:|:------------:|:------------:|
@@ -28,8 +30,9 @@ The universal API normalizes different coding agents into a consistent interface
2830

2931
Agents: [Claude Code](https://docs.anthropic.com/en/docs/agents-and-tools/claude-code/overview) · [Codex](https://github.com/openai/codex) · [OpenCode](https://github.com/opencode-ai/opencode) · [Amp](https://ampcode.com)
3032

31-
- ✓ = Supported in universal schema
32-
- \- = Schema support in progress
33+
- ✓ = Appears in session events
34+
- \- = Agent supports natively, schema conversion coming soon
35+
- (blank) = Not supported by agent
3336

3437
## Feature Descriptions
3538

0 commit comments

Comments
 (0)