mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-01 22:10:23 +00:00
fix: dont auto continue if compaction was manual
This commit is contained in:
parent
87b295bc3d
commit
020ee56f25
5 changed files with 9 additions and 1 deletions
|
|
@ -371,6 +371,7 @@ export type CompactionPart = {
|
|||
sessionID: string
|
||||
messageID: string
|
||||
type: "compaction"
|
||||
auto: boolean
|
||||
}
|
||||
|
||||
export type Part =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue