mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-13 04:04:44 +00:00
fix: dont auto continue if compaction was manual
This commit is contained in:
@@ -408,6 +408,7 @@ export namespace SessionPrompt {
|
||||
modelID: model.modelID,
|
||||
},
|
||||
sessionID,
|
||||
auto: task.auto,
|
||||
})
|
||||
if (result === "stop") break
|
||||
continue
|
||||
@@ -423,6 +424,7 @@ export namespace SessionPrompt {
|
||||
sessionID,
|
||||
agent: lastUser.agent,
|
||||
model: lastUser.model,
|
||||
auto: true,
|
||||
})
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user