Show Pi message metadata in chat

This commit is contained in:
Federico Jaramillo Martinez
2026-05-09 14:06:09 +02:00
parent 0d10f7f829
commit 258d109adc
8 changed files with 134 additions and 13 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ export type SessionUiEvent =
| { type: "shell.end"; output?: string; exitCode?: number | null; cancelled?: boolean; truncated?: boolean; fullOutputPath?: string; isError?: boolean }
| { type: "agent.start" }
| { type: "agent.end" }
| { type: "message.end" }
| { type: "message.end"; message?: unknown }
| { type: "status.update"; status: SessionStatus }
| { type: "activity.update"; activity: SessionActivity }
| { type: "command.output"; level: "info" | "success" | "error"; message: string }