replicas-engine 0.1.330 → 0.1.331
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 +2 -2
- package/package.json +2 -1
package/dist/src/index.js
CHANGED
|
@@ -287,7 +287,7 @@ var WORKSPACE_SIZES = ["small", "large"];
|
|
|
287
287
|
var INVALID_WORKSPACE_SIZE_ERROR = `Invalid size: must be one of ${WORKSPACE_SIZES.join(", ")}`;
|
|
288
288
|
|
|
289
289
|
// ../shared/src/e2b.ts
|
|
290
|
-
var E2B_TEMPLATE_NAME = "replicas-sandbox-2026-06-
|
|
290
|
+
var E2B_TEMPLATE_NAME = "replicas-sandbox-2026-06-21-v1";
|
|
291
291
|
|
|
292
292
|
// ../shared/src/runtime-env.ts
|
|
293
293
|
function parsePosixEnvFile(content) {
|
|
@@ -7339,7 +7339,7 @@ var AspClient = class {
|
|
|
7339
7339
|
// src/managers/codex-asp/app-server-process.ts
|
|
7340
7340
|
var DEFAULT_CODEX_BINARY = "codex";
|
|
7341
7341
|
var DEFAULT_CODEX_ARGS = ["app-server", "--listen", "stdio://"];
|
|
7342
|
-
var ENGINE_PACKAGE_VERSION = "0.1.
|
|
7342
|
+
var ENGINE_PACKAGE_VERSION = "0.1.331";
|
|
7343
7343
|
var INITIALIZE_METHOD = "initialize";
|
|
7344
7344
|
var INITIALIZED_NOTIFICATION = "initialized";
|
|
7345
7345
|
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.
|
|
3
|
+
"version": "0.1.331",
|
|
4
4
|
"description": "Lightweight API server for Replicas workspaces",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"license": "MIT",
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@anthropic-ai/claude-agent-sdk": "0.3.168",
|
|
34
|
+
"@connectrpc/connect-node": "1.7.0",
|
|
34
35
|
"@cursor/sdk": "1.0.19",
|
|
35
36
|
"@hono/node-server": "^1.19.5",
|
|
36
37
|
"hono": "^4.10.3",
|