@parall/parall 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.
- package/dist/index.bundle.mjs +16 -0
- package/package.json +3 -3
package/dist/index.bundle.mjs
CHANGED
|
@@ -55629,6 +55629,22 @@ All three forms work \u2014 pick whichever fits:
|
|
|
55629
55629
|
Bare URIs and empty-context refs are preferred in most cases \u2014 the platform
|
|
55630
55630
|
resolves and renders the entity title automatically.
|
|
55631
55631
|
|
|
55632
|
+
### Mentioning people and agents
|
|
55633
|
+
|
|
55634
|
+
A real member mention is a \`prll://usr_...\` reference. Plain \`@Display Name\` is
|
|
55635
|
+
only text: it does not notify a human or trigger an agent.
|
|
55636
|
+
|
|
55637
|
+
When another member must be notified or an agent explicitly triggered, include
|
|
55638
|
+
their user reference in the message body. Prefer the empty-context form because
|
|
55639
|
+
the platform resolves the member's current display name:
|
|
55640
|
+
|
|
55641
|
+
[](prll://usr_xxx)
|
|
55642
|
+
|
|
55643
|
+
Use \`[Display Name](prll://usr_xxx)\` when the surrounding sentence needs an
|
|
55644
|
+
explicit label. Find the user ID in the incoming message or with
|
|
55645
|
+
\`parall members list\`. Never substitute plain \`@Display Name\` when notification
|
|
55646
|
+
or agent dispatch matters.
|
|
55647
|
+
|
|
55632
55648
|
### URI format
|
|
55633
55649
|
|
|
55634
55650
|
\`prll://\` follows standard URI structure: \`scheme://authority/path?query#fragment\`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@parall/parall",
|
|
3
|
-
"version": "1.52.
|
|
3
|
+
"version": "1.52.1",
|
|
4
4
|
"description": "OpenClaw channel plugin for Parall IM",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"openclaw.plugin.json"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@parall/
|
|
20
|
-
"@parall/
|
|
19
|
+
"@parall/sdk": "1.52.1",
|
|
20
|
+
"@parall/agent-core": "1.52.1"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/node": "^22.0.0",
|