@jait/gateway 0.1.728 → 0.1.729

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.
@@ -12,7 +12,7 @@ let _containerBinary = null;
12
12
  const SANDBOX_BROWSER_IMAGE = "jait/sandbox-browser:app-window-v1";
13
13
  const BROWSER_SANDBOX_NAME_PREFIX = "jait-browser-sb-";
14
14
  const BROWSER_SANDBOX_HEALTH_TIMEOUT_MS = 3_000;
15
- const DEFAULT_MAX_BROWSER_SANDBOXES = 1;
15
+ const DEFAULT_MAX_BROWSER_SANDBOXES = 2;
16
16
  const WINDOWS_SANDBOX_IMAGE = "jait/windows-sandbox:latest";
17
17
  const WINDOWS_SANDBOX_NAME_PREFIX = "jait-windows-sb-";
18
18
  const WINDOWS_SANDBOX_HEALTH_TIMEOUT_MS = 3_000;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jait/gateway",
3
- "version": "0.1.728",
3
+ "version": "0.1.729",
4
4
  "description": "Jait AI gateway — local-first AI coding agent with terminal, filesystem, and browser control",
5
5
  "author": "JakobWl",
6
6
  "type": "module",