feat: queue follow-ups by default, steer with Ctrl+Enter - #47004
feat: queue follow-ups by default, steer with Ctrl+Enter#47004dorlanpabon wants to merge 1 commit into
Conversation
|
The following comment was made by an LLM, it may be inaccurate: Potential Related PRs Found#44117 -
#44869 -
Note: PR #47004 (the current PR) appears in the search results. The other results (#43073, #41344) don't appear to be duplicates of this PR's core functionality. |
|
Note for reviewers: #44117 (open) restores the Queue/Steer setting row — this PR overlaps on those 3 settings files and goes further: it wires delivery through to the V2 prompt API (Enter follows the setting, queue by default; Ctrl+Enter forces a steer) plus the same Enter/Ctrl+Enter split in the mini-TUI and legacy TUI. Happy to rebase on top of #44117 if it merges first. |
|
Suggested labels for triage (I do not have label permissions): |
|
Superseded by #47031 against |
Issue for this PR
Closes #44108
Type of change
What does this PR do?
Busy-session follow-ups were always steered (the queue setting was force-migrated to steer). Now Enter follows the follow-up setting (queue by default, runs as next turn when idle) and Ctrl+Enter forces a steer into the running turn. Restores the Queue/Steer setting row, passes delivery to the V2 prompt API, and adds the same Enter/Ctrl+Enter split to the mini-TUI queue and legacy TUI prompt.
How did you verify your code works?
Screenshots / recordings
UI-only hint text change (Enter queue / Ctrl+Enter steer); no layout change, skipping recording. Happy to add one on request.
Checklist