mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-21 02:22:40 +00:00
chore: cleanup
This commit is contained in:
parent
09a399d8d6
commit
8ab533b616
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue