@parall/daemon 1.40.0 → 1.41.0
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/bundle/manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "1.
|
|
3
|
-
"built_at": "2026-07-
|
|
2
|
+
"version": "1.41.0",
|
|
3
|
+
"built_at": "2026-07-10T05:52:54.072Z",
|
|
4
4
|
"min_node_version": "20.0.0",
|
|
5
5
|
"files": {
|
|
6
6
|
"bb-browser-daemon.js": {
|
|
@@ -16,25 +16,25 @@
|
|
|
16
16
|
"size": 18
|
|
17
17
|
},
|
|
18
18
|
"parall-browser-pod.js": {
|
|
19
|
-
"sha256": "
|
|
20
|
-
"size":
|
|
19
|
+
"sha256": "6d5aade09173b16e332dcd29d0d1b1d68cfb424c4297d031b36069b07d3077cc",
|
|
20
|
+
"size": 1698807
|
|
21
21
|
},
|
|
22
22
|
"parall-claude-agent.js": {
|
|
23
|
-
"sha256": "
|
|
24
|
-
"size":
|
|
23
|
+
"sha256": "e83d963acd70069ee4e4f564df91154d3172325f6681925ee0cbca0330c90099",
|
|
24
|
+
"size": 1623952
|
|
25
25
|
},
|
|
26
26
|
"parall-codex-agent.js": {
|
|
27
|
-
"sha256": "
|
|
28
|
-
"size":
|
|
27
|
+
"sha256": "13ccc915e9b18f6a300d8d27a07221f7d0bcf2ac3edce719abc85bbd57db9fc1",
|
|
28
|
+
"size": 1654762
|
|
29
29
|
},
|
|
30
30
|
"parall-daemon.js": {
|
|
31
|
-
"sha256": "
|
|
32
|
-
"size":
|
|
31
|
+
"sha256": "eeef6afe86012476ccbb8ec7e2e0e9228f66515a044e4bba69445fbeb5850a6a",
|
|
32
|
+
"size": 1719056
|
|
33
33
|
},
|
|
34
34
|
"parall-openclaw-agent.js": {
|
|
35
35
|
"sha256": "505433b4bf3a4b8dbb7b96978d8693d6c48079f4513282ff1ee59a6d13b3eddf",
|
|
36
36
|
"size": 9801
|
|
37
37
|
}
|
|
38
38
|
},
|
|
39
|
-
"signature": "
|
|
39
|
+
"signature": "Gl4UXAqlHYlaqbK5L48tDAHYjBs6yGSAd0zg2HsNj3yTvqxQgSyDQtO++hPKdkR7VdVdM/weOj6qoct4UXVZDA=="
|
|
40
40
|
}
|
|
@@ -36069,9 +36069,8 @@ var ParallClient = class _ParallClient {
|
|
|
36069
36069
|
* Wipe a managed agent's entity state — sandbox filesystem, AGENT.md,
|
|
36070
36070
|
* long-term memory — while keeping the conversation line and channel
|
|
36071
36071
|
* binding. The destructive counterpart of New Session under the
|
|
36072
|
-
* conversation/entity split (managed/parel agents only; 409
|
|
36073
|
-
* for
|
|
36074
|
-
* multi-org memberships).
|
|
36072
|
+
* conversation/entity split (managed/parel agents only; 409 SHARED_AGENT
|
|
36073
|
+
* for multi-org memberships).
|
|
36075
36074
|
*/
|
|
36076
36075
|
async deepResetAgent(orgId, agentId) {
|
|
36077
36076
|
return this.request("POST", ENDPOINTS.AGENT_DEEP_RESET(orgId, agentId));
|
|
@@ -28268,9 +28268,8 @@ var ParallClient = class _ParallClient {
|
|
|
28268
28268
|
* Wipe a managed agent's entity state — sandbox filesystem, AGENT.md,
|
|
28269
28269
|
* long-term memory — while keeping the conversation line and channel
|
|
28270
28270
|
* binding. The destructive counterpart of New Session under the
|
|
28271
|
-
* conversation/entity split (managed/parel agents only; 409
|
|
28272
|
-
* for
|
|
28273
|
-
* multi-org memberships).
|
|
28271
|
+
* conversation/entity split (managed/parel agents only; 409 SHARED_AGENT
|
|
28272
|
+
* for multi-org memberships).
|
|
28274
28273
|
*/
|
|
28275
28274
|
async deepResetAgent(orgId, agentId) {
|
|
28276
28275
|
return this.request("POST", ENDPOINTS.AGENT_DEEP_RESET(orgId, agentId));
|
|
@@ -28268,9 +28268,8 @@ var ParallClient = class _ParallClient {
|
|
|
28268
28268
|
* Wipe a managed agent's entity state — sandbox filesystem, AGENT.md,
|
|
28269
28269
|
* long-term memory — while keeping the conversation line and channel
|
|
28270
28270
|
* binding. The destructive counterpart of New Session under the
|
|
28271
|
-
* conversation/entity split (managed/parel agents only; 409
|
|
28272
|
-
* for
|
|
28273
|
-
* multi-org memberships).
|
|
28271
|
+
* conversation/entity split (managed/parel agents only; 409 SHARED_AGENT
|
|
28272
|
+
* for multi-org memberships).
|
|
28274
28273
|
*/
|
|
28275
28274
|
async deepResetAgent(orgId, agentId) {
|
|
28276
28275
|
return this.request("POST", ENDPOINTS.AGENT_DEEP_RESET(orgId, agentId));
|
package/bundle/parall-daemon.js
CHANGED
|
@@ -1295,9 +1295,8 @@ var init_client = __esm({
|
|
|
1295
1295
|
* Wipe a managed agent's entity state — sandbox filesystem, AGENT.md,
|
|
1296
1296
|
* long-term memory — while keeping the conversation line and channel
|
|
1297
1297
|
* binding. The destructive counterpart of New Session under the
|
|
1298
|
-
* conversation/entity split (managed/parel agents only; 409
|
|
1299
|
-
* for
|
|
1300
|
-
* multi-org memberships).
|
|
1298
|
+
* conversation/entity split (managed/parel agents only; 409 SHARED_AGENT
|
|
1299
|
+
* for multi-org memberships).
|
|
1301
1300
|
*/
|
|
1302
1301
|
async deepResetAgent(orgId, agentId) {
|
|
1303
1302
|
return this.request("POST", ENDPOINTS.AGENT_DEEP_RESET(orgId, agentId));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@parall/daemon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.41.0",
|
|
4
4
|
"description": "Parall local agent runtime — daemon supervisor + bridge runtimes, bundled as standalone JS files",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@aws-sdk/client-s3": "3.984.0",
|
|
34
34
|
"@pinixai/bb-browser-pro": "0.15.0",
|
|
35
|
-
"@parall/
|
|
36
|
-
"@parall/
|
|
37
|
-
"@parall/claude-agent": "1.
|
|
38
|
-
"@parall/codex-agent": "1.
|
|
39
|
-
"@parall/openclaw-agent": "1.
|
|
35
|
+
"@parall/agent-core": "1.41.0",
|
|
36
|
+
"@parall/sdk": "1.41.0",
|
|
37
|
+
"@parall/claude-agent": "1.41.0",
|
|
38
|
+
"@parall/codex-agent": "1.41.0",
|
|
39
|
+
"@parall/openclaw-agent": "1.41.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/node": "^22.0.0",
|