@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.
@@ -1,6 +1,6 @@
1
1
  {
2
- "version": "1.40.0",
3
- "built_at": "2026-07-09T08:34:15.226Z",
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": "d3980c23446eeed7fd912cda4a198aee354387e3c5c4b2c7cc9bd1b24e3a1dcf",
20
- "size": 1698869
19
+ "sha256": "6d5aade09173b16e332dcd29d0d1b1d68cfb424c4297d031b36069b07d3077cc",
20
+ "size": 1698807
21
21
  },
22
22
  "parall-claude-agent.js": {
23
- "sha256": "354ba346da7db4c5ced616c27bc0b04936b0231f1e78dd317c44cea4119d92eb",
24
- "size": 1624014
23
+ "sha256": "e83d963acd70069ee4e4f564df91154d3172325f6681925ee0cbca0330c90099",
24
+ "size": 1623952
25
25
  },
26
26
  "parall-codex-agent.js": {
27
- "sha256": "ad82b60f2758e8173f8124e71d6399a119764eccd51e73ddcbb2cff5e52ca5e9",
28
- "size": 1654824
27
+ "sha256": "13ccc915e9b18f6a300d8d27a07221f7d0bcf2ac3edce719abc85bbd57db9fc1",
28
+ "size": 1654762
29
29
  },
30
30
  "parall-daemon.js": {
31
- "sha256": "3d1bf453aedd04a896ca20970c92e7646fa7c76fba06d057e1f4a729cb153e2f",
32
- "size": 1719122
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": "Qjl/CNbyfJt4UfV4DxlPWA1/E3U+uppQdFASA+oV7h6b66j7NT+v57Ib4rNYcRSAtoj71e6Fx0e1ATvXLPeqDA=="
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 NOT_MIGRATED
36073
- * for agents still on the legacy surface, 409 SHARED_AGENT 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 NOT_MIGRATED
28272
- * for agents still on the legacy surface, 409 SHARED_AGENT 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 NOT_MIGRATED
28272
- * for agents still on the legacy surface, 409 SHARED_AGENT 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));
@@ -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 NOT_MIGRATED
1299
- * for agents still on the legacy surface, 409 SHARED_AGENT 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.40.0",
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/sdk": "1.40.0",
36
- "@parall/agent-core": "1.40.0",
37
- "@parall/claude-agent": "1.40.0",
38
- "@parall/codex-agent": "1.40.0",
39
- "@parall/openclaw-agent": "1.40.0"
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",