Show runtime guidance in transcript
This commit is contained in:
@@ -985,7 +985,10 @@ const ComposerPendingInputQueue: FC<{ sessionId: string | null }> = ({
|
||||
status: "pending",
|
||||
})
|
||||
.catch(() => undefined)
|
||||
.finally(dispatchInputQueueChanged);
|
||||
.finally(() => {
|
||||
dispatchInputQueueChanged();
|
||||
window.dispatchEvent(new Event("claw-sessions-changed"));
|
||||
});
|
||||
}}
|
||||
>
|
||||
引导
|
||||
|
||||
Reference in New Issue
Block a user