fix: dont auto continue if compaction was manual

This commit is contained in:
Aiden Cline
2025-11-25 12:10:56 -06:00
parent 87b295bc3d
commit 020ee56f25
5 changed files with 9 additions and 1 deletions

View File

@@ -830,6 +830,7 @@ export namespace Server {
providerID: body.providerID,
modelID: body.modelID,
},
auto: false,
})
await SessionPrompt.loop(id)
return c.json(true)