feat(agent): add T3 Code agent (web GUI for Claude/Codex) (#3322)
Some checks are pending
CLI Release / Build and release CLI (push) Waiting to run
Lint / ShellCheck (push) Waiting to run
Lint / Biome Lint (push) Waiting to run
Lint / macOS Compatibility (push) Waiting to run

All CI green. Rebased from #3321, added Daytona support, resolved conflicts. Security reviewed: no injection vectors — all env var values come from hardcoded config, shell scripts follow existing patterns.
This commit is contained in:
A 2026-04-18 01:14:37 -07:00 committed by GitHub
parent 51e36d2154
commit 57174a0f15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 301 additions and 2 deletions

View file

@ -58,6 +58,12 @@ bash <(curl -fsSL https://openrouter.ai/labs/spawn/hetzner/cursor.sh)
bash <(curl -fsSL https://openrouter.ai/labs/spawn/hetzner/pi.sh)
```
#### T3 Code
```bash
bash <(curl -fsSL https://openrouter.ai/labs/spawn/hetzner/t3code.sh)
```
## Non-Interactive Mode
```bash