@viraatdas/rudder 2.14.63 → 2.14.68

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
@@ -130,15 +130,15 @@ current session.
130
130
 
131
131
  ### Diff panel
132
132
 
133
- Press `⌥d` (or type `/diff`) to open a diff panel beside the worker pane: the
133
+ Press `⌥d` (or type `/diff`) to open a diff panel beside the worker pane, or
134
+ `⌥4` (also `^W 4`) to jump straight to it as the fourth pane: the
134
135
  selected agent's change set parsed from `jj diff` (or `git diff` against HEAD
135
136
  plus untracked files in a plain checkout), with per-file `+`/`−` counts, line
136
137
  numbers, and the run's token usage and estimated API-rate cost in the header.
137
138
  It refreshes as the agent edits. `j`/`k` and the wheel scroll, `n`/`p` jump
138
139
  between files, `r` refreshes, `Esc` or `⌥d` closes it, and `⌥h` solos it like
139
140
  any other pane. On a narrow terminal it takes the worker's place instead of
140
- squeezing both. `v` still swaps the worker pane for a live `jj diff` when you
141
- want the raw stream.
141
+ squeezing both. `v` opens the same panel.
142
142
 
143
143
  ### Web board
144
144
 
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viraatdas/rudder",
3
- "version": "2.14.63",
3
+ "version": "2.14.68",
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",