@relaymessenger/pi 0.1.4-staging.34 → 0.1.4-staging.35

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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -18,7 +18,9 @@ Set `RELAY_AGENT_TOKEN` before using `/relay-connect`. Set
18
18
 
19
19
  ## Selection
20
20
 
21
- End the final Pi answer with a `selection` JSON fence after the question.
21
+ End the final Pi answer with a `selection` JSON fence holding the question as
22
+ `title` (1 to 60 characters) and the `options`; any words outside the fence go
23
+ as a normal message above the card.
22
24
  The RPC prompt preserves ordered rich parts, `selected_values`, and `reply_to`
23
25
  as data. FULL sync still fails closed rather than discarding skipped context.
24
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@relaymessenger/pi",
3
- "version": "0.1.4-staging.34",
3
+ "version": "0.1.4-staging.35",
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.34"
37
+ "@relaymessenger/sdk": "0.3.6-staging.36"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@earendil-works/pi-coding-agent": "0.86.0",