This commit is contained in:
bracesproul
2025-03-06 20:12:47 -08:00
parent 38710f3cb0
commit 066b219107
2 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ export const OpenCodeAnnotation = Annotation.Root({
messages: GenerativeUIAnnotation.spec.messages,
ui: GenerativeUIAnnotation.spec.ui,
timestamp: GenerativeUIAnnotation.spec.timestamp,
next: Annotation<"executor" | "interrupt">
});
export type OpenCodeState = typeof OpenCodeAnnotation.State;