feat: add remove chat button and logic

This commit is contained in:
tusharmagar 2026-02-16 15:28:20 +05:30
parent c5c36ed0e4
commit 503693775a
6 changed files with 46 additions and 2 deletions

View file

@ -173,6 +173,12 @@ const ipcSchemas = {
}),
res: ListRunsResponse,
},
'runs:delete': {
req: z.object({
runId: z.string(),
}),
res: z.object({ success: z.boolean() }),
},
'runs:events': {
req: z.null(),
res: z.null(),