feat(webui): render live file edit activity

This commit is contained in:
Xubin Ren
2026-05-18 22:01:33 +08:00
parent 7e2dbdef7d
commit 0537cc1682
8 changed files with 425 additions and 60 deletions
+2
View File
@@ -89,6 +89,7 @@ export interface UIFileEdit {
call_id: string;
tool: string;
path: string;
absolute_path?: string;
phase?: "start" | "end" | "error" | string;
added: number;
deleted: number;
@@ -96,6 +97,7 @@ export interface UIFileEdit {
status: "editing" | "done" | "error";
binary?: boolean;
error?: string;
pending?: boolean;
}
export interface ChatSummary {