mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-26 17:06:23 +02:00
Remove slack granola (#465)
* remove native slack and granola * remove agent-slack instructions * fix build error
This commit is contained in:
parent
ce4e8f620a
commit
aea40e632b
8 changed files with 28 additions and 392 deletions
|
|
@ -251,6 +251,7 @@ const ipcSchemas = {
|
|||
config: z.record(z.string(), z.object({
|
||||
connected: z.boolean(),
|
||||
error: z.string().nullable().optional(),
|
||||
userId: z.string().optional(),
|
||||
})),
|
||||
}),
|
||||
},
|
||||
|
|
@ -267,6 +268,7 @@ const ipcSchemas = {
|
|||
provider: z.string(),
|
||||
success: z.boolean(),
|
||||
error: z.string().optional(),
|
||||
userId: z.string().optional(),
|
||||
}),
|
||||
res: z.null(),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue