replicas-engine 0.1.467 → 0.1.469
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 +3 -3
- package/package.json +3 -3
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-
|
|
585
|
+
var E2B_TEMPLATE_NAME = "replicas-sandbox-2026-07-20-v1";
|
|
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.
|
|
9788
|
+
var ENGINE_PACKAGE_VERSION = "0.1.469";
|
|
9789
9789
|
var INITIALIZE_METHOD = "initialize";
|
|
9790
9790
|
var INITIALIZED_NOTIFICATION = "initialized";
|
|
9791
9791
|
var ACCOUNT_LOGIN_START_METHOD = "account/login/start";
|
|
@@ -13041,7 +13041,7 @@ import {
|
|
|
13041
13041
|
ModelRegistry,
|
|
13042
13042
|
SessionManager,
|
|
13043
13043
|
DefaultResourceLoader
|
|
13044
|
-
} from "@
|
|
13044
|
+
} from "@earendil-works/pi-coding-agent";
|
|
13045
13045
|
function eventPayload(event) {
|
|
13046
13046
|
return isRecord4(event) ? { ...event } : { value: event };
|
|
13047
13047
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "replicas-engine",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.469",
|
|
4
4
|
"description": "Lightweight API server for Replicas workspaces",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"@connectrpc/connect-node": "1.7.0",
|
|
36
36
|
"@cursor/sdk": "1.0.19",
|
|
37
37
|
"@hono/node-server": "^1.19.5",
|
|
38
|
-
"@
|
|
39
|
-
"@
|
|
38
|
+
"@earendil-works/pi-ai": "0.79.10",
|
|
39
|
+
"@earendil-works/pi-coding-agent": "0.79.0",
|
|
40
40
|
"@opencode-ai/sdk": "1.17.9",
|
|
41
41
|
"hono": "^4.10.3",
|
|
42
42
|
"opencode-ai": "1.17.9",
|