@viraatdas/rudder 2.12.16 → 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
@@ -163,6 +163,7 @@ command, even while typing inside the worker pane:
163
163
  | `M` | Merge all completed worktrees |
164
164
  | `R` | Review all completed worktrees (Codex review-all agent) |
165
165
  | `r` | Rename the selected agent |
166
+ | `b` | Branch the selected agent's chat into a new worker |
166
167
  | `d` | Delete the selected agent and its worktree |
167
168
  | `j` / `k` | Move the agent selection |
168
169
  | `q` | Quit |
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viraatdas/rudder",
3
- "version": "2.12.16",
3
+ "version": "2.12.17",
4
4
  "description": "A Claude Code-style terminal app for running coding agents with worktree-isolated runs.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://rudder.viraat.dev",