mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 16:44:33 +00:00
feat: mac node exec policy + remote skills hot reload
This commit is contained in:
@@ -270,6 +270,8 @@ export const ClawdbotSchema = z
|
||||
load: z
|
||||
.object({
|
||||
extraDirs: z.array(z.string()).optional(),
|
||||
watch: z.boolean().optional(),
|
||||
watchDebounceMs: z.number().int().min(0).optional(),
|
||||
})
|
||||
.optional(),
|
||||
install: z
|
||||
|
||||
Reference in New Issue
Block a user