List queued steers and follow-ups in a pending column above the prompt - #930
Open
TheGreatAxios wants to merge 1 commit into
Open
List queued steers and follow-ups in a pending column above the prompt#930TheGreatAxios wants to merge 1 commit into
TheGreatAxios wants to merge 1 commit into
Conversation
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.
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