Align live assistant transcript with history

This commit is contained in:
Federico Jaramillo Martinez
2026-05-09 21:23:12 +02:00
parent 8b41a2ac12
commit 8eb4dba7cd
8 changed files with 96 additions and 18 deletions
+1
View File
@@ -143,6 +143,7 @@ export type CommandResult =
export type SessionUiEvent =
| { type: "message.append"; message: unknown }
| { type: "assistant.delta"; text: string }
| { type: "assistant.thinking.delta"; text: string }
| { type: "tool.start"; toolName: string; toolCallId: string; summary: string; args?: unknown }
| { type: "tool.end"; toolName: string; toolCallId: string; text: string; isError: boolean; content?: unknown }
| { type: "shell.start"; command: string; excludeFromContext?: boolean }