@rnbsolucoes/axion-code 0.1.86 → 0.1.88

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 CHANGED
@@ -117,6 +117,16 @@ The relay exposes `GET /remote-control/sessions`, `POST /remote-control/pair`,
117
117
  It is loopback-only, keeps provider/tool execution in the CLI and accepts mobile
118
118
  intents only after SAS pairing.
119
119
 
120
+ Remote-control is bound to the authenticated Google email from Axion Desktop.
121
+ The CLI refuses to expose a remote URL without an active Desktop Google login.
122
+ Mobile discovery must send the same account email (`X-Axion-Auth-Email` or
123
+ `auth_email`) and pairing must include the same `auth_email`; mismatched emails
124
+ receive no session or are rejected. After a successful same-email pairing, the
125
+ host returns an `access_token` JWT signed with the derived pairing secret.
126
+ Mobile must use `Authorization: Bearer <access_token>` for the relay WebSocket
127
+ and attachment upload APIs. The token is never included in the public QR/status
128
+ payload.
129
+
120
130
  Remote-control leases expire after `24h` by default. Override one run with
121
131
  `/remote-control --ttl 2h` or `axion-code remote-control start --ttl 2h`. Set
122
132
  the local default in the TUI with `/settings remote-control-ttl 24h`; use
@@ -124,11 +134,13 @@ the local default in the TUI with `/settings remote-control-ttl 24h`; use
124
134
  Axion Code session is open.
125
135
 
126
136
  When remote-control is active, the TUI footer shows `mode remote-control` in
127
- green with `Ctrl+U URL`. Press `Ctrl+U` to show and copy the active remote URL
128
- again. Timeline text selection is terminal-native by default so URLs printed in
129
- the chat area can be selected with the mouse and copied with the terminal copy
130
- shortcut. For positional mouse capture, use `/settings mouse advanced`; return
131
- to selection-first behavior with `/settings mouse text-select`.
137
+ green with `Ctrl+U URL` and `Ctrl+Y QR`. Press `Ctrl+U` to show and copy the
138
+ active remote URL again. Press `Ctrl+Y` to show and copy the full QR payload,
139
+ which avoids mouse-selection issues when the terminal selection crosses the
140
+ sidebar. Positional mouse capture is enabled by default so scroll stays scoped
141
+ to Timeline, Plan and Tasks and does not move the composer or whole terminal.
142
+ For terminal-native mouse selection, use `/settings mouse text-select`; restore
143
+ scoped scrolling with `/settings mouse advanced`.
132
144
 
133
145
  ## Native Browser And Computer-Use
134
146
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnbsolucoes/axion-code",
3
- "version": "0.1.86",
3
+ "version": "0.1.88",
4
4
  "description": "Axion Code CLI harness for the Axion ecosystem.",
5
5
  "type": "module",
6
6
  "repository": {