List queued steers and follow-ups in a pending column above the prompt - #930
Merged
Merged
Conversation
TheGreatAxios
force-pushed
the
pending-column
branch
from
September 12, 2026 18:03
c3ec48f to
86f5db5
Compare
Queued input echoed into the transcript twice — [will steer next] at enqueue, [steering]/[following up] at delivery — so a held message read louder than a sent one. A transient column above the prompt keeps the same facts on screen without spending transcript rows; delivery is what earns the row. # Conflicts: # docs/PRODUCT.md # docs/TUI.md # src/tui/gutter-labels.test.ts # src/tui/runtime-bridge.ts # src/tui/shell/chrome.ts # src/tui/stream.ts
A paste is composer input like any key, so it ends the column selection instead of editing under it; Ctrl+G returns the row the operator pointed at, and the no-runtime force-push fallback shares the same pop-to-prompt contract instead of dropping silently. The overlay key paragraph now says which keys end the selection.
TheGreatAxios
force-pushed
the
pending-column
branch
from
September 12, 2026 18:09
86f5db5 to
8571964
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/helplists the new chords; TUI and PRODUCT docs describe the column.Verification
bun run lint,bun run typecheck, andbun run buildpassbun test ./src/tui— 2233 tests pass, including new coverage for the column fold, selection paint, Ctrl+X drop, Enter force-deliver, and steer-inject routingbun run testhas pre-existing sandbox git-subprocess timeouts unrelated to this branchFixes CL-7791