修复会话实时状态显示

This commit is contained in:
xintaofei
2026-03-10 14:10:04 +08:00
parent 13667729b9
commit aa1ff9a6df
3 changed files with 25 additions and 11 deletions

View File

@@ -932,7 +932,12 @@ export function WelcomeInputPanel({
overscan={10}
/>
</MessageThread>
{showLive && <LiveTurnStats message={conn.liveMessage!} />}
{showLive && connStatus === "prompting" && (
<LiveTurnStats
message={conn.liveMessage!}
isStreaming={connStatus === "prompting"}
/>
)}
<AgentPlanOverlay
message={conn.liveMessage}
entries={historicalPlanEntries}