mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 22:32:28 +00:00
fix(opencode): SessionPrompt.shell() now triggers loop if messages are queued (#10987)
This commit is contained in:
@@ -539,7 +539,7 @@ export const SessionRoutes = lazy(() =>
|
||||
},
|
||||
auto: body.auto,
|
||||
})
|
||||
await SessionPrompt.loop(sessionID)
|
||||
await SessionPrompt.loop({ sessionID })
|
||||
return c.json(true)
|
||||
},
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user