@viraatdas/rudder 2.14.61 → 2.14.63
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,18 @@ 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: the
|
|
134
|
+
selected agent's change set parsed from `jj diff` (or `git diff` against HEAD
|
|
135
|
+
plus untracked files in a plain checkout), with per-file `+`/`−` counts, line
|
|
136
|
+
numbers, and the run's token usage and estimated API-rate cost in the header.
|
|
137
|
+
It refreshes as the agent edits. `j`/`k` and the wheel scroll, `n`/`p` jump
|
|
138
|
+
between files, `r` refreshes, `Esc` or `⌥d` closes it, and `⌥h` solos it like
|
|
139
|
+
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.
|
|
142
|
+
|
|
131
143
|
### Web board
|
|
132
144
|
|
|
133
145
|
Press `o` in the agents pane (or type `/web`) to open the live project board in
|
|
@@ -202,7 +214,7 @@ scroll the pane.
|
|
|
202
214
|
the worker, `m` / `M` / `R` / `r` / `d` act on the selection, `x` stops a running
|
|
203
215
|
agent (keeping its workspace), `c` clears all merged agents from the list (press
|
|
204
216
|
twice to confirm), `g` toggles the nested DAG view, `o` opens the web board, and
|
|
205
|
-
`U` opens the usage dashboard.
|
|
217
|
+
`U` opens the usage dashboard, and `⌥d` toggles the diff panel.
|
|
206
218
|
|
|
207
219
|
**Finished work collapses.** A long session ends with dozens of merged and failed
|
|
208
220
|
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