Skip to content

agent_ui: Enable the message queue feature for external agents#47379

Merged
danilo-leal merged 1 commit intomainfrom
queue-in-thread-view
Jan 23, 2026
Merged

agent_ui: Enable the message queue feature for external agents#47379
danilo-leal merged 1 commit intomainfrom
queue-in-thread-view

Conversation

@danilo-leal
Copy link
Member

Closes #47330

This PR moves the queue logic out of the native Thread into the shared UI layer (thread view) to enable it for external agents. There's a key difference in behavior, though, between native and external agents: queued messages in the former will be sent in the next turn boundary, given we can easily tell this, whereas for the latter, queued messages will be sent by the end of the generation. We'd need an ACP-level change to provide exactly the same UX between both types of agents, and I figured that's better to have some version of the feature for external agents as opposed to not having it all due to this difference.

Release Notes:

  • Agent: Made the message queue feature available for external agents as well.

@danilo-leal danilo-leal requested a review from benbrandt January 22, 2026 12:44
@cla-bot cla-bot bot added the cla-signed The user has signed the Contributor License Agreement label Jan 22, 2026
@SomeoneToIgnore SomeoneToIgnore added the area:ai Improvement related to Agent Panel, Edit Prediction, Copilot, or other AI features label Jan 22, 2026
@danilo-leal danilo-leal merged commit 4333d6b into main Jan 23, 2026
35 checks passed
@danilo-leal danilo-leal deleted the queue-in-thread-view branch January 23, 2026 11:36
@adamtheturtle
Copy link

Is this queued for release? The issue persists for me:

Zed: v0.221.5+stable.141.03bfbf242c57f7fdb45708d63d74182898edf2c5 (Zed) 
OS: macOS 26.2
Memory: 32 GiB
Architecture: aarch64

@danilo-leal
Copy link
Member Author

Yup, it's currently available for Preview and should reach Stable this Wednesday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:ai Improvement related to Agent Panel, Edit Prediction, Copilot, or other AI features cla-signed The user has signed the Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ACP (Claude Code): Queueing of messages does not work with latest preview update

3 participants