@relaymessenger/pi 0.1.4-staging.14 → 0.1.4-staging.15
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/README.md +5 -7
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -16,10 +16,7 @@ pi install npm:@relaymessenger/pi
|
|
|
16
16
|
Set `RELAY_AGENT_TOKEN` before using `/relay-connect`. Set
|
|
17
17
|
`RELAY_BASE_URL` when the Agent belongs to a non-default API environment.
|
|
18
18
|
|
|
19
|
-
## Selection
|
|
20
|
-
|
|
21
|
-
These are local candidate sources, not a claim that the published package or
|
|
22
|
-
hosted API supports selection yet.
|
|
19
|
+
## Selection
|
|
23
20
|
|
|
24
21
|
End the final Pi answer with a `selection` JSON fence after the question.
|
|
25
22
|
The RPC prompt preserves ordered rich parts, `selected_values`, and `reply_to`
|
|
@@ -28,6 +25,7 @@ as data. FULL sync still fails closed rather than discarding skipped context.
|
|
|
28
25
|
New human reply text is literal `• ` + each selected source label joined with
|
|
29
26
|
`\n`, followed by `selection_response` metadata in source-option order. Dispatch
|
|
30
27
|
with `selected_values` and the explicit source target, never label parsing.
|
|
31
|
-
Exact legacy comma-joined text remains a server compatibility input.
|
|
32
|
-
|
|
33
|
-
|
|
28
|
+
Exact legacy comma-joined text remains a server compatibility input. The person
|
|
29
|
+
checks any number of options and submits them once; checking sends nothing, and
|
|
30
|
+
a person answers a given selection once. iOS may draw a checkmark in place of
|
|
31
|
+
each bullet and repeat the prompt's title, as presentation only.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@relaymessenger/pi",
|
|
3
|
-
"version": "0.1.4-staging.
|
|
3
|
+
"version": "0.1.4-staging.15",
|
|
4
4
|
"description": "Relay Messenger channel for Pi over Relay v1 WebSocket delivery.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"test": "vitest run"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@relaymessenger/sdk": "0.3.6-staging.
|
|
37
|
+
"@relaymessenger/sdk": "0.3.6-staging.15"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@earendil-works/pi-coding-agent": "0.86.0",
|