@viraatdas/rudder 0.7.19 → 0.7.20

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
@@ -167,7 +167,10 @@ chat. Use the worker's up and down arrow keys when you want to move through the
167
167
  agent's own prompt history or menus. Drag selection inside the worker pane
168
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 pane instead of depending on the child app.
170
+ trackpad scrolling moves the pane instead of depending on the child app. If the
171
+ pane has no Rudder scrollback to move and the inner TUI has explicitly requested
172
+ mouse input, Rudder passes the wheel event through so Claude Code, Codex, Hunk,
173
+ or another full-screen app can scroll its own view.
171
174
 
172
175
  ## Keys
173
176
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viraatdas/rudder",
3
- "version": "0.7.19",
3
+ "version": "0.7.20",
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",