@viraatdas/rudder 0.7.15 → 0.7.16

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,12 @@ 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. 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.
168
169
 
169
170
  ## Keys
170
171
 
@@ -182,8 +183,6 @@ from the task pane. Switch back with `/mouse native`.
182
183
  | `/plan <task>` | Start one read-only planning session without toggling plan mode |
183
184
  | `/run <task>` | Start an implementation run even when plan mode is on |
184
185
  | `/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
186
  | `/help` | Show the short command hint |
188
187
  | `v` | Toggle the selected agent's review view |
189
188
  | `Esc` | Leave the review view when it is focused |
@@ -307,9 +306,9 @@ hunk diff --watch
307
306
 
308
307
  Hunk provides the multi-file review UI, sidebar navigation, mouse support,
309
308
  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.
309
+ keyboard input into Hunk while the review pane is focused and keeps wheel or
310
+ trackpad scrolling on Rudder's review scrollback. Press `v` or `Esc` to return
311
+ to the live Claude Code or Codex worker.
313
312
 
314
313
  Rudder writes a per-worktree `.hunk/config.toml` in Hunk's light mode and
315
314
  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.16",
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",