Conversation
Queue projections can precede the submit response that releases the Composer send gate. Wait for the existing enabled Send control before pressing Enter again. Refs apache#5327 Generated-by: Codex
Member
Author
|
Superseded by upstream #5315, merged while this investigation was in progress. Commit 99098aa already adds awaitSendReady(companion) to the same queue loops and other Side Chat sends, reusing the shared helper. The controlled delayed-admission probe independently confirmed the race, but this five-line PR is now redundant. Closing it and validating #5316 against the updated main instead. Skill Draft remains a separate investigation under #5327. |
This was referenced Sep 15, 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 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
Refs #5327. Addresses the Side Chat queue failure observed in #5316; the separate Skill Draft menu-click failure remains under investigation.
A follow-up can appear in the queue before the submit IPC response settles. Composer still disables Send and ignores Enter during that interval, so the E2E can leave
successor twoin the editor instead of submitting it. Wait for the existing Send button to be enabled before each consecutive follow-up. All queue, steering and reconnect assertions remain intact; there are no timeout increases or retries.Verification
Pending validation
AI use
Tool(s) and scope: Codex investigated CI artifacts, performed the controlled reproduction, and implemented this five-line test synchronization change.
Checklist
Does this PR entail a change in behavior?