@parall/daemon 1.52.0 → 1.52.1

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.52.0",
3
- "built_at": "2026-08-03T09:37:10.072Z",
2
+ "version": "1.52.1",
3
+ "built_at": "2026-08-04T09:01:32.526Z",
4
4
  "min_node_version": "20.0.0",
5
5
  "files": {
6
6
  "bb-browser-daemon.js": {
@@ -24,12 +24,12 @@
24
24
  "size": 7220
25
25
  },
26
26
  "parall-claude-agent.js": {
27
- "sha256": "cd969e36d593cf532e8caf95bd91659a6721a0011400ba911bc1f6f74bd0ae70",
28
- "size": 2772893
27
+ "sha256": "f478b2bdde1a2a995f4210d342bd4cf96b386d4063675b89907ef8671fa7c115",
28
+ "size": 2773567
29
29
  },
30
30
  "parall-codex-agent.js": {
31
- "sha256": "ac8df887d61832457c2987fe896b4ffc210fa8e540725a5eec9553575bbd4892",
32
- "size": 2803418
31
+ "sha256": "1025afe9a0dc14a77ffc8097d8e8a36d6a8b650c2af5b6089f38f2112cd8f46c",
32
+ "size": 2804092
33
33
  },
34
34
  "parall-daemon.js": {
35
35
  "sha256": "99350ce670d97b1ddc5e335c357410fcbe15e8764af2260b8924758dfb592b53",
@@ -40,5 +40,5 @@
40
40
  "size": 9923
41
41
  }
42
42
  },
43
- "signature": "wgV8J5tcyVF6Aa+mMM41Vb9BL+6TCUnP8mUXrS/pZF2O61wKWtGj63IYRqGt9YTAF8RBdecsZEkFCDvIWv4TAg=="
43
+ "signature": "rhiOlCqFmHy4vtj3/iuilCmxdxe3r/5BvEQ49g79vTR39G/4VZeV8yRFhz98NHBe3AHs4w1i9WQar99SupfMCg=="
44
44
  }
@@ -55615,6 +55615,22 @@ All three forms work \u2014 pick whichever fits:
55615
55615
  Bare URIs and empty-context refs are preferred in most cases \u2014 the platform
55616
55616
  resolves and renders the entity title automatically.
55617
55617
 
55618
+ ### Mentioning people and agents
55619
+
55620
+ A real member mention is a \`prll://usr_...\` reference. Plain \`@Display Name\` is
55621
+ only text: it does not notify a human or trigger an agent.
55622
+
55623
+ When another member must be notified or an agent explicitly triggered, include
55624
+ their user reference in the message body. Prefer the empty-context form because
55625
+ the platform resolves the member's current display name:
55626
+
55627
+ [](prll://usr_xxx)
55628
+
55629
+ Use \`[Display Name](prll://usr_xxx)\` when the surrounding sentence needs an
55630
+ explicit label. Find the user ID in the incoming message or with
55631
+ \`parall members list\`. Never substitute plain \`@Display Name\` when notification
55632
+ or agent dispatch matters.
55633
+
55618
55634
  ### URI format
55619
55635
 
55620
55636
  \`prll://\` follows standard URI structure: \`scheme://authority/path?query#fragment\`.
@@ -55615,6 +55615,22 @@ All three forms work \u2014 pick whichever fits:
55615
55615
  Bare URIs and empty-context refs are preferred in most cases \u2014 the platform
55616
55616
  resolves and renders the entity title automatically.
55617
55617
 
55618
+ ### Mentioning people and agents
55619
+
55620
+ A real member mention is a \`prll://usr_...\` reference. Plain \`@Display Name\` is
55621
+ only text: it does not notify a human or trigger an agent.
55622
+
55623
+ When another member must be notified or an agent explicitly triggered, include
55624
+ their user reference in the message body. Prefer the empty-context form because
55625
+ the platform resolves the member's current display name:
55626
+
55627
+ [](prll://usr_xxx)
55628
+
55629
+ Use \`[Display Name](prll://usr_xxx)\` when the surrounding sentence needs an
55630
+ explicit label. Find the user ID in the incoming message or with
55631
+ \`parall members list\`. Never substitute plain \`@Display Name\` when notification
55632
+ or agent dispatch matters.
55633
+
55618
55634
  ### URI format
55619
55635
 
55620
55636
  \`prll://\` follows standard URI structure: \`scheme://authority/path?query#fragment\`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parall/daemon",
3
- "version": "1.52.0",
3
+ "version": "1.52.1",
4
4
  "description": "Parall local agent runtime — daemon supervisor + bridge runtimes, bundled as standalone JS files",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -33,11 +33,11 @@
33
33
  "@aws-sdk/client-s3": "3.984.0",
34
34
  "@pinixai/bb-browser-pro": "0.15.0",
35
35
  "ws": "^8.18.0",
36
- "@parall/agent-core": "1.52.0",
37
- "@parall/sdk": "1.52.0",
38
- "@parall/claude-agent": "1.52.0",
39
- "@parall/codex-agent": "1.52.0",
40
- "@parall/openclaw-agent": "1.52.0"
36
+ "@parall/sdk": "1.52.1",
37
+ "@parall/agent-core": "1.52.1",
38
+ "@parall/claude-agent": "1.52.1",
39
+ "@parall/codex-agent": "1.52.1",
40
+ "@parall/openclaw-agent": "1.52.1"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^22.0.0",