@joule-sh/code-linux-x64 0.21.0 → 0.22.0

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
@@ -141,12 +141,20 @@ directory. Model, mode and workspace are not part of what gets saved - they
141
141
  are re-resolved fresh from the normal config chain on every launch. There is
142
142
  no picker for older sessions yet, only the most recent one.
143
143
 
144
- The terminal enables mouse reporting so the wheel can scroll the transcript.
145
- That hands mouse events to joule, which is why click-drag no longer selects
146
- text on its own - the terminal emulator is no longer the one handling the
147
- click. Hold Shift while dragging to select natively; this bypasses mouse
148
- reporting in GNOME Terminal and Windows Terminal. iTerm2 uses Option instead
149
- of Shift for this. Terminal.app has no modifier-key bypass at all - turn off
150
- View > Allow Mouse Reporting (Cmd-R), select and copy, then turn it back on.
144
+ The terminal leaves mouse reporting off, so selecting text with the mouse
145
+ works the way it does everywhere else: drag to select, copy with whatever your
146
+ terminal binds. PageUp/PageDown scroll the transcript.
147
+
148
+ Turning mouse reporting on hands the wheel to the transcript instead, and that
149
+ is the whole of what it buys - clicks and drags go to joule, which uses none of
150
+ them, so the cost is the selection. `/mouse on` switches it for the running
151
+ session and writes `"mouse": "on"` into `~/.config/joule-code/config.json`;
152
+ `/mouse off` puts it back, and `JOULE_CODE_MOUSE` overrides the file for a
153
+ single run. While it is on, hold Shift while dragging to select natively; this
154
+ bypasses mouse reporting in GNOME Terminal and Windows Terminal. iTerm2 uses
155
+ Option instead of Shift for this. Terminal.app has no modifier-key bypass at
156
+ all - turn off View > Allow Mouse Reporting (Cmd-R), select and copy, then turn
157
+ it back on.
158
+
151
159
  Copying from a collapsed tool-output group only copies what is visible; the
152
160
  rows hidden by the collapse are not part of the selection.
package/bin/joule CHANGED
Binary file
package/bin/joule-daemon CHANGED
Binary file
package/bin/relay CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joule-sh/code-linux-x64",
3
- "version": "0.21.0",
3
+ "version": "0.22.0",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",