@rnbsolucoes/axion-code 0.1.85 → 0.1.87

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
@@ -35,7 +35,7 @@ axion-code doctor --json
35
35
  axion-code init --json
36
36
  axion-code init --project --json
37
37
  axion-code session list --json
38
- axion-code remote-control start --ttl 15m --json
38
+ axion-code remote-control start --ttl 24h --json
39
39
  axion-code remote-control status --json
40
40
  axion-code remote-control stop --json
41
41
  axion-code remote-control pair --json < pair.json
@@ -117,6 +117,29 @@ 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
+
130
+ Remote-control leases expire after `24h` by default. Override one run with
131
+ `/remote-control --ttl 2h` or `axion-code remote-control start --ttl 2h`. Set
132
+ the local default in the TUI with `/settings remote-control-ttl 24h`; use
133
+ `/settings remote-control-ttl never` to keep the URL online while the local
134
+ Axion Code session is open.
135
+
136
+ When remote-control is active, the TUI footer shows `mode remote-control` in
137
+ green with `Ctrl+U URL`. Press `Ctrl+U` to show and copy the active remote URL
138
+ again. Timeline text selection is terminal-native by default so URLs printed in
139
+ the chat area can be selected with the mouse and copied with the terminal copy
140
+ shortcut. For positional mouse capture, use `/settings mouse advanced`; return
141
+ to selection-first behavior with `/settings mouse text-select`.
142
+
120
143
  ## Native Browser And Computer-Use
121
144
 
122
145
  `axion-code browser` is the native localhost navigation plugin. It can start a
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnbsolucoes/axion-code",
3
- "version": "0.1.85",
3
+ "version": "0.1.87",
4
4
  "description": "Axion Code CLI harness for the Axion ecosystem.",
5
5
  "type": "module",
6
6
  "repository": {