docs: update feature matrix with accurate symbols

This commit is contained in:
Nathan Flurry 2026-01-29 08:52:36 -08:00
parent 812bfd8162
commit 8707c5e4b5
2 changed files with 24 additions and 24 deletions

View file

@ -27,22 +27,22 @@ Which agent features are normalized into the universal event schema. All agents
| Text Messages | ✓ | ✓ | ✓ | ✓ |
| Tool Calls | ✓ | ✓ | ✓ | ✓ |
| Tool Results | ✓ | ✓ | ✓ | ✓ |
| Questions (HITL) | ✓ | ○ | ✓ | ○ |
| Permissions (HITL) | ✓ | ○ | ✓ | ○ |
| Images | ○ | ✓ | ✓ | ○ |
| File Attachments | ○ | ✓ | ✓ | ○ |
| Session Lifecycle | ○ | ✓ | ✓ | ○ |
| Error Events | | ✓ | ✓ | ✓ |
| Reasoning/Thinking | | ✓ | | |
| Command Execution | | ✓ | | |
| File Changes | | ✓ | | |
| MCP Tools | | ✓ | | |
| Streaming Deltas | ✓ | ✓ | ✓ | |
| Questions (HITL) | ✓ | | ✓ | |
| Permissions (HITL) | ✓ | ✓ | ✓ | - |
| Images | - | ✓ | ✓ | - |
| File Attachments | - | ✓ | ✓ | - |
| Session Lifecycle | - | ✓ | ✓ | - |
| Error Events | - | ✓ | ✓ | ✓ |
| Reasoning/Thinking | - | ✓ | | |
| Command Execution | - | ✓ | | |
| File Changes | - | ✓ | | |
| MCP Tools | - | ✓ | | |
| Streaming Deltas | ✓ | ✓ | ✓ | - |
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)
- ✓ = Supported in universal schema
- ○ = Supported by agent, schema support in progress
- \- = Schema support in progress
Want support for another agent? [Open an issue](https://github.com/rivet-dev/sandbox-agent/issues/new) to request it.

View file

@ -14,22 +14,22 @@ The universal API normalizes different coding agents into a consistent interface
| Text Messages | ✓ | ✓ | ✓ | ✓ |
| Tool Calls | ✓ | ✓ | ✓ | ✓ |
| Tool Results | ✓ | ✓ | ✓ | ✓ |
| Questions (HITL) | ✓ | ○ | ✓ | ○ |
| Permissions (HITL) | ✓ | ○ | ✓ | ○ |
| Images | ○ | ✓ | ✓ | ○ |
| File Attachments | ○ | ✓ | ✓ | ○ |
| Session Lifecycle | ○ | ✓ | ✓ | ○ |
| Error Events | | ✓ | ✓ | ✓ |
| Reasoning/Thinking | | ✓ | | |
| Command Execution | | ✓ | | |
| File Changes | | ✓ | | |
| MCP Tools | | ✓ | | |
| Streaming Deltas | ✓ | ✓ | ✓ | |
| Questions (HITL) | ✓ | | ✓ | |
| Permissions (HITL) | ✓ | ✓ | ✓ | - |
| Images | - | ✓ | ✓ | - |
| File Attachments | - | ✓ | ✓ | - |
| Session Lifecycle | - | ✓ | ✓ | - |
| Error Events | - | ✓ | ✓ | ✓ |
| Reasoning/Thinking | - | ✓ | | |
| Command Execution | - | ✓ | | |
| File Changes | - | ✓ | | |
| MCP Tools | - | ✓ | | |
| Streaming Deltas | ✓ | ✓ | ✓ | - |
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)
- ✓ = Supported in universal schema
- ○ = Supported by agent, schema support in progress
- \- = Schema support in progress
## Feature Descriptions