@viraatdas/rudder 2.14.63 → 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
|
@@ -130,7 +130,8 @@ 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
|
|
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.
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED