@madarco/agentbox 0.13.0 → 0.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +65 -0
- package/README.md +11 -8
- package/dist/{_cloud-attach-HJC672UR.js → _cloud-attach-GUBB5RH2.js} +4 -4
- package/dist/{chunk-R5XIDQFR.js → chunk-BKU34KYY.js} +170 -6
- package/dist/chunk-BKU34KYY.js.map +1 -0
- package/dist/{chunk-QYRK5H6Q.js → chunk-BYCLD6D6.js} +17 -9
- package/dist/chunk-BYCLD6D6.js.map +1 -0
- package/dist/chunk-LDMYHWUS.js +346 -0
- package/dist/chunk-LDMYHWUS.js.map +1 -0
- package/dist/{chunk-2LF5YILI.js → chunk-RSKG7AFU.js} +80 -6
- package/dist/chunk-RSKG7AFU.js.map +1 -0
- package/dist/{chunk-4NQXNQ53.js → chunk-TBSIJVSN.js} +149 -47
- package/dist/chunk-TBSIJVSN.js.map +1 -0
- package/dist/{chunk-B4QG2MCW.js → chunk-TCS5HXJX.js} +381 -174
- package/dist/chunk-TCS5HXJX.js.map +1 -0
- package/dist/{chunk-ECLLV5JH.js → chunk-VATTS2MR.js} +156 -5
- package/dist/chunk-VATTS2MR.js.map +1 -0
- package/dist/{chunk-SNTHHWKY.js → chunk-XKH7NTT7.js} +80 -22
- package/dist/chunk-XKH7NTT7.js.map +1 -0
- package/dist/dist-34RKQ74M.js +662 -0
- package/dist/dist-34RKQ74M.js.map +1 -0
- package/dist/{dist-OPIBZ7XM.js → dist-3IMQNTTV.js} +14 -69
- package/dist/dist-3IMQNTTV.js.map +1 -0
- package/dist/{dist-OG6NW6SM.js → dist-4DPOL5A7.js} +5 -3
- package/dist/{dist-JAN5VABY.js → dist-57M6ZA7H.js} +25 -177
- package/dist/dist-57M6ZA7H.js.map +1 -0
- package/dist/{dist-7KVUIKJX.js → dist-J2IHD5T7.js} +37 -226
- package/dist/dist-J2IHD5T7.js.map +1 -0
- package/dist/index.js +1376 -1029
- package/dist/index.js.map +1 -1
- package/dist/{prepared-state-MQHD3M5F-KE4DT3GX.js → prepared-state-MQHD3M5F-Q27AZU53.js} +2 -2
- package/package.json +8 -6
- package/runtime/docker/Dockerfile.box +21 -26
- package/runtime/docker/apps/cli/share/agentbox-setup/SKILL.md +37 -1
- package/runtime/docker/packages/ctl/dist/bin.cjs +40 -16
- package/runtime/docker/packages/sandbox-docker/scripts/agentbox-vnc-start +17 -6
- package/runtime/docker/packages/sandbox-docker/scripts/chromium-resolver +57 -0
- package/runtime/docker/packages/sandbox-docker/scripts/claude-managed-settings.json +2 -1
- package/runtime/e2b/agentbox-checkpoint-cleanup +52 -0
- package/runtime/e2b/agentbox-codex-hooks.json +68 -0
- package/runtime/e2b/agentbox-open +28 -0
- package/runtime/e2b/agentbox-setup-skill.md +233 -0
- package/runtime/e2b/agentbox-vnc-start +102 -0
- package/runtime/e2b/attach-helper.cjs +167 -0
- package/runtime/e2b/claude-managed-settings.json +116 -0
- package/runtime/e2b/ctl.cjs +23864 -0
- package/runtime/e2b/custom-system-CLAUDE.md +46 -0
- package/runtime/e2b/gh-shim +344 -0
- package/runtime/e2b/git-shim +131 -0
- package/runtime/e2b/scripts/build-template.sh +295 -0
- package/runtime/hetzner/agentbox-setup-skill.md +37 -1
- package/runtime/hetzner/agentbox-vnc-start +17 -6
- package/runtime/hetzner/claude-managed-settings.json +2 -1
- package/runtime/hetzner/ctl.cjs +40 -16
- package/runtime/relay/bin.cjs +297 -228
- package/runtime/vercel/agentbox-setup-skill.md +37 -1
- package/runtime/vercel/agentbox-vnc-start +17 -6
- package/runtime/vercel/claude-managed-settings.json +2 -1
- package/runtime/vercel/ctl.cjs +40 -16
- package/share/agentbox-setup/SKILL.md +37 -1
- package/share/host-skills/agentbox-info/SKILL.md +26 -34
- package/dist/chunk-2LF5YILI.js.map +0 -1
- package/dist/chunk-4NQXNQ53.js.map +0 -1
- package/dist/chunk-B4QG2MCW.js.map +0 -1
- package/dist/chunk-ECLLV5JH.js.map +0 -1
- package/dist/chunk-QYRK5H6Q.js.map +0 -1
- package/dist/chunk-R5XIDQFR.js.map +0 -1
- package/dist/chunk-SNTHHWKY.js.map +0 -1
- package/dist/dist-7KVUIKJX.js.map +0 -1
- package/dist/dist-JAN5VABY.js.map +0 -1
- package/dist/dist-OPIBZ7XM.js.map +0 -1
- /package/dist/{_cloud-attach-HJC672UR.js.map → _cloud-attach-GUBB5RH2.js.map} +0 -0
- /package/dist/{dist-OG6NW6SM.js.map → dist-4DPOL5A7.js.map} +0 -0
- /package/dist/{prepared-state-MQHD3M5F-KE4DT3GX.js.map → prepared-state-MQHD3M5F-Q27AZU53.js.map} +0 -0
|
@@ -0,0 +1,233 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: agentbox-setup
|
|
3
|
+
description: Generate an agentbox.yaml for the current AgentBox workspace. Invoke when the user opens a sandbox without an agentbox.yaml or asks to (re)configure one.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# /agentbox-setup
|
|
7
|
+
|
|
8
|
+
## Box layout (what you're configuring against)
|
|
9
|
+
|
|
10
|
+
Your user i `vscode` and you can use `sudo` to run commands as root.
|
|
11
|
+
|
|
12
|
+
`/workspace` is where the user code lives, a per-box git worktree on a fresh `agentbox/<box-name>` branch (or a tar-piped copy of the host workspace for non-git projects).
|
|
13
|
+
Run `agentbox checkpoint --set-default` (similar to `docker commit`) to save any changes make to the system and workspace so that new boxes will start from a warm state. Everything is wiped on `agentbox destroy`.
|
|
14
|
+
|
|
15
|
+
Some special folders:
|
|
16
|
+
|
|
17
|
+
- **Host main repo's `.git/`** — If the box bind-mounted RW at its identical absolute host path. In-box commits land on the host's branch refs (visible to `git log` on the host immediately); the box itself carries no SSH/git creds, so `git push` goes through the host relay (`agentbox-ctl git push`). The host's **working tree is never written to** — only refs/objects under `.git/`. GitHub PR ops (`agentbox-ctl git pr create|view|list|comment|review|merge|close|reopen|checkout`) flow the same way through host `gh`; write ops require host confirmation (deny → exit 10), `merge` and `checkout` have additional opt-in guards.
|
|
18
|
+
- **`~/.claude`** — and similar home folders for coding agents are seeded from the host's `~/.claude` on each create so auth, skills, and plugins persist without leaking the host's home dir.
|
|
19
|
+
- **`agentbox.yaml`** — read by `agentbox-ctl` from `/workspace`. Tasks and services declared here are what the supervisor will run.
|
|
20
|
+
|
|
21
|
+
Exposed ports and services:
|
|
22
|
+
- **portless** - every port with `expose:` setting in agentbox.yaml, will be exposed not only as a local port but also as a special domain name `https://<name>.localhost` (so on https) using `portless` cli and proxy. This will be also mapped to the host where also `portless` proxy is running so users can access the same service on the same looking url.
|
|
23
|
+
- **vnc** - the webVNC server exposed on 6080 will be proxies to the host on a random port.
|
|
24
|
+
- **vscode** - the vscode server is proxied to the host on a random port.
|
|
25
|
+
|
|
26
|
+
## Goal
|
|
27
|
+
|
|
28
|
+
Produce a `/workspace/agentbox.yaml` that captures this project's services, tasks, and box defaults so the in-box supervisor (`agentbox-ctl`) can boot the workspace deterministically.
|
|
29
|
+
|
|
30
|
+
`agentbox.yaml` is **declarative**. The supervisor reads it on box start, but you don't have to restart the box: after you write the file, `agentbox-ctl reload` (run from inside the box) makes the already-running supervisor re-read it and immediately run the declared tasks and autostart the services. See step 8.
|
|
31
|
+
|
|
32
|
+
## 1. Discover the project
|
|
33
|
+
|
|
34
|
+
Look at `/workspace`:
|
|
35
|
+
|
|
36
|
+
- Top-level manifests: `package.json`, `pyproject.toml` / `requirements.txt`, `Cargo.toml`, `go.mod`, `Gemfile`, `composer.json`, `mix.exs`, etc. — these tell you the runtime.
|
|
37
|
+
- `docker-compose.yaml` / `docker-compose.yml` — often lists the real services the project expects.
|
|
38
|
+
- `package.json` → `scripts`: look for `dev`, `start`, `build`, `test`, `migrate`, `seed`.
|
|
39
|
+
- `Makefile` / `justfile` / `Taskfile.yaml` — alternative task runners.
|
|
40
|
+
- Listening ports: grep for `listen(`, `PORT=`, framework defaults (3000 for Next.js / Nuxt, 5173 for Vite, 8000 for Django, 8080 for Spring, etc.).
|
|
41
|
+
- Database / cache deps to spin up locally (Postgres, Redis, …) — declare them as services if the project doesn't expect them to be external.
|
|
42
|
+
|
|
43
|
+
## 2. Pick services and tasks
|
|
44
|
+
|
|
45
|
+
- **Services** = long-running. Web servers, watchers, queue workers, databases. `restart: on-failure` by default.
|
|
46
|
+
- **Tasks** = one-shot. `pnpm install`, DB migrations, codegen, fixture loaders, install apt packages. Wire dependent services with `needs:` so they wait for the task to finish successfully.
|
|
47
|
+
- Names: must match `[A-Za-z0-9_-]+`. Task names and service names share a namespace — no collisions.
|
|
48
|
+
- No cycles in `needs:`.
|
|
49
|
+
- **Always generate a dependency-install task** and make it the root of the `needs:` graph (every service that needs deps gets `needs: [install, …]`). Future boxes start from a snapshot of the final filesystem so they won't need this, but updates or moving to a cloud provider might need to rebuild the container from scratch. The filesystem can be then later captured by `agentbox-ctl checkpoint --set-default`. The task must be **idempotent and self-healing**: `agentbox-ctl` re-runs pending tasks on every box stop/start (the daemon dies with the container and is relaunched), so a plain `rm -rf node_modules && install` would wipe + reinstall on every start. Guard the rebuild with a marker file *inside* `node_modules` (the `.agentbox-installed` convention AgentBox uses internally): rebuild only when the marker is absent (fresh box), and be a fast no-op once it exists. Detect the package manager from the lockfile — never hardcode `pnpm`. See the worked example below.
|
|
50
|
+
- **Add a comment to the beginning** of the file to explain what you did and what issues you encountered, so that future run might use this information in case the project evolves and you need to update the agentbox.yaml file.
|
|
51
|
+
|
|
52
|
+
### Stateful services: data persistence & re-seeding (read this for databases)
|
|
53
|
+
|
|
54
|
+
**A checkpoint does NOT capture docker-in-docker data.** `agentbox checkpoint` is a `docker commit` of the box's writable filesystem (the system + `/workspace`). The in-box `dockerd` keeps its storage in a *separate* per-box volume (`/var/lib/docker`), which is **not** part of that image — it's fresh on every new box and wiped on `agentbox destroy`. So a database or cache you run as a **docker container** (e.g. `docker run … postgres`) starts **empty on every new box** created from a checkpoint (every `agentbox claude` / `agentbox create`), even though `/workspace` and any marker files you wrote were restored. (A DB run as a **native process** with its data dir on the box filesystem — e.g. `postgres -D /var/lib/postgresql/data` — *is* captured by the checkpoint, since it lives in the writable layer.)
|
|
55
|
+
|
|
56
|
+
**Consequence for migrate/seed tasks of a containerized DB: do not gate them on a filesystem marker.** A marker like `node_modules/.agentbox-installed` is correct for deps (they live in `/workspace`, which the checkpoint captures), but **wrong** for DB data living in a docker volume: the marker is restored from the checkpoint while the DB is empty, so a marker-guarded seed wrongly skips and the app boots against an empty database. Instead, **gate on the actual data** — connect to the DB and check whether a sentinel table/row exists, and seed only when it's missing:
|
|
57
|
+
|
|
58
|
+
```yaml
|
|
59
|
+
seed:
|
|
60
|
+
# Re-seed when the DB is empty. The postgres data lives in the in-box
|
|
61
|
+
# docker volume, which is NOT captured by `agentbox checkpoint` — so a box
|
|
62
|
+
# started from a checkpoint has the workspace warm but an empty DB. We can't
|
|
63
|
+
# use a filesystem marker here (it would be restored while the DB is blank);
|
|
64
|
+
# instead probe the DB and seed only if the data is absent. Fast no-op once
|
|
65
|
+
# the data is present.
|
|
66
|
+
command: |
|
|
67
|
+
set -e
|
|
68
|
+
export PGPASSWORD=postgres
|
|
69
|
+
# Probe for existing data. If the table is missing the query errors,
|
|
70
|
+
# stderr is suppressed, stdout is empty, the grep fails — so we seed.
|
|
71
|
+
if psql -h 127.0.0.1 -p 5432 -U postgres -d app -tAc \
|
|
72
|
+
"SELECT EXISTS (SELECT 1 FROM users LIMIT 1)" 2>/dev/null | grep -q t; then
|
|
73
|
+
echo "data present — skip seed"
|
|
74
|
+
exit 0
|
|
75
|
+
fi
|
|
76
|
+
pnpm db:seed
|
|
77
|
+
needs: [install, migrate]
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
**Lifecycle nuance (this is why the data check, not a marker, is right):**
|
|
81
|
+
|
|
82
|
+
- **Box stop → start** (`agentbox stop`/`start`): the supervisor daemon dies with the container and is relaunched, so it **re-runs all tasks** from `pending`. The per-box docker volume *does* survive stop/start, so the DB still has data — the data check makes the seed a fast no-op.
|
|
83
|
+
- **New box from a checkpoint** (`agentbox claude`/`create`): tasks run and the DB volume is empty → the check fails → the seed runs. Correct.
|
|
84
|
+
- **Resume after pause** (`agentbox pause`/`unpause`): the daemon is frozen and thawed, **not** restarted, so tasks do **not** re-run at all — nothing to seed, the running DB is untouched.
|
|
85
|
+
|
|
86
|
+
(Migrations are usually safe to re-run as-is: migration tools track applied migrations in their own table, which on a fresh box is empty, so they simply re-apply. Only the *data* seed needs the existence check.) Install the DB client the seed/migrate tasks need (e.g. `postgresql-client`) in the `install` task — don't `docker exec` the DB container for these checks (nested `docker exec` fails inside a box with a `setns` error); reach it over TCP with the client tools instead.
|
|
87
|
+
|
|
88
|
+
## 3. Wire readiness probes (services only)
|
|
89
|
+
|
|
90
|
+
`ready_when:` lets the supervisor decide when a service is "ready" (vs. just "running"). Exactly one of these must be present:
|
|
91
|
+
|
|
92
|
+
- `port: 3000` — TCP connect (default host `127.0.0.1`; override with `host:`).
|
|
93
|
+
- `log_match: "Listening on"` — regex matched against stdout/stderr. First match flips the service to ready.
|
|
94
|
+
- `http: "http://127.0.0.1:3000/health"` — GET probe. Optional `expect_status: 200` (default: any 2xx).
|
|
95
|
+
|
|
96
|
+
Tunables: `interval_ms` (default 500), `initial_delay_ms` (default 0), `timeout_ms` (default 60000), `on_timeout: kill | mark_unhealthy` (default `kill` — re-enters the restart policy).
|
|
97
|
+
|
|
98
|
+
### Mark the web service with `expose:`
|
|
99
|
+
|
|
100
|
+
The box's primary web app (the dev server / Next.js / API the user opens in a browser) should declare:
|
|
101
|
+
|
|
102
|
+
```yaml
|
|
103
|
+
expose:
|
|
104
|
+
port: 3000 # the port this service listens on inside the box
|
|
105
|
+
as: 80 # must be 80 — the container port AgentBox publishes
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
At most **one** service may set `expose:`. AgentBox forwards container `:80` to `127.0.0.1:<port>` and publishes it on the host with `portless` proxy to a <boxname>.localhost url, so `agentbox list`/`status` show it as the box's main URL on every engine (no OrbStack dependency). Set this on the same service whose `ready_when:` you just wrote (a DB or worker should **not** get `expose:`).
|
|
109
|
+
|
|
110
|
+
## 4. Restart + backoff
|
|
111
|
+
|
|
112
|
+
Per service:
|
|
113
|
+
|
|
114
|
+
- `restart: always | on-failure | never` (default `on-failure`).
|
|
115
|
+
- `backoff:` — `initial_ms` (default 500), `max_ms` (default 30000; must be `>= initial_ms`), `factor` (default 2).
|
|
116
|
+
|
|
117
|
+
## 5. (Optional) `defaults:` block
|
|
118
|
+
|
|
119
|
+
Sets per-project defaults for `agentbox create`/`claude`/`code`/`shell` — same shape as `~/.agentbox/config.yaml`. CLI flags still override. Common keys:
|
|
120
|
+
|
|
121
|
+
- `box.hostSnapshot` (bool) — APFS-clone the *host* workspace into a per-box scratch dir before seeding `/workspace` (stabilizes the tar-pipe source).
|
|
122
|
+
- `box.defaultCheckpoint` (string) — checkpoint new boxes start from (normally you set this via `agentbox-ctl checkpoint --set-default` at the end of setup — see section 9, not by hand).
|
|
123
|
+
- `box.withPlaywright` (bool) — install `@playwright/cli` globally inside the box.
|
|
124
|
+
- `box.vnc` (bool) — run Xvnc + noVNC on container port 6080.
|
|
125
|
+
- `box.isolateClaudeConfig` (bool) — per-box `~/.claude` volume instead of the shared one.
|
|
126
|
+
- `code.ide` — `vscode | cursor | auto`.
|
|
127
|
+
- `code.autoTerminals` (bool) — auto-generate `.vscode/tasks.json` with per-service tails.
|
|
128
|
+
- `browser.default` — `agent-browser | playwright | both`.
|
|
129
|
+
|
|
130
|
+
Full key list (run on the host): `agentbox config list --keys`.
|
|
131
|
+
|
|
132
|
+
## 6. Worked example
|
|
133
|
+
|
|
134
|
+
```yaml
|
|
135
|
+
# yaml-language-server: $schema=https://agent-box.sh/schema/agentbox.schema.json
|
|
136
|
+
# This agentbox.yaml setup this Next.js project, and includes:
|
|
137
|
+
# - a postgres database because it's used in the project
|
|
138
|
+
# - an inngest server for queues
|
|
139
|
+
# - a fix to move .turbo/cache folder to the workspace to avoid a permission error during setup
|
|
140
|
+
# - ...
|
|
141
|
+
defaults:
|
|
142
|
+
box:
|
|
143
|
+
withPlaywright: true
|
|
144
|
+
code:
|
|
145
|
+
ide: cursor
|
|
146
|
+
|
|
147
|
+
tasks:
|
|
148
|
+
# Idempotent install. /workspace is the container's writable filesystem, so
|
|
149
|
+
# node_modules persists across pause/stop/start and is captured by
|
|
150
|
+
# `agentbox checkpoint`. The host's node_modules is macOS-native and is
|
|
151
|
+
# never copied in, so force a clean Linux build the first time — but skip
|
|
152
|
+
# on every subsequent box start (agentbox-ctl re-runs pending tasks after
|
|
153
|
+
# stop/start). Adjust the lockfile detection to the project's package
|
|
154
|
+
# manager.
|
|
155
|
+
install:
|
|
156
|
+
command: |
|
|
157
|
+
set -e
|
|
158
|
+
MARKER=node_modules/.agentbox-installed
|
|
159
|
+
[ -f "$MARKER" ] && { echo "deps installed (marker present) — skip"; exit 0; }
|
|
160
|
+
apt-get update && apt-get install -y postgresql-client
|
|
161
|
+
rm -rf node_modules
|
|
162
|
+
if [ -f pnpm-lock.yaml ]; then
|
|
163
|
+
corepack enable >/dev/null 2>&1 || true
|
|
164
|
+
pnpm install --frozen-lockfile || pnpm install
|
|
165
|
+
fi
|
|
166
|
+
touch "$MARKER"
|
|
167
|
+
|
|
168
|
+
migrate:
|
|
169
|
+
command: pnpm db:migrate
|
|
170
|
+
needs: [install]
|
|
171
|
+
|
|
172
|
+
services:
|
|
173
|
+
postgres:
|
|
174
|
+
command: postgres -D /var/lib/postgresql/data
|
|
175
|
+
ready_when:
|
|
176
|
+
port: 5432
|
|
177
|
+
restart: always
|
|
178
|
+
|
|
179
|
+
dev:
|
|
180
|
+
command: pnpm dev
|
|
181
|
+
needs: [install, migrate, postgres]
|
|
182
|
+
ready_when:
|
|
183
|
+
port: 3000
|
|
184
|
+
timeout_ms: 120000
|
|
185
|
+
expose:
|
|
186
|
+
port: 3000
|
|
187
|
+
as: 80
|
|
188
|
+
restart: on-failure
|
|
189
|
+
backoff:
|
|
190
|
+
initial_ms: 500
|
|
191
|
+
max_ms: 5000
|
|
192
|
+
factor: 2
|
|
193
|
+
```
|
|
194
|
+
|
|
195
|
+
## 7. Validate before handing off
|
|
196
|
+
|
|
197
|
+
- check with `agentbox-ctl reload` and then `agentbox-ctl status` that everything is running as expected.
|
|
198
|
+
- Every name in `needs:` must reference an existing task or service.
|
|
199
|
+
- A service with `restart: never` and an autostart dependency will block the dependent forever after one failed run — usually a mistake.
|
|
200
|
+
- `command:` is either a shell string (run via `bash -c`) or an argv array. Use the argv form if you need to avoid shell quoting.
|
|
201
|
+
|
|
202
|
+
## 8. Hand-off
|
|
203
|
+
|
|
204
|
+
Tell the user (verbatim):
|
|
205
|
+
|
|
206
|
+
```
|
|
207
|
+
█████╗ ██████╗ ███████╗███╗ ██╗████████╗██████╗ ██████╗ ██╗ ██╗
|
|
208
|
+
██╔══██╗██╔════╝ ██╔════╝████╗ ██║╚══██╔══╝██╔══██╗██╔═══██╗╚██╗██╔╝
|
|
209
|
+
███████║██║ ███╗█████╗ ██╔██╗ ██║ ██║ ██████╔╝██║ ██║ ╚███╔╝
|
|
210
|
+
██╔══██║██║ ██║██╔══╝ ██║╚██╗██║ ██║ ██╔══██╗██║ ██║ ██╔██╗
|
|
211
|
+
██║ ██║╚██████╔╝███████╗██║ ╚████║ ██║ ██████╔╝╚██████╔╝██╔╝ ██╗
|
|
212
|
+
╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚═╝ ╚═══╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝
|
|
213
|
+
```
|
|
214
|
+
|
|
215
|
+
your box is ready, you can start more sessions with `agentbox claude`
|
|
216
|
+
you can access the web app at https://<boxname>.localhost
|
|
217
|
+
|
|
218
|
+
|
|
219
|
+
## 9. Checkpoint the warm state - DON't SKIP THIS STEP
|
|
220
|
+
|
|
221
|
+
Checkpoint (snapshot) this box writable layer: once the box is warmed up (deps installed, services ready), checkpoint it with `agentbox-ctl checkpoint --name setup --replace --set-default` so future boxes start ready.
|
|
222
|
+
Remember the checkpoint captures the writable layer (`/workspace` + system), **not** docker-in-docker volumes — so a containerized DB's data does not carry into new boxes. That's expected; the data-existence-gated seed task from section 2 re-seeds those automatically. (If you need the data itself to persist into new boxes, run the DB as a native process with its data dir on the box filesystem, or bind a `/workspace` path as the container's data volume so it lands in the checkpoint.)
|
|
223
|
+
Run this command exactly once. The `--name setup --replace` makes it idempotent — if it ever needs to run again it overwrites the existing `setup` checkpoint instead of stacking duplicates.
|
|
224
|
+
On all providers except Vercel, this doesn't need to be confirmed by the user. It will pause the container for several seconds so warn the user about it and write Done when it's done.
|
|
225
|
+
On Vercel: this actually STOPS the sandbox, so warn the user about it. Also the system will ask confirmation.
|
|
226
|
+
|
|
227
|
+
## 10. Known issues
|
|
228
|
+
|
|
229
|
+
- For Nextjs/Vite/Tasnstack projects, makes sure to forward also websocket for hot reload.
|
|
230
|
+
|
|
231
|
+
- Service like flask, nextjs, BETTER_AUTH_URL, NEXT_PUBLIC_APP_URL should use the <boxname>.localhost url for the local development so that on the host it will use the same url as the box.
|
|
232
|
+
|
|
233
|
+
- The `install` task is intentionally a no-op once `node_modules/.agentbox-installed` exists. Do **not** remove the marker guard to "force a fresh install" — that reinstalls on every box start. To force a one-off rebuild, delete `node_modules` (or just the marker) then run `agentbox-ctl reload`.
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
# Start the per-box VNC stack: Xvnc on :1 (loopback inside container) +
|
|
3
|
+
# websockify on 0.0.0.0:6080 serving noVNC's HTML5 client and proxying RFB.
|
|
4
|
+
# Launched by the host via `docker exec -d --user vscode` after the container
|
|
5
|
+
# is up. Idempotent — re-running while the daemons are alive is a no-op, so
|
|
6
|
+
# `agentbox start` can blindly call us again.
|
|
7
|
+
|
|
8
|
+
set -euo pipefail
|
|
9
|
+
|
|
10
|
+
PASS="${AGENTBOX_VNC_PASSWORD:-}"
|
|
11
|
+
if [[ -z "$PASS" ]]; then
|
|
12
|
+
echo "agentbox-vnc-start: AGENTBOX_VNC_PASSWORD is not set" >&2
|
|
13
|
+
exit 64
|
|
14
|
+
fi
|
|
15
|
+
|
|
16
|
+
if pgrep -u "$(id -u)" -x Xvnc >/dev/null \
|
|
17
|
+
&& pgrep -u "$(id -u)" -f "websockify.*6080" >/dev/null; then
|
|
18
|
+
exit 0
|
|
19
|
+
fi
|
|
20
|
+
|
|
21
|
+
mkdir -p "$HOME/.vnc"
|
|
22
|
+
# vncpasswd's -f mode reads plaintext on stdin, writes the DES blob to stdout.
|
|
23
|
+
# VncAuth truncates >8 chars at compare time, which is fine — the host writes
|
|
24
|
+
# an 8-char password. Write to a temp file + rename so a failure (e.g.,
|
|
25
|
+
# vncpasswd missing) doesn't leave an empty file that Xvnc would then reject.
|
|
26
|
+
#
|
|
27
|
+
# Debian 12 (E2B base) doesn't package vncpasswd at all — tigervnc-tools is
|
|
28
|
+
# Ubuntu-only. When vncpasswd is missing, fall back to `-SecurityTypes None`
|
|
29
|
+
# and rely on the cloud provider's signed preview URL as the access boundary
|
|
30
|
+
# (same effective model: holding the URL = holding the credential). Other
|
|
31
|
+
# providers (docker, hetzner, daytona, vercel) keep VncAuth.
|
|
32
|
+
VNC_SECURITY_ARGS=(-SecurityTypes VncAuth -PasswordFile "$HOME/.vnc/passwd")
|
|
33
|
+
if command -v vncpasswd >/dev/null 2>&1; then
|
|
34
|
+
TMP_PASSWD="$(mktemp "$HOME/.vnc/passwd.XXXXXX")"
|
|
35
|
+
printf '%s\n' "$PASS" | vncpasswd -f > "$TMP_PASSWD"
|
|
36
|
+
chmod 600 "$TMP_PASSWD"
|
|
37
|
+
mv "$TMP_PASSWD" "$HOME/.vnc/passwd"
|
|
38
|
+
else
|
|
39
|
+
echo "agentbox-vnc-start: vncpasswd not installed; starting Xvnc with -SecurityTypes None (preview URL is the access boundary)" >&2
|
|
40
|
+
VNC_SECURITY_ARGS=(-SecurityTypes None)
|
|
41
|
+
fi
|
|
42
|
+
|
|
43
|
+
mkdir -p /var/log/agentbox 2>/dev/null || true
|
|
44
|
+
|
|
45
|
+
# Xvnc on display :1, loopback-only (websockify is the only public ingress).
|
|
46
|
+
# 1280x800x24 is a sensible laptop-browser viewport.
|
|
47
|
+
# The clipboard params are on-by-default in TigerVNC 1.13 but pinned here so a
|
|
48
|
+
# base-image bump can't silently break host->box paste, and to document intent:
|
|
49
|
+
# accept cut-text from noVNC, set both the X CLIPBOARD and PRIMARY selections.
|
|
50
|
+
Xvnc :1 \
|
|
51
|
+
-localhost \
|
|
52
|
+
"${VNC_SECURITY_ARGS[@]}" \
|
|
53
|
+
-geometry 1280x800 \
|
|
54
|
+
-depth 24 \
|
|
55
|
+
-AlwaysShared \
|
|
56
|
+
-AcceptCutText=1 \
|
|
57
|
+
-SendCutText=1 \
|
|
58
|
+
-SetPrimary=1 \
|
|
59
|
+
-SendPrimary=1 \
|
|
60
|
+
>/var/log/agentbox/xvnc.log 2>&1 &
|
|
61
|
+
|
|
62
|
+
# Wait for Xvnc's RFB socket (5901). bash's /dev/tcp pseudo-device makes the
|
|
63
|
+
# probe a one-liner without needing netcat in the image.
|
|
64
|
+
for _ in $(seq 1 50); do
|
|
65
|
+
if (echo > /dev/tcp/127.0.0.1/5901) 2>/dev/null; then break; fi
|
|
66
|
+
sleep 0.1
|
|
67
|
+
done
|
|
68
|
+
|
|
69
|
+
# With no window manager, nothing owns the X selections, so Xvnc's RFB cut-text
|
|
70
|
+
# isn't reliably handed to Chromium on Ctrl+V. autocutsel (one daemon per
|
|
71
|
+
# selection) keeps CLIPBOARD and PRIMARY populated and synced. Best-effort: a
|
|
72
|
+
# clipboard failure must never abort VNC, and the pgrep guard keeps a stray
|
|
73
|
+
# re-entry from spawning duplicates (Xvnc is up now, so DISPLAY=:1 resolves).
|
|
74
|
+
if ! pgrep -u "$(id -u)" -x autocutsel >/dev/null; then
|
|
75
|
+
DISPLAY=:1 autocutsel -selection CLIPBOARD -fork >/dev/null 2>&1 || true
|
|
76
|
+
DISPLAY=:1 autocutsel -selection PRIMARY -fork >/dev/null 2>&1 || true
|
|
77
|
+
fi
|
|
78
|
+
|
|
79
|
+
# noVNC's static assets live at different paths per base image: Debian/Ubuntu
|
|
80
|
+
# (docker, hetzner) ship them at /usr/share/novnc via apt; the AL2023 bake
|
|
81
|
+
# (vercel) git-clones them to /usr/local/share/novnc. websockify runs
|
|
82
|
+
# os.chdir(--web) at startup, so a wrong path makes it FileNotFoundError and
|
|
83
|
+
# never bind 6080 — pick the first dir that exists.
|
|
84
|
+
NOVNC_WEB=""
|
|
85
|
+
for _d in /usr/share/novnc /usr/local/share/novnc; do
|
|
86
|
+
if [[ -d "$_d" ]]; then NOVNC_WEB="$_d"; break; fi
|
|
87
|
+
done
|
|
88
|
+
if [[ -z "$NOVNC_WEB" ]]; then
|
|
89
|
+
echo "agentbox-vnc-start: noVNC assets not found (looked in /usr/share/novnc, /usr/local/share/novnc)" >&2
|
|
90
|
+
exit 65
|
|
91
|
+
fi
|
|
92
|
+
|
|
93
|
+
# websockify serves noVNC at /vnc.html (--web) and tunnels WS frames to Xvnc's
|
|
94
|
+
# RFB. Bind 0.0.0.0:6080 so both Docker `-p` mappings and OrbStack's
|
|
95
|
+
# <name>.orb.local routing reach it.
|
|
96
|
+
websockify \
|
|
97
|
+
--web="$NOVNC_WEB" \
|
|
98
|
+
0.0.0.0:6080 \
|
|
99
|
+
127.0.0.1:5901 \
|
|
100
|
+
>/var/log/agentbox/websockify.log 2>&1 &
|
|
101
|
+
|
|
102
|
+
disown -a
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
// src/attach-helper.ts
|
|
4
|
+
var import_e2b = require("e2b");
|
|
5
|
+
|
|
6
|
+
// src/env-loader.ts
|
|
7
|
+
var import_node_fs = require("fs");
|
|
8
|
+
var import_node_os = require("os");
|
|
9
|
+
var import_node_path = require("path");
|
|
10
|
+
var E2B_KEYS = ["E2B_API_KEY", "E2B_DOMAIN"];
|
|
11
|
+
var loaded = false;
|
|
12
|
+
function ensureE2bEnvLoaded() {
|
|
13
|
+
if (loaded) return;
|
|
14
|
+
loaded = true;
|
|
15
|
+
importE2bFromFile((0, import_node_path.resolve)((0, import_node_os.homedir)(), ".agentbox", "secrets.env"), E2B_KEYS);
|
|
16
|
+
}
|
|
17
|
+
function importE2bFromFile(path, keys) {
|
|
18
|
+
if (!(0, import_node_fs.existsSync)(path)) return;
|
|
19
|
+
let body;
|
|
20
|
+
try {
|
|
21
|
+
body = (0, import_node_fs.readFileSync)(path, "utf8");
|
|
22
|
+
} catch {
|
|
23
|
+
return;
|
|
24
|
+
}
|
|
25
|
+
const parsed = parseEnvFile(body);
|
|
26
|
+
for (const key of keys) {
|
|
27
|
+
if (process.env[key] !== void 0) continue;
|
|
28
|
+
const value = parsed[key];
|
|
29
|
+
if (typeof value === "string") {
|
|
30
|
+
process.env[key] = value;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
function parseEnvFile(body) {
|
|
35
|
+
const out = {};
|
|
36
|
+
for (const rawLine of body.split(/\r?\n/)) {
|
|
37
|
+
const line = rawLine.trim();
|
|
38
|
+
if (line.length === 0 || line.startsWith("#")) continue;
|
|
39
|
+
const stripped = line.startsWith("export ") ? line.slice("export ".length) : line;
|
|
40
|
+
const eq = stripped.indexOf("=");
|
|
41
|
+
if (eq <= 0) continue;
|
|
42
|
+
const key = stripped.slice(0, eq).trim();
|
|
43
|
+
let value = stripped.slice(eq + 1).trim();
|
|
44
|
+
if (value.length >= 2 && (value.startsWith('"') && value.endsWith('"') || value.startsWith("'") && value.endsWith("'"))) {
|
|
45
|
+
value = value.slice(1, -1);
|
|
46
|
+
}
|
|
47
|
+
out[key] = value;
|
|
48
|
+
}
|
|
49
|
+
return out;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
// src/attach-helper.ts
|
|
53
|
+
function parseArgs(argv) {
|
|
54
|
+
let sandboxId;
|
|
55
|
+
let user = "vscode";
|
|
56
|
+
for (let i = 0; i < argv.length; i++) {
|
|
57
|
+
const a = argv[i];
|
|
58
|
+
if (a === "--sandbox-id") {
|
|
59
|
+
sandboxId = argv[i + 1];
|
|
60
|
+
i++;
|
|
61
|
+
} else if (a === "--user") {
|
|
62
|
+
user = argv[i + 1] ?? user;
|
|
63
|
+
i++;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
if (!sandboxId) {
|
|
67
|
+
process.stderr.write("attach-helper: --sandbox-id is required\n");
|
|
68
|
+
process.exit(2);
|
|
69
|
+
}
|
|
70
|
+
return { sandboxId, user };
|
|
71
|
+
}
|
|
72
|
+
async function main() {
|
|
73
|
+
const { sandboxId, user } = parseArgs(process.argv.slice(2));
|
|
74
|
+
ensureE2bEnvLoaded();
|
|
75
|
+
const inner = process.env.AGENTBOX_E2B_INNER_CMD;
|
|
76
|
+
if (!inner) {
|
|
77
|
+
process.stderr.write("attach-helper: AGENTBOX_E2B_INNER_CMD env is required\n");
|
|
78
|
+
process.exit(2);
|
|
79
|
+
}
|
|
80
|
+
const apiKey = process.env.E2B_API_KEY;
|
|
81
|
+
if (!apiKey) {
|
|
82
|
+
process.stderr.write("attach-helper: E2B_API_KEY env is required\n");
|
|
83
|
+
process.exit(2);
|
|
84
|
+
}
|
|
85
|
+
let sb;
|
|
86
|
+
try {
|
|
87
|
+
sb = await import_e2b.Sandbox.connect(sandboxId, { apiKey, timeoutMs: 55 * 6e4 });
|
|
88
|
+
} catch (err) {
|
|
89
|
+
process.stderr.write(
|
|
90
|
+
`attach-helper: could not connect to sandbox ${sandboxId}: ${err instanceof Error ? err.message : String(err)}
|
|
91
|
+
`
|
|
92
|
+
);
|
|
93
|
+
process.exit(1);
|
|
94
|
+
}
|
|
95
|
+
const cols = process.stdout.columns && process.stdout.columns > 0 ? process.stdout.columns : 80;
|
|
96
|
+
const rows = process.stdout.rows && process.stdout.rows > 0 ? process.stdout.rows : 24;
|
|
97
|
+
if (process.stdin.isTTY && typeof process.stdin.setRawMode === "function") {
|
|
98
|
+
process.stdin.setRawMode(true);
|
|
99
|
+
}
|
|
100
|
+
process.stdin.resume();
|
|
101
|
+
const handle = await sb.pty.create({
|
|
102
|
+
cols,
|
|
103
|
+
rows,
|
|
104
|
+
user,
|
|
105
|
+
cwd: "/workspace",
|
|
106
|
+
envs: {
|
|
107
|
+
LANG: "C.UTF-8",
|
|
108
|
+
LC_ALL: "C.UTF-8",
|
|
109
|
+
TERM: "xterm-256color"
|
|
110
|
+
},
|
|
111
|
+
// Long-lived. We don't want the SDK reaping the PTY mid-session.
|
|
112
|
+
timeoutMs: 55 * 6e4,
|
|
113
|
+
onData: (data) => {
|
|
114
|
+
process.stdout.write(data);
|
|
115
|
+
}
|
|
116
|
+
});
|
|
117
|
+
const pid = handle.pid;
|
|
118
|
+
await sb.pty.sendInput(pid, new TextEncoder().encode(inner + "\n"));
|
|
119
|
+
process.stdin.on("data", (chunk) => {
|
|
120
|
+
sb.pty.sendInput(pid, new Uint8Array(chunk.buffer, chunk.byteOffset, chunk.byteLength)).catch(() => {
|
|
121
|
+
});
|
|
122
|
+
});
|
|
123
|
+
const onResize = () => {
|
|
124
|
+
const c = process.stdout.columns ?? cols;
|
|
125
|
+
const r = process.stdout.rows ?? rows;
|
|
126
|
+
if (c > 0 && r > 0) {
|
|
127
|
+
sb.pty.resize(pid, { cols: c, rows: r }).catch(() => {
|
|
128
|
+
});
|
|
129
|
+
}
|
|
130
|
+
};
|
|
131
|
+
process.stdout.on("resize", onResize);
|
|
132
|
+
const cleanup = () => {
|
|
133
|
+
process.stdout.off("resize", onResize);
|
|
134
|
+
if (process.stdin.isTTY && typeof process.stdin.setRawMode === "function") {
|
|
135
|
+
try {
|
|
136
|
+
process.stdin.setRawMode(false);
|
|
137
|
+
} catch {
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
process.stdin.pause();
|
|
141
|
+
};
|
|
142
|
+
process.on("SIGINT", () => {
|
|
143
|
+
sb.pty.sendInput(pid, new Uint8Array([3])).catch(() => void 0);
|
|
144
|
+
});
|
|
145
|
+
let exitCode = 0;
|
|
146
|
+
try {
|
|
147
|
+
const result = await handle.wait();
|
|
148
|
+
exitCode = result.exitCode ?? 0;
|
|
149
|
+
} catch (err) {
|
|
150
|
+
process.stderr.write(
|
|
151
|
+
`attach-helper: PTY wait failed: ${err instanceof Error ? err.message : String(err)}
|
|
152
|
+
`
|
|
153
|
+
);
|
|
154
|
+
exitCode = 1;
|
|
155
|
+
} finally {
|
|
156
|
+
cleanup();
|
|
157
|
+
}
|
|
158
|
+
process.exit(exitCode);
|
|
159
|
+
}
|
|
160
|
+
main().catch((err) => {
|
|
161
|
+
process.stderr.write(
|
|
162
|
+
`attach-helper: unhandled error: ${err instanceof Error ? err.message : String(err)}
|
|
163
|
+
`
|
|
164
|
+
);
|
|
165
|
+
process.exit(1);
|
|
166
|
+
});
|
|
167
|
+
//# sourceMappingURL=attach-helper.cjs.map
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$comment": "AgentBox enterprise-managed Claude Code settings, baked into the box image at /etc/claude-code/managed-settings.json. Highest precedence and NOT synced from the host ~/.claude, so claude-hooks-filter.ts never touches it; per Claude Code, hook arrays MERGE across settings sources, so the user's own hooks still run. These hooks report Claude's activity to the box supervisor (agentbox-ctl claude-state -> ctl socket -> relay -> ~/.agentbox/boxes/<id>/status.json) so `agentbox status/list/inspect` can show it even when the box is paused. Each command is exit-0 fast and shell-backgrounded so a hook can never block or fail a Claude turn. The ExitPlanMode / AskUserQuestion entries run SYNCHRONOUSLY (no &) because they consume the hook's stdin payload; the catchall PreToolUse 'working' hook races with them, but the supervisor's sticky-state semantics swallow that race (a 'working' set while in end-plan/question is ignored unless --clear-pending is set, which only the matching PostToolUse hook passes). skipDangerousModePermissionPrompt pre-accepts the bypass-permissions disclaimer at policy precedence — AgentBox boxes are isolated, and `agentbox claude` defaults to --dangerously-skip-permissions, so the one-time accept gate would just trap every fresh box.",
|
|
3
|
+
"skipDangerousModePermissionPrompt": true,
|
|
4
|
+
"hooks": {
|
|
5
|
+
"UserPromptSubmit": [
|
|
6
|
+
{
|
|
7
|
+
"hooks": [
|
|
8
|
+
{ "type": "command", "command": "agentbox-ctl claude-state working >/dev/null 2>&1 &", "timeout": 3 }
|
|
9
|
+
]
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"PreToolUse": [
|
|
13
|
+
{
|
|
14
|
+
"hooks": [
|
|
15
|
+
{ "type": "command", "command": "agentbox-ctl claude-state working >/dev/null 2>&1 &", "timeout": 3 }
|
|
16
|
+
]
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"matcher": "ExitPlanMode",
|
|
20
|
+
"hooks": [
|
|
21
|
+
{ "type": "command", "command": "agentbox-ctl claude-state end-plan --payload-stdin >/dev/null 2>&1", "timeout": 3 }
|
|
22
|
+
]
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"matcher": "AskUserQuestion",
|
|
26
|
+
"hooks": [
|
|
27
|
+
{ "type": "command", "command": "agentbox-ctl claude-state question --payload-stdin >/dev/null 2>&1", "timeout": 3 }
|
|
28
|
+
]
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"PostToolUse": [
|
|
32
|
+
{
|
|
33
|
+
"matcher": "ExitPlanMode",
|
|
34
|
+
"hooks": [
|
|
35
|
+
{ "type": "command", "command": "agentbox-ctl claude-state working --clear-pending >/dev/null 2>&1 &", "timeout": 3 }
|
|
36
|
+
]
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"matcher": "AskUserQuestion",
|
|
40
|
+
"hooks": [
|
|
41
|
+
{ "type": "command", "command": "agentbox-ctl claude-state working --clear-pending >/dev/null 2>&1 &", "timeout": 3 }
|
|
42
|
+
]
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"Stop": [
|
|
46
|
+
{
|
|
47
|
+
"hooks": [
|
|
48
|
+
{ "type": "command", "command": "agentbox-ctl claude-state idle >/dev/null 2>&1 &", "timeout": 3 }
|
|
49
|
+
]
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"StopFailure": [
|
|
53
|
+
{
|
|
54
|
+
"hooks": [
|
|
55
|
+
{ "type": "command", "command": "agentbox-ctl claude-state error >/dev/null 2>&1 &", "timeout": 3 }
|
|
56
|
+
]
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"PreCompact": [
|
|
60
|
+
{
|
|
61
|
+
"hooks": [
|
|
62
|
+
{ "type": "command", "command": "agentbox-ctl claude-state compacting >/dev/null 2>&1 &", "timeout": 3 }
|
|
63
|
+
]
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"PostCompact": [
|
|
67
|
+
{
|
|
68
|
+
"hooks": [
|
|
69
|
+
{ "type": "command", "command": "agentbox-ctl claude-state working --clear-pending >/dev/null 2>&1 &", "timeout": 3 }
|
|
70
|
+
]
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"SubagentStart": [
|
|
74
|
+
{
|
|
75
|
+
"hooks": [
|
|
76
|
+
{ "type": "command", "command": "agentbox-ctl claude-state working >/dev/null 2>&1 &", "timeout": 3 }
|
|
77
|
+
]
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"SubagentStop": [
|
|
81
|
+
{
|
|
82
|
+
"hooks": [
|
|
83
|
+
{ "type": "command", "command": "agentbox-ctl claude-state working >/dev/null 2>&1 &", "timeout": 3 }
|
|
84
|
+
]
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"Notification": [
|
|
88
|
+
{
|
|
89
|
+
"matcher": "permission_prompt",
|
|
90
|
+
"hooks": [
|
|
91
|
+
{ "type": "command", "command": "agentbox-ctl claude-state waiting >/dev/null 2>&1 &", "timeout": 3 }
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"matcher": "idle_prompt",
|
|
96
|
+
"hooks": [
|
|
97
|
+
{ "type": "command", "command": "agentbox-ctl claude-state idle >/dev/null 2>&1 &", "timeout": 3 }
|
|
98
|
+
]
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"SessionStart": [
|
|
102
|
+
{
|
|
103
|
+
"hooks": [
|
|
104
|
+
{ "type": "command", "command": "agentbox-ctl claude-state idle >/dev/null 2>&1 &", "timeout": 3 }
|
|
105
|
+
]
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
"SessionEnd": [
|
|
109
|
+
{
|
|
110
|
+
"hooks": [
|
|
111
|
+
{ "type": "command", "command": "agentbox-ctl claude-state idle >/dev/null 2>&1 &", "timeout": 3 }
|
|
112
|
+
]
|
|
113
|
+
}
|
|
114
|
+
]
|
|
115
|
+
}
|
|
116
|
+
}
|