@viraatdas/rudder 1.0.45 → 1.0.46

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
@@ -375,7 +375,7 @@ or another full-screen app can scroll its own view.
375
375
  | `r` | Restart the selected stopped agent in its worktree |
376
376
  | `m` | Merge the selected completed worktree |
377
377
  | `R` | Combine completed worktrees and start a Codex review-all agent when the agents pane or nav mode is active |
378
- | `M` | Merge all completed worktrees |
378
+ | `M` | Merge all completed worktrees when the agents pane or nav mode is active |
379
379
  | `dd` | Delete the selected agent and remove its worktree; if it has changes, Rudder gives you a merge chance first |
380
380
  | `q` | Quit when the worker is not consuming input |
381
381
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viraatdas/rudder",
3
- "version": "1.0.45",
3
+ "version": "1.0.46",
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",