Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- Show steering and follow-ups as separate lanes in one delivery-ordered timeline.
- Group the lanes into stacked blue and yellow boxes with aligned inline editing.
- Refresh the demo in the original GitHub Dark terminal treatment and add a high-resolution queue screenshot.
- Refresh the demo in the original GitHub Dark terminal treatment, remove its blank opening, and add a looping preview and high-resolution queue screenshot.
- Keep steering rows editable until Pi's native turn boundary.
- Honour Pi's independent `one-at-a-time` and `all` modes at active-run delivery boundaries.
- Add `Option+Down` navigation and recency-first `Option+Up` selection.
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@ Queue instructions while the agent works. Steering stays in a blue next-turn box

Move into any row to edit it. The selected row becomes the live Pi editor, with its cursor, wrapping, paste handling, autocomplete and custom-editor behaviour intact.

![Two steering messages and three follow-ups queued while Pi continues working](assets/pi-queue-steer-screenshot.png)
## Demo

![Looping demonstration of steering and follow-up queues while Pi continues working](assets/pi-queue-steer-demo.gif)

[Watch the full-resolution dual-lane demo](assets/pi-queue-steer-demo.mp4).

[Watch the dual-lane demo](assets/pi-queue-steer-demo.mp4).
The complete queue remains visible while Pi works:

![Two steering messages and three follow-ups queued while Pi continues working](assets/pi-queue-steer-screenshot.png)

## Install

Expand Down
Binary file added assets/pi-queue-steer-demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/pi-queue-steer-demo.mp4
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"LICENSE",
"CHANGELOG.md",
"assets/pi-queue-steer-demo.mp4",
"assets/pi-queue-steer-demo.gif",
"assets/pi-queue-steer-screenshot.png"
],
"scripts": {
Expand Down