fix(desktop): preserve redirect reply order - #81762
0809android wants to merge 1 commit into
Conversation
|
This was generated by AI during triage. Summary: Problems:
Solution: Checked against |
|
Closing after re-checking the Desktop history and current intent. #69739 deliberately established the correction-before-redirected-reply contract, and #73882 was closed for reversing that ordering. This PR changes the same contract without an issue or maintainer alignment, and the current patch also leaves a late-completion duplication race. I should not ask maintainers to review a transcript-contract redesign that was not agreed first. |
Summary
Fix reply ordering when a prompt is redirected during an active response. The existing partial reply is sealed, the corrected user prompt stays after it, and the retried reply starts after the correction.
Validation