@rnbsolucoes/axion-code 0.1.87 → 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
@@ -134,11 +134,13 @@ the local default in the TUI with `/settings remote-control-ttl 24h`; use
134
134
  Axion Code session is open.
135
135
 
136
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`.
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`.
142
144
 
143
145
  ## Native Browser And Computer-Use
144
146
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnbsolucoes/axion-code",
3
- "version": "0.1.87",
3
+ "version": "0.1.88",
4
4
  "description": "Axion Code CLI harness for the Axion ecosystem.",
5
5
  "type": "module",
6
6
  "repository": {