mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-17 06:04:56 +00:00
docs: fix table spacing for text legibility
This commit is contained in:
parent
5ddb999476
commit
812bfd8162
2 changed files with 38 additions and 34 deletions
36
README.md
36
README.md
|
|
@ -21,23 +21,25 @@
|
||||||
|
|
||||||
Which agent features are normalized into the universal event schema. All agents have full native capabilities; this shows what's exposed via the API.
|
Which agent features are normalized into the universal event schema. All agents have full native capabilities; this shows what's exposed via the API.
|
||||||
|
|
||||||
| Feature | [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) |
|
| Feature | Claude | Codex | OpenCode | Amp |
|
||||||
|---------|:-----------:|:-----:|:--------:|:---:|
|
|--------------------|:------:|:-----:|:------------:|:------------:|
|
||||||
| Stability | Stable | Stable | Experimental | Experimental |
|
| Stability | Stable | Stable| Experimental | Experimental |
|
||||||
| Text Messages | ✓ | ✓ | ✓ | ✓ |
|
| Text Messages | ✓ | ✓ | ✓ | ✓ |
|
||||||
| Tool Calls | ✓ | ✓ | ✓ | ✓ |
|
| Tool Calls | ✓ | ✓ | ✓ | ✓ |
|
||||||
| Tool Results | ✓ | ✓ | ✓ | ✓ |
|
| Tool Results | ✓ | ✓ | ✓ | ✓ |
|
||||||
| Questions (HITL) | ✓ | ○ | ✓ | ○ |
|
| Questions (HITL) | ✓ | ○ | ✓ | ○ |
|
||||||
| Permissions (HITL) | ✓ | ○ | ✓ | ○ |
|
| Permissions (HITL) | ✓ | ○ | ✓ | ○ |
|
||||||
| Images | ○ | ✓ | ✓ | ○ |
|
| Images | ○ | ✓ | ✓ | ○ |
|
||||||
| File Attachments | ○ | ✓ | ✓ | ○ |
|
| File Attachments | ○ | ✓ | ✓ | ○ |
|
||||||
| Session Lifecycle | ○ | ✓ | ✓ | ○ |
|
| Session Lifecycle | ○ | ✓ | ✓ | ○ |
|
||||||
| Error Events | ○ | ✓ | ✓ | ✓ |
|
| Error Events | ○ | ✓ | ✓ | ✓ |
|
||||||
| Reasoning/Thinking | ○ | ✓ | | |
|
| Reasoning/Thinking | ○ | ✓ | | |
|
||||||
| Command Execution | ○ | ✓ | | |
|
| Command Execution | ○ | ✓ | | |
|
||||||
| File Changes | ○ | ✓ | | |
|
| File Changes | ○ | ✓ | | |
|
||||||
| MCP Tools | ○ | ✓ | | |
|
| MCP Tools | ○ | ✓ | | |
|
||||||
| Streaming Deltas | ✓ | ✓ | ✓ | ○ |
|
| 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 in universal schema
|
||||||
- ○ = Supported by agent, schema support in progress
|
- ○ = Supported by agent, schema support in progress
|
||||||
|
|
|
||||||
|
|
@ -8,23 +8,25 @@ The universal API normalizes different coding agents into a consistent interface
|
||||||
|
|
||||||
## Feature Matrix
|
## Feature Matrix
|
||||||
|
|
||||||
| Feature | [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) |
|
| Feature | Claude | Codex | OpenCode | Amp |
|
||||||
|---------|:-----------:|:-----:|:--------:|:---:|
|
|--------------------|:------:|:-----:|:------------:|:------------:|
|
||||||
| Stability | Stable | Stable | Experimental | Experimental |
|
| Stability | Stable | Stable| Experimental | Experimental |
|
||||||
| Text Messages | ✓ | ✓ | ✓ | ✓ |
|
| Text Messages | ✓ | ✓ | ✓ | ✓ |
|
||||||
| Tool Calls | ✓ | ✓ | ✓ | ✓ |
|
| Tool Calls | ✓ | ✓ | ✓ | ✓ |
|
||||||
| Tool Results | ✓ | ✓ | ✓ | ✓ |
|
| Tool Results | ✓ | ✓ | ✓ | ✓ |
|
||||||
| Questions (HITL) | ✓ | ○ | ✓ | ○ |
|
| Questions (HITL) | ✓ | ○ | ✓ | ○ |
|
||||||
| Permissions (HITL) | ✓ | ○ | ✓ | ○ |
|
| Permissions (HITL) | ✓ | ○ | ✓ | ○ |
|
||||||
| Images | ○ | ✓ | ✓ | ○ |
|
| Images | ○ | ✓ | ✓ | ○ |
|
||||||
| File Attachments | ○ | ✓ | ✓ | ○ |
|
| File Attachments | ○ | ✓ | ✓ | ○ |
|
||||||
| Session Lifecycle | ○ | ✓ | ✓ | ○ |
|
| Session Lifecycle | ○ | ✓ | ✓ | ○ |
|
||||||
| Error Events | ○ | ✓ | ✓ | ✓ |
|
| Error Events | ○ | ✓ | ✓ | ✓ |
|
||||||
| Reasoning/Thinking | ○ | ✓ | | |
|
| Reasoning/Thinking | ○ | ✓ | | |
|
||||||
| Command Execution | ○ | ✓ | | |
|
| Command Execution | ○ | ✓ | | |
|
||||||
| File Changes | ○ | ✓ | | |
|
| File Changes | ○ | ✓ | | |
|
||||||
| MCP Tools | ○ | ✓ | | |
|
| MCP Tools | ○ | ✓ | | |
|
||||||
| Streaming Deltas | ✓ | ✓ | ✓ | ○ |
|
| 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 in universal schema
|
||||||
- ○ = Supported by agent, schema support in progress
|
- ○ = Supported by agent, schema support in progress
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue