diff options
| author | Aiden Cline <[email protected]> | 2025-11-25 12:10:56 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-11-25 12:11:09 -0600 |
| commit | 020ee56f25b58103a787d1c96b326e31b495ad06 (patch) | |
| tree | d5cd0dad7ad0575d044ca9c327f1e6d588362ef5 /packages/sdk | |
| parent | 87b295bc3d43c011ef96153439c4e3d64a9b0a88 (diff) | |
| download | opencode-020ee56f25b58103a787d1c96b326e31b495ad06.tar.gz opencode-020ee56f25b58103a787d1c96b326e31b495ad06.zip | |
fix: dont auto continue if compaction was manual
Diffstat (limited to 'packages/sdk')
| -rw-r--r-- | packages/sdk/js/src/gen/types.gen.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index fdb6dcd64..2de8ca2f1 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -371,6 +371,7 @@ export type CompactionPart = { sessionID: string messageID: string type: "compaction" + auto: boolean } export type Part = |
