Feature: Message Queuing/Steering#294575
Merged
roblourens merged 9 commits intorelease/1.109from Feb 11, 2026
Merged
Conversation
* chat: initial wip on request queuing * make it work reasonably
Steering messages are not quite wired up in the extension but I'm happy with the UX. Quick runthrough of various states: https://memes.peet.io/img/26-02-81ac36ef-1319-46b2-9093-3c05628291dc.mp4 Incidentally fixes #278614 since I ran into that same bug here. Refs #260330
Also turns it on by default since queue/steer generally works
* chat: polish queue/steering menu button - Dropdown action that uses custom dropdowns to queue, steer, or send immediately. - Fix not being able to message with a pending tool call - Config controls the default button action * fix * fix compile
Implements drag-and-drop functionality to reorder steering and queued pending messages within their respective groups. When more than one message of the same kind is pending, a gripper handle appears on hover that enables dragging to reorder. - Adds ChatPendingDragController to manage drag state, insertion indicators, and reorder logic via event delegation on the list container, keeping logic cleanly isolated from the renderer - Attaches drag handles to pending request rows via the renderer with one-way binding; reorder operations call chatService.setPendingRequests which automatically triggers the full refresh chain - Prevents cross-group reordering: steering messages stay within steering, queued messages stay within queued - Adds CSS for drag handle visibility on hover, dragging state opacity, and insertion indicator positioning - All changes compile cleanly with no layering violations Fixes #293473 (Commit message generated by Copilot)
roblourens
approved these changes
Feb 11, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Cherry-pick of all message queuing and steering