agentbox-sdk 0.1.316 → 0.1.317

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.
@@ -2,7 +2,7 @@ import {
2
2
  Agent,
3
3
  agentboxRoot,
4
4
  getAgentLayout
5
- } from "../chunk-SCT2IJ4Q.js";
5
+ } from "../chunk-75KPGNTE.js";
6
6
  import "../chunk-2DH5OVG4.js";
7
7
  import {
8
8
  AGENT_RESERVED_PORTS,
@@ -3996,7 +3996,7 @@ async function ensureSandboxOpenCodeServer(request) {
3996
3996
  () => sandbox.run(launchCommand, {
3997
3997
  cwd: options.cwd,
3998
3998
  env: serveEnv,
3999
- timeoutMs: 1e4
3999
+ timeoutMs: 2e4
4000
4000
  })
4001
4001
  );
4002
4002
  if (launchResult.exitCode !== 0) {
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import {
2
2
  Agent,
3
3
  agentboxRoot,
4
4
  getAgentLayout
5
- } from "./chunk-SCT2IJ4Q.js";
5
+ } from "./chunk-75KPGNTE.js";
6
6
  import {
7
7
  ProviderLogAssembler,
8
8
  createNormalizedEvent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentbox-sdk",
3
- "version": "0.1.316",
3
+ "version": "0.1.317",
4
4
  "description": "Swappable coding agents and sandbox providers for Bun and TypeScript.",
5
5
  "license": "MIT",
6
6
  "repository": {