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

@ -1,6 +1,6 @@
{
"name": "@openrouter/spawn",
"version": "1.0.16",
"version": "1.0.17",
"type": "module",
"bin": {
"spawn": "cli.js"