chore: cleanup

thinking-toggle-wip
Adam 2025-12-24 09:07:24 -06:00 committed by Aiden Cline
parent a663ab81e5
commit 5de8dd131b
1 changed files with 0 additions and 2 deletions

View File

@ -287,14 +287,12 @@ export function SessionTurn(
onCleanup(() => clearInterval(timer))
})
// Reset summary wait timeout when session starts working
createEffect(() => {
if (working()) {
setStore("summaryWaitTimedOut", false)
}
})
// Set timeout when waiting for summary body (only when diffs are present)
createEffect(() => {
if (working() || !derived().isLastUserMessage) return