@viraatdas/rudder 2.14.61 → 2.14.64
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
|
@@ -128,6 +128,19 @@ click-to-copy id for `--resume`), and a live view of CPU and memory for Rudder
|
|
|
128
128
|
and every agent process. Bare `/usage` keeps the one-line summary for the
|
|
129
129
|
current session.
|
|
130
130
|
|
|
131
|
+
### Diff panel
|
|
132
|
+
|
|
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
|
|
135
|
+
selected agent's change set parsed from `jj diff` (or `git diff` against HEAD
|
|
136
|
+
plus untracked files in a plain checkout), with per-file `+`/`−` counts, line
|
|
137
|
+
numbers, and the run's token usage and estimated API-rate cost in the header.
|
|
138
|
+
It refreshes as the agent edits. `j`/`k` and the wheel scroll, `n`/`p` jump
|
|
139
|
+
between files, `r` refreshes, `Esc` or `⌥d` closes it, and `⌥h` solos it like
|
|
140
|
+
any other pane. On a narrow terminal it takes the worker's place instead of
|
|
141
|
+
squeezing both. `v` still swaps the worker pane for a live `jj diff` when you
|
|
142
|
+
want the raw stream.
|
|
143
|
+
|
|
131
144
|
### Web board
|
|
132
145
|
|
|
133
146
|
Press `o` in the agents pane (or type `/web`) to open the live project board in
|
|
@@ -202,7 +215,7 @@ scroll the pane.
|
|
|
202
215
|
the worker, `m` / `M` / `R` / `r` / `d` act on the selection, `x` stops a running
|
|
203
216
|
agent (keeping its workspace), `c` clears all merged agents from the list (press
|
|
204
217
|
twice to confirm), `g` toggles the nested DAG view, `o` opens the web board, and
|
|
205
|
-
`U` opens the usage dashboard.
|
|
218
|
+
`U` opens the usage dashboard, and `⌥d` toggles the diff panel.
|
|
206
219
|
|
|
207
220
|
**Finished work collapses.** A long session ends with dozens of merged and failed
|
|
208
221
|
rows, which bury the two or three still moving, so `done` and `closed` each render
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED