@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 +11 -10
- package/dist/native/rudder-native +0 -0
- package/package.json +1 -1
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
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
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
|
|
311
|
-
|
|
312
|
-
|
|
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