@ex-machina/opencode-sdk 1.2.15-exmachina.4 → 1.2.16-exmachina.1

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.
@@ -446,6 +446,7 @@ export type CompactionPart = {
446
446
  messageID: string;
447
447
  type: "compaction";
448
448
  auto: boolean;
449
+ overflow?: boolean;
449
450
  };
450
451
  export type Part = TextPart | SubtaskPart | ReasoningPart | FilePart | ToolPart | StepStartPart | StepFinishPart | SnapshotPart | PatchPart | AgentPart | RetryPart | CompactionPart;
451
452
  export type EventMessagePartUpdated = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "@ex-machina/opencode-sdk",
4
- "version": "1.2.15-exmachina.4",
4
+ "version": "1.2.16-exmachina.1",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "scripts": {