@madarco/agentbox 0.10.0 → 0.10.1
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 +13 -0
- package/dist/{_cloud-attach-O6NYTLES.js → _cloud-attach-2DGI6FUA.js} +4 -4
- package/dist/{chunk-7UIAO7PC.js → chunk-CDKVD6UO.js} +27 -11
- package/dist/chunk-CDKVD6UO.js.map +1 -0
- package/dist/{chunk-R4O5WPHW.js → chunk-I7NOGCL4.js} +6 -6
- package/dist/{chunk-2GPORKYF.js → chunk-M2UWJKFA.js} +3 -3
- package/dist/{chunk-KL36BRN4.js → chunk-PWUVHPN6.js} +66 -17
- package/dist/{chunk-KL36BRN4.js.map → chunk-PWUVHPN6.js.map} +1 -1
- package/dist/{dist-TMHSUVTP.js → dist-BD5QJRDC.js} +4 -4
- package/dist/{dist-5FQGYRW5.js → dist-BNI5PQYK.js} +4 -4
- package/dist/{dist-BQNX7RQE.js → dist-SBCQVFCE.js} +13 -3
- package/dist/{dist-PZW3GWWU.js → dist-SJHY3HYN.js} +4 -4
- package/dist/index.js +35 -23
- package/dist/index.js.map +1 -1
- package/dist/{prepared-state-CL4CWXQA-H5THETIM.js → prepared-state-MQHD3M5F-O5M4NIN4.js} +2 -2
- package/package.json +5 -5
- package/runtime/docker/apps/cli/share/agentbox-setup/SKILL.md +1 -1
- package/runtime/docker/packages/ctl/dist/bin.cjs +6 -0
- package/runtime/hetzner/agentbox-setup-skill.md +1 -1
- package/runtime/hetzner/ctl.cjs +6 -0
- package/runtime/relay/bin.cjs +9 -0
- package/runtime/vercel/agentbox-setup-skill.md +1 -1
- package/runtime/vercel/ctl.cjs +6 -0
- package/share/agentbox-setup/SKILL.md +1 -1
- package/dist/chunk-7UIAO7PC.js.map +0 -1
- /package/dist/{_cloud-attach-O6NYTLES.js.map → _cloud-attach-2DGI6FUA.js.map} +0 -0
- /package/dist/{chunk-R4O5WPHW.js.map → chunk-I7NOGCL4.js.map} +0 -0
- /package/dist/{chunk-2GPORKYF.js.map → chunk-M2UWJKFA.js.map} +0 -0
- /package/dist/{dist-TMHSUVTP.js.map → dist-BD5QJRDC.js.map} +0 -0
- /package/dist/{dist-5FQGYRW5.js.map → dist-BNI5PQYK.js.map} +0 -0
- /package/dist/{dist-BQNX7RQE.js.map → dist-SBCQVFCE.js.map} +0 -0
- /package/dist/{dist-PZW3GWWU.js.map → dist-SJHY3HYN.js.map} +0 -0
- /package/dist/{prepared-state-CL4CWXQA-H5THETIM.js.map → prepared-state-MQHD3M5F-O5M4NIN4.js.map} +0 -0
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
readPreparedDockerState,
|
|
7
7
|
resolveContextFiles,
|
|
8
8
|
writePreparedDockerState
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-PWUVHPN6.js";
|
|
10
10
|
export {
|
|
11
11
|
DOCKERFILE_PATH,
|
|
12
12
|
computeDockerContextFingerprint,
|
|
@@ -15,4 +15,4 @@ export {
|
|
|
15
15
|
resolveContextFiles,
|
|
16
16
|
writePreparedDockerState
|
|
17
17
|
};
|
|
18
|
-
//# sourceMappingURL=prepared-state-
|
|
18
|
+
//# sourceMappingURL=prepared-state-MQHD3M5F-O5M4NIN4.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@madarco/agentbox",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.1",
|
|
4
4
|
"description": "Launch Claude Code, Codex, and other coding agents in isolated sandboxes",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Marco D'Alia",
|
|
@@ -59,14 +59,14 @@
|
|
|
59
59
|
"typescript": "^5.7.2",
|
|
60
60
|
"vitest": "^2.1.8",
|
|
61
61
|
"@agentbox/config": "0.0.0",
|
|
62
|
-
"@agentbox/ctl": "0.0.0",
|
|
63
|
-
"@agentbox/sandbox-core": "0.0.0",
|
|
64
62
|
"@agentbox/core": "0.0.0",
|
|
63
|
+
"@agentbox/ctl": "0.0.0",
|
|
65
64
|
"@agentbox/relay": "0.0.0",
|
|
66
|
-
"@agentbox/sandbox-daytona": "0.0.0",
|
|
67
|
-
"@agentbox/sandbox-docker": "0.0.0",
|
|
68
65
|
"@agentbox/sandbox-cloud": "0.0.0",
|
|
66
|
+
"@agentbox/sandbox-core": "0.0.0",
|
|
69
67
|
"@agentbox/sandbox-hetzner": "0.0.0",
|
|
68
|
+
"@agentbox/sandbox-daytona": "0.0.0",
|
|
69
|
+
"@agentbox/sandbox-docker": "0.0.0",
|
|
70
70
|
"@agentbox/sandbox-vercel": "0.0.0"
|
|
71
71
|
},
|
|
72
72
|
"scripts": {
|
|
@@ -97,7 +97,7 @@ Full key list (run on the host): `agentbox config list --keys`.
|
|
|
97
97
|
## 6. Worked example
|
|
98
98
|
|
|
99
99
|
```yaml
|
|
100
|
-
# yaml-language-server: $schema=https://
|
|
100
|
+
# yaml-language-server: $schema=https://agent-box.sh/schema/agentbox.schema.json
|
|
101
101
|
# This agentbox.yaml setup this Next.js project, and includes:
|
|
102
102
|
# - a postgres database because it's used in the project
|
|
103
103
|
# - an inngest server for queues
|
|
@@ -18548,6 +18548,12 @@ var KEY_REGISTRY = [
|
|
|
18548
18548
|
description: "Box image ref (advanced).",
|
|
18549
18549
|
advanced: true
|
|
18550
18550
|
},
|
|
18551
|
+
{
|
|
18552
|
+
key: "box.imageRegistry",
|
|
18553
|
+
type: "string",
|
|
18554
|
+
description: "Registry repo to pull the prebuilt docker base image from before building locally. Empty = always build. Docker only (advanced).",
|
|
18555
|
+
advanced: true
|
|
18556
|
+
},
|
|
18551
18557
|
{
|
|
18552
18558
|
key: "box.dockerCacheShared",
|
|
18553
18559
|
type: "bool",
|
|
@@ -97,7 +97,7 @@ Full key list (run on the host): `agentbox config list --keys`.
|
|
|
97
97
|
## 6. Worked example
|
|
98
98
|
|
|
99
99
|
```yaml
|
|
100
|
-
# yaml-language-server: $schema=https://
|
|
100
|
+
# yaml-language-server: $schema=https://agent-box.sh/schema/agentbox.schema.json
|
|
101
101
|
# This agentbox.yaml setup this Next.js project, and includes:
|
|
102
102
|
# - a postgres database because it's used in the project
|
|
103
103
|
# - an inngest server for queues
|
package/runtime/hetzner/ctl.cjs
CHANGED
|
@@ -18548,6 +18548,12 @@ var KEY_REGISTRY = [
|
|
|
18548
18548
|
description: "Box image ref (advanced).",
|
|
18549
18549
|
advanced: true
|
|
18550
18550
|
},
|
|
18551
|
+
{
|
|
18552
|
+
key: "box.imageRegistry",
|
|
18553
|
+
type: "string",
|
|
18554
|
+
description: "Registry repo to pull the prebuilt docker base image from before building locally. Empty = always build. Docker only (advanced).",
|
|
18555
|
+
advanced: true
|
|
18556
|
+
},
|
|
18551
18557
|
{
|
|
18552
18558
|
key: "box.dockerCacheShared",
|
|
18553
18559
|
type: "bool",
|
package/runtime/relay/bin.cjs
CHANGED
|
@@ -20114,6 +20114,9 @@ var BUILT_IN_DEFAULTS = {
|
|
|
20114
20114
|
isolateCodexConfig: false,
|
|
20115
20115
|
isolateOpencodeConfig: false,
|
|
20116
20116
|
image: "agentbox/box:dev",
|
|
20117
|
+
// Mirrors BOX_IMAGE_REGISTRY in @agentbox/sandbox-docker. Empty disables the
|
|
20118
|
+
// registry pull (always build the docker base image locally).
|
|
20119
|
+
imageRegistry: "ghcr.io/madarco/agentbox/box",
|
|
20117
20120
|
dockerCacheShared: false,
|
|
20118
20121
|
memory: 0,
|
|
20119
20122
|
cpus: 0,
|
|
@@ -20270,6 +20273,12 @@ var KEY_REGISTRY = [
|
|
|
20270
20273
|
description: "Box image ref (advanced).",
|
|
20271
20274
|
advanced: true
|
|
20272
20275
|
},
|
|
20276
|
+
{
|
|
20277
|
+
key: "box.imageRegistry",
|
|
20278
|
+
type: "string",
|
|
20279
|
+
description: "Registry repo to pull the prebuilt docker base image from before building locally. Empty = always build. Docker only (advanced).",
|
|
20280
|
+
advanced: true
|
|
20281
|
+
},
|
|
20273
20282
|
{
|
|
20274
20283
|
key: "box.dockerCacheShared",
|
|
20275
20284
|
type: "bool",
|
|
@@ -97,7 +97,7 @@ Full key list (run on the host): `agentbox config list --keys`.
|
|
|
97
97
|
## 6. Worked example
|
|
98
98
|
|
|
99
99
|
```yaml
|
|
100
|
-
# yaml-language-server: $schema=https://
|
|
100
|
+
# yaml-language-server: $schema=https://agent-box.sh/schema/agentbox.schema.json
|
|
101
101
|
# This agentbox.yaml setup this Next.js project, and includes:
|
|
102
102
|
# - a postgres database because it's used in the project
|
|
103
103
|
# - an inngest server for queues
|
package/runtime/vercel/ctl.cjs
CHANGED
|
@@ -18548,6 +18548,12 @@ var KEY_REGISTRY = [
|
|
|
18548
18548
|
description: "Box image ref (advanced).",
|
|
18549
18549
|
advanced: true
|
|
18550
18550
|
},
|
|
18551
|
+
{
|
|
18552
|
+
key: "box.imageRegistry",
|
|
18553
|
+
type: "string",
|
|
18554
|
+
description: "Registry repo to pull the prebuilt docker base image from before building locally. Empty = always build. Docker only (advanced).",
|
|
18555
|
+
advanced: true
|
|
18556
|
+
},
|
|
18551
18557
|
{
|
|
18552
18558
|
key: "box.dockerCacheShared",
|
|
18553
18559
|
type: "bool",
|
|
@@ -97,7 +97,7 @@ Full key list (run on the host): `agentbox config list --keys`.
|
|
|
97
97
|
## 6. Worked example
|
|
98
98
|
|
|
99
99
|
```yaml
|
|
100
|
-
# yaml-language-server: $schema=https://
|
|
100
|
+
# yaml-language-server: $schema=https://agent-box.sh/schema/agentbox.schema.json
|
|
101
101
|
# This agentbox.yaml setup this Next.js project, and includes:
|
|
102
102
|
# - a postgres database because it's used in the project
|
|
103
103
|
# - an inngest server for queues
|