@rnbsolucoes/axion-code 0.1.85 → 0.1.86
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
|
|
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,19 @@ 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 leases expire after `24h` by default. Override one run with
|
|
121
|
+
`/remote-control --ttl 2h` or `axion-code remote-control start --ttl 2h`. Set
|
|
122
|
+
the local default in the TUI with `/settings remote-control-ttl 24h`; use
|
|
123
|
+
`/settings remote-control-ttl never` to keep the URL online while the local
|
|
124
|
+
Axion Code session is open.
|
|
125
|
+
|
|
126
|
+
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`.
|
|
132
|
+
|
|
120
133
|
## Native Browser And Computer-Use
|
|
121
134
|
|
|
122
135
|
`axion-code browser` is the native localhost navigation plugin. It can start a
|
|
Binary file
|
|
Binary file
|