feat: Add message queueing while AI is processing #6288
Closed
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
Implements #6287 - Adds the ability to queue chat messages while the AI is taking its turn, allowing users to steer the output without interrupting it.
Changes
ChatTextArea Component:
QueuedMessages Component:
Translations:
Testing
Screenshots
The queue icon appears when AI is processing:
Closes #6287
Important
Adds message queueing functionality to the chat interface, allowing users to queue messages while the AI is processing, with UI and test updates.
ChatTextAreanow shows a queue icon (ListPlus) when sending is disabled, allowing messages to be queued.QueuedMessagescomponent displays queued messages with truncated previews and allows inline editing.ChatTextArea.tsxto modify button behavior and tooltips for queueing.QueuedMessages.tsxwith styling improvements and image count display.chat.json.ChatView.spec.tsxto include tests for message queueing behavior.This description was created by
for 7470c57. You can customize this summary. It will automatically update as commits are pushed.