@opencode-ai/sdk 0.7.4 → 0.7.6
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 +1 -4
- package/package.json +1 -1
package/dist/gen/types.gen.d.ts
CHANGED
|
@@ -278,6 +278,7 @@ export type ToolStateCompleted = {
|
|
|
278
278
|
time: {
|
|
279
279
|
start: number;
|
|
280
280
|
end: number;
|
|
281
|
+
compacted?: number;
|
|
281
282
|
};
|
|
282
283
|
};
|
|
283
284
|
export type ToolStateError = {
|
|
@@ -400,10 +401,6 @@ export type Session = {
|
|
|
400
401
|
};
|
|
401
402
|
title: string;
|
|
402
403
|
version: string;
|
|
403
|
-
compaction?: {
|
|
404
|
-
full?: string;
|
|
405
|
-
micro?: string;
|
|
406
|
-
};
|
|
407
404
|
time: {
|
|
408
405
|
created: number;
|
|
409
406
|
updated: number;
|