feat: add gateway update check on start
This commit is contained in:
@@ -64,6 +64,7 @@ export const ClawdbotSchema = z
|
||||
update: z
|
||||
.object({
|
||||
channel: z.union([z.literal("stable"), z.literal("beta")]).optional(),
|
||||
checkOnStart: z.boolean().optional(),
|
||||
})
|
||||
.optional(),
|
||||
browser: z
|
||||
|
||||
Reference in New Issue
Block a user