@opencode-ai/sdk 0.7.2 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/gen/types.gen.d.ts +5 -0
- package/package.json +1 -1
package/dist/gen/types.gen.d.ts
CHANGED
|
@@ -400,6 +400,10 @@ export type Session = {
|
|
|
400
400
|
};
|
|
401
401
|
title: string;
|
|
402
402
|
version: string;
|
|
403
|
+
compaction?: {
|
|
404
|
+
full?: string;
|
|
405
|
+
micro?: string;
|
|
406
|
+
};
|
|
403
407
|
time: {
|
|
404
408
|
created: number;
|
|
405
409
|
updated: number;
|
|
@@ -650,6 +654,7 @@ export type Config = {
|
|
|
650
654
|
};
|
|
651
655
|
}>;
|
|
652
656
|
};
|
|
657
|
+
disable_paste_summary?: boolean;
|
|
653
658
|
};
|
|
654
659
|
};
|
|
655
660
|
export type KeybindsConfig = {
|