@viraatdas/rudder 2.12.14 → 2.12.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
|
@@ -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:
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED