@viraatdas/rudder 0.7.16 → 0.7.17

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
@@ -160,12 +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. Wheel or trackpad scrolling over a
164
- worker or review pane scrolls Rudder's captured pane output, not the underlying
165
- Claude Code, Codex, or Hunk chat. Use the worker's up and down arrow keys when
166
- you want to move through the agent's own prompt history or menus. Drag selection
167
- inside the worker pane copies selected text, including when you drag upward past
168
- the top of the pane.
163
+ Rudder owns mouse input inside the dashboard. When the worker or review pane is
164
+ focused, wheel or trackpad scrolling scrolls Rudder's captured pane output, not
165
+ the underlying Claude Code, Codex, or Hunk chat. Use the worker's up and down
166
+ arrow keys when you want to move through the agent's own prompt history or
167
+ menus. Drag selection inside the worker pane copies selected text, including
168
+ when you drag upward past the top of the pane.
169
+ For full-screen alternate-screen workers, wheel or trackpad scrolling is mapped
170
+ to PageUp/PageDown so the focused worker can still move.
169
171
 
170
172
  ## Keys
171
173
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viraatdas/rudder",
3
- "version": "0.7.16",
3
+ "version": "0.7.17",
4
4
  "description": "A Claude Code-style terminal app for running coding agents with worktree-isolated runs.",
5
5
  "homepage": "https://rudder.viraat.dev",
6
6
  "type": "module",