mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-12 21:02:17 +02:00
Show previous chats related to the workspace in the workspace section.
This commit is contained in:
parent
0887ee7fc0
commit
753e3448f0
6 changed files with 212 additions and 6 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue