You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a fullscreen preview mode toggled with z that expands the preview to fill the content area and hides the session list, making long conversations easier to read. Press z again or Esc to return to the split layout. Paging with PgUp/PgDn works in fullscreen, and toggling on shows the preview even when the split preview is hidden.
Closes#233
Co-authored-by: Copilot App <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Dispatch reads your local Copilot CLI session store and presents every past sess
24
24
-**Sorting** (`s` / `S`) — 5 fields (updated, folder, name, created, turns) with toggleable direction
25
25
-**Grouping (pivot) modes** (`Tab`) — flat, folder, repo, branch, date — displayed as collapsible trees with session counts
26
26
-**Time range filtering** (`1`–`4`) — 1 hour, 1 day, 7 days, all
27
-
-**Preview panel** (`p`) — metadata, chat-style conversation bubbles, checkpoints (up to 5), files (up to 5), refs (up to 5), scroll indicators. Toggle conversation sort order with `o`. Click the session ID row to copy it to clipboard
27
+
-**Preview panel** (`p`) — metadata, chat-style conversation bubbles, checkpoints (up to 5), files (up to 5), refs (up to 5), scroll indicators. Toggle conversation sort order with `o`. Press `z` to view the preview fullscreen. Click the session ID row to copy it to clipboard
28
28
-**Copy session ID** (`c`) — copy the selected session's ID to the system clipboard. Also available by clicking the ID row in the preview pane
29
29
-**Copy resume command** (`Y`) — copy the selected session's full resume command to the system clipboard. With a multi-select active, copies one resume command per selected session, one per line
30
30
-**Open working directory** (`O`) — open the selected session's working directory in the system file manager (Explorer on Windows, Finder on macOS, the default file manager on Linux)
@@ -218,6 +218,7 @@ Add `--json` (`dispatch doctor --json`) to print the same checks as a single JSO
218
218
|`Tab`| Cycle grouping mode |
219
219
|`p`| Toggle preview panel |
220
220
|`P`| Cycle preview position (right → bottom → left → top) |
221
+
|`z`| Toggle fullscreen preview |
221
222
|`v`| View plan in preview pane |
222
223
|`o`| Toggle conversation sort order (oldest/newest first) |
- Behavior: Expands the preview to fill the entire content area and hides the session list so a long conversation is easier to read. Press z again or Esc to restore the split layout. PgUp/PgDn scrolling still works, and toggling on shows the preview even when the split preview is hidden.
0 commit comments