mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 08:03:46 +00:00
docs(quickstart): list all supported agent IDs
This commit is contained in:
parent
6ca389a448
commit
dcfb1eca67
1 changed files with 4 additions and 0 deletions
|
|
@ -212,6 +212,8 @@ icon: "rocket"
|
|||
</Step>
|
||||
|
||||
<Step title="Install agents (optional)">
|
||||
Supported agent IDs: `claude`, `codex`, `opencode`, `amp`, `pi`, `cursor`, `mock`.
|
||||
|
||||
To preinstall agents:
|
||||
|
||||
```bash
|
||||
|
|
@ -219,6 +221,8 @@ icon: "rocket"
|
|||
sandbox-agent install-agent codex
|
||||
sandbox-agent install-agent opencode
|
||||
sandbox-agent install-agent amp
|
||||
sandbox-agent install-agent pi
|
||||
sandbox-agent install-agent cursor
|
||||
```
|
||||
|
||||
If agents are not installed up front, they are lazily installed when creating a session.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue