fix(chat): stop plan in-progress spinner when agent is not streaming

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
xintaofei
2026-04-11 11:20:28 +08:00
parent 4ba74a06bd
commit 3901c40518
2 changed files with 12 additions and 3 deletions

View File

@@ -460,6 +460,7 @@ export function MessageListView({
entries={historicalPlanEntries}
planKey={historicalPlanKey}
defaultExpanded={connStatus === "prompting"}
isStreaming={connStatus === "prompting"}
/>
</div>
)