Show previous chats related to the workspace in the workspace section.

This commit is contained in:
Arjun 2026-06-29 12:27:43 +05:30
parent 0887ee7fc0
commit 753e3448f0
6 changed files with 212 additions and 6 deletions

View file

@ -350,6 +350,12 @@ const ipcSchemas = {
}),
res: ListRunsResponse,
},
'runs:listByWorkDir': {
req: z.object({
dir: z.string(),
}),
res: ListRunsResponse,
},
'runs:delete': {
req: z.object({
runId: z.string(),