fix(rectification): restore showActivity source lock for the staging gate
Independent Staging Quality Gate / validate (push) Failing after 8m5s
Independent Staging Quality Gate / publish (push) Has been skipped

Keep collect text on bubbleMessage but pass displayedMessage.state so the entry contract matches again.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Jesse_Chen
2026-09-02 16:49:31 +08:00
co-authored by Cursor
parent 42c6de142b
commit b1d4796d30
2 changed files with 2 additions and 2 deletions
@@ -1189,7 +1189,7 @@ export function RectificationAgenticChat(props: RectificationAgenticChatProps) {
{(!message.failed || Boolean(bubbleMessage.text) || regenerating) && (
<ChatMessageRow
message={bubbleMessage}
showActivity={bubbleMessage.state !== "settled"}
showActivity={displayedMessage.state !== "settled"}
vargaSentence={vargaSentence}
/>
)}