replicas-engine 0.1.467 → 0.1.468

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/src/index.js CHANGED
@@ -582,7 +582,7 @@ var WORKSPACE_SIZES = ["small", "large"];
582
582
  var INVALID_WORKSPACE_SIZE_ERROR = `Invalid size: must be one of ${WORKSPACE_SIZES.join(", ")}`;
583
583
 
584
584
  // ../shared/src/e2b.ts
585
- var E2B_TEMPLATE_NAME = "replicas-sandbox-2026-07-19-v19";
585
+ var E2B_TEMPLATE_NAME = "replicas-sandbox-2026-07-19-v20";
586
586
 
587
587
  // ../shared/src/runtime-env.ts
588
588
  function shellQuotePosix(value) {
@@ -9785,7 +9785,7 @@ var DEFAULT_CODEX_ARGS = ["app-server", "--listen", "stdio://"];
9785
9785
  var MIN_CODEX_CLI_VERSION = "0.144.6";
9786
9786
  var CODEX_UPGRADE_TIMEOUT_MS = 12e4;
9787
9787
  var codexCliVersionEnsured = null;
9788
- var ENGINE_PACKAGE_VERSION = "0.1.467";
9788
+ var ENGINE_PACKAGE_VERSION = "0.1.468";
9789
9789
  var INITIALIZE_METHOD = "initialize";
9790
9790
  var INITIALIZED_NOTIFICATION = "initialized";
9791
9791
  var ACCOUNT_LOGIN_START_METHOD = "account/login/start";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "replicas-engine",
3
- "version": "0.1.467",
3
+ "version": "0.1.468",
4
4
  "description": "Lightweight API server for Replicas workspaces",
5
5
  "type": "module",
6
6
  "main": "dist/src/index.js",