fix(rectification): restore showActivity source lock for the staging gate
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:
@@ -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}
|
||||
/>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user