mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
chore: cleanup
This commit is contained in:
parent
68043edae6
commit
db77cc9845
1 changed files with 0 additions and 2 deletions
|
|
@ -393,8 +393,6 @@ export function SessionTurn(
|
|||
if (summary()) return
|
||||
if (store.summaryWaitTimedOut) return
|
||||
|
||||
// If session was already completed before we started viewing it,
|
||||
// show the response immediately without waiting for summary
|
||||
const completed = lastAssistantMessage()?.time.completed
|
||||
if (completed && Date.now() - completed > 2000) {
|
||||
setStore("summaryWaitTimedOut", true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue