@viraatdas/rudder 2.12.15 → 2.12.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
|
@@ -137,12 +137,20 @@ through Review before it can merge.
|
|
|
137
137
|
| Key | Action |
|
|
138
138
|
| --- | --- |
|
|
139
139
|
| `Option-1` / `Option-2` / `Option-3` | Focus the agents, worker, or task pane |
|
|
140
|
+
| `Option-[` / `Option-]` | Step to the previous / next agent, staying in the pane you are in |
|
|
140
141
|
| `Option-v` | Toggle the selected agent's review view |
|
|
141
142
|
| `Cmd-C` | Copy the active Rudder selection |
|
|
142
143
|
| `Ctrl-C` | Quit (asks to confirm if agents are still running) |
|
|
143
144
|
|
|
144
|
-
`Option-1/2/3` work out of the box on macOS terminals,
|
|
145
|
-
as Meta" is enabled.
|
|
145
|
+
`Option-1/2/3` and `Option-[`/`Option-]` work out of the box on macOS terminals,
|
|
146
|
+
whether or not "Use Option as Meta" is enabled. `Cmd-[` / `Cmd-]` also step agents
|
|
147
|
+
in terminals that forward Cmd to the app (Ghostty and other terminals that speak
|
|
148
|
+
the kitty keyboard protocol, and only if the terminal has not bound those keys
|
|
149
|
+
itself). `Option-[`/`Option-]` are the ones that always work.
|
|
150
|
+
|
|
151
|
+
Stepping agents is the shortcut worth learning: the worker pane hands every
|
|
152
|
+
keystroke to the agent's own TUI, so `j`/`k` only select from the agents list —
|
|
153
|
+
these move between agents without leaving the conversation you are reading.
|
|
146
154
|
|
|
147
155
|
**Leader: press `Ctrl-W`, then one key.** A reliable way to run a dashboard
|
|
148
156
|
command, even while typing inside the worker pane:
|
|
@@ -155,6 +163,7 @@ command, even while typing inside the worker pane:
|
|
|
155
163
|
| `M` | Merge all completed worktrees |
|
|
156
164
|
| `R` | Review all completed worktrees (Codex review-all agent) |
|
|
157
165
|
| `r` | Rename the selected agent |
|
|
166
|
+
| `b` | Branch the selected agent's chat into a new worker |
|
|
158
167
|
| `d` | Delete the selected agent and its worktree |
|
|
159
168
|
| `j` / `k` | Move the agent selection |
|
|
160
169
|
| `q` | Quit |
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED