@viraatdas/rudder 0.7.15 → 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,11 +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 starts in `mouse:native` mode. In Ghostty and other terminals, this means
164
- normal terminal text selection and trackpad behavior stay native. Use keyboard
165
- shortcuts for pane focus and agent actions. If you want Rudder to capture mouse
166
- clicks, wheel events, and custom worker selection instead, run `/mouse rudder`
167
- from the task pane. Switch back with `/mouse native`.
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.
168
171
 
169
172
  ## Keys
170
173
 
@@ -182,8 +185,6 @@ from the task pane. Switch back with `/mouse native`.
182
185
  | `/plan <task>` | Start one read-only planning session without toggling plan mode |
183
186
  | `/run <task>` | Start an implementation run even when plan mode is on |
184
187
  | `/model` | Open the provider-first model picker |
185
- | `/mouse native` | Let Ghostty/the terminal handle mouse selection and scrollback |
186
- | `/mouse rudder` | Let Rudder capture mouse clicks, wheel scroll, and worker selection |
187
188
  | `/help` | Show the short command hint |
188
189
  | `v` | Toggle the selected agent's review view |
189
190
  | `Esc` | Leave the review view when it is focused |
@@ -307,9 +308,9 @@ hunk diff --watch
307
308
 
308
309
  Hunk provides the multi-file review UI, sidebar navigation, mouse support,
309
310
  watch mode, inline agent notes, and untracked-file handling. Rudder forwards
310
- keyboard input into Hunk while the review pane is focused. In `/mouse rudder`
311
- mode, Rudder also forwards accelerated mouse-wheel input. Press `v` or `Esc` to
312
- return to the live Claude Code or Codex worker.
311
+ keyboard input into Hunk while the review pane is focused and keeps wheel or
312
+ trackpad scrolling on Rudder's review scrollback. Press `v` or `Esc` to return
313
+ to the live Claude Code or Codex worker.
313
314
 
314
315
  Rudder writes a per-worktree `.hunk/config.toml` in Hunk's light mode and
315
316
  ignores that config through git's local info exclude, so it does not get merged.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viraatdas/rudder",
3
- "version": "0.7.15",
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",