Remove slack granola (#465)

* remove native slack and granola

* remove agent-slack instructions

* fix build error
This commit is contained in:
arkml 2026-04-07 12:38:19 +05:30 committed by GitHub
parent ce4e8f620a
commit aea40e632b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 28 additions and 392 deletions

View file

@ -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(),
},