mirror of
https://github.com/anomalyco/opencode.git
synced 2026-02-01 22:48:16 +00:00
chore: cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user