@viraatdas/rudder 0.7.18 → 0.7.19
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 +7 -7
- package/dist/native/rudder-native +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -160,14 +160,14 @@ Codex. Their slash commands, cursor movement, copy/paste, and terminal UI
|
|
|
160
160
|
continue to work normally. `Ctrl-C` is reserved by Rudder and leaves the
|
|
161
161
|
dashboard from any pane.
|
|
162
162
|
|
|
163
|
-
Rudder owns mouse input inside the dashboard.
|
|
164
|
-
|
|
165
|
-
the underlying Claude Code, Codex, or Hunk
|
|
166
|
-
arrow keys when you want to move through the
|
|
167
|
-
menus. Drag selection inside the worker pane
|
|
168
|
-
when you drag upward past the top of the pane.
|
|
163
|
+
Rudder owns mouse input inside the dashboard. Wheel or trackpad scrolling is
|
|
164
|
+
routed to the pane under the pointer. Over the worker or review pane, it scrolls
|
|
165
|
+
Rudder's captured pane output, not the underlying Claude Code, Codex, or Hunk
|
|
166
|
+
chat. Use the worker's up and down arrow keys when you want to move through the
|
|
167
|
+
agent's own prompt history or menus. Drag selection inside the worker pane
|
|
168
|
+
copies selected text, including when you drag upward past the top of the pane.
|
|
169
169
|
For full-screen alternate-screen workers, Rudder keeps its own pane history so
|
|
170
|
-
trackpad scrolling moves the
|
|
170
|
+
trackpad scrolling moves the pane instead of depending on the child app.
|
|
171
171
|
|
|
172
172
|
## Keys
|
|
173
173
|
|
|
Binary file
|
package/package.json
CHANGED