@giselles-ai/agent-kit 0.1.24 → 0.1.26

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/dist/cli.js CHANGED
@@ -252,7 +252,7 @@ var DEFAULT_LOCAL_INCLUDE_PATHS = [
252
252
  "packages/browser-tool"
253
253
  ];
254
254
  async function buildSnapshot(options = {}) {
255
- const sandboxRoot = options.sandboxRoot ?? "/vercel/sandbox";
255
+ const sandboxRoot = options.sandboxRoot ?? "/home/vercel-sandbox";
256
256
  const runtime = options.runtime ?? "node24";
257
257
  const timeoutMs = options.timeoutMs ?? 27e5;
258
258
  const isLocal = options.local ?? false;
@@ -367,7 +367,7 @@ Build-snapshot options:
367
367
  --local Copy local files instead of npm install (monorepo only)
368
368
  --repo-root <path> Monorepo root directory (required with --local)
369
369
  --base-snapshot-id <id> Reuse an existing base snapshot
370
- --sandbox-root <path> Sandbox working directory (default: /vercel/sandbox)
370
+ --sandbox-root <path> Sandbox working directory (default: /home/vercel-sandbox)
371
371
  --runtime <runtime> Sandbox runtime (default: node24)
372
372
  --timeout-ms <ms> Sandbox timeout in ms (default: 2700000)
373
373
  --browser-tool-version <version> Version of @giselles-ai/browser-tool to install
package/dist/index.js CHANGED
@@ -220,7 +220,7 @@ var DEFAULT_LOCAL_INCLUDE_PATHS = [
220
220
  "packages/browser-tool"
221
221
  ];
222
222
  async function buildSnapshot(options = {}) {
223
- const sandboxRoot = options.sandboxRoot ?? "/vercel/sandbox";
223
+ const sandboxRoot = options.sandboxRoot ?? "/home/vercel-sandbox";
224
224
  const runtime = options.runtime ?? "node24";
225
225
  const timeoutMs = options.timeoutMs ?? 27e5;
226
226
  const isLocal = options.local ?? false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@giselles-ai/agent-kit",
3
- "version": "0.1.24",
3
+ "version": "0.1.26",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "bin": {
@@ -36,8 +36,8 @@
36
36
  "access": "public"
37
37
  },
38
38
  "dependencies": {
39
- "@giselles-ai/agent": "0.1.24",
40
- "@vercel/sandbox": "1.8.0",
39
+ "@giselles-ai/agent": "0.1.26",
40
+ "@vercel/sandbox": "1.8.1",
41
41
  "tsx": "4.21.0"
42
42
  },
43
43
  "devDependencies": {