replicas-engine 0.1.654 → 0.1.655
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.
|
@@ -6100,7 +6100,7 @@ var DEFAULT_CODEX_ARGS = [
|
|
|
6100
6100
|
var MIN_CODEX_CLI_VERSION = "0.144.6";
|
|
6101
6101
|
var CODEX_UPGRADE_TIMEOUT_MS = 12e4;
|
|
6102
6102
|
var codexCliVersionEnsured = null;
|
|
6103
|
-
var ENGINE_PACKAGE_VERSION = "0.1.
|
|
6103
|
+
var ENGINE_PACKAGE_VERSION = "0.1.655";
|
|
6104
6104
|
var INITIALIZE_METHOD = "initialize";
|
|
6105
6105
|
var INITIALIZED_NOTIFICATION = "initialized";
|
|
6106
6106
|
var ACCOUNT_LOGIN_START_METHOD = "account/login/start";
|
package/dist/src/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "replicas-engine",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.655",
|
|
4
4
|
"description": "Lightweight API server for Replicas workspaces",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/src/index.js",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"@anthropic-ai/claude-agent-sdk": "0.3.219",
|
|
39
39
|
"@connectrpc/connect-node": "1.7.0",
|
|
40
40
|
"@cursor/sdk": "1.0.19",
|
|
41
|
-
"@deepseek-ai/dsh": "0.1.0-rc.
|
|
42
|
-
"@deepseek-ai/dsh-host-apiproxy": "0.1.0-rc.
|
|
41
|
+
"@deepseek-ai/dsh": "0.1.0-rc.7",
|
|
42
|
+
"@deepseek-ai/dsh-host-apiproxy": "0.1.0-rc.7",
|
|
43
43
|
"@earendil-works/pi-ai": "0.79.10",
|
|
44
44
|
"@earendil-works/pi-coding-agent": "0.79.0",
|
|
45
45
|
"@hono/node-server": "^1.19.5",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"zod": "^4.0.0"
|
|
53
53
|
},
|
|
54
54
|
"optionalDependencies": {
|
|
55
|
-
"node-pty": "1.2.0-beta.
|
|
55
|
+
"node-pty": "1.2.0-beta.15"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@replicas/codex-asp-types": "file:../codex-asp-types",
|