feat: Add interpreter on CodeSandbox (#891)

Agent: gap-filler

Co-authored-by: B (Discovery Team) <6723574+louisgv@users.noreply.github.com>
This commit is contained in:
A 2026-02-13 06:10:50 -08:00 committed by GitHub
parent c833f4ed3e
commit bdde11c356
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 56 additions and 2 deletions

View file

@ -58,12 +58,20 @@ bash <(curl -fsSL https://openrouter.ai/labs/spawn/codesandbox/gemini.sh)
```bash
bash <(curl -fsSL https://openrouter.ai/labs/spawn/codesandbox/amazonq.sh)
```
#### Cline
```bash
bash <(curl -fsSL https://openrouter.ai/labs/spawn/codesandbox/cline.sh)
```
#### Open Interpreter
```bash
bash <(curl -fsSL https://openrouter.ai/labs/spawn/codesandbox/interpreter.sh)
```
## Non-Interactive Mode
```bash