feat: top level tool config (#2008)

This commit is contained in:
Aiden Cline
2025-08-16 21:51:56 -05:00
committed by GitHub
parent 9c7fa35051
commit daea79c0d4
2 changed files with 9 additions and 1 deletions

View File

@@ -384,6 +384,7 @@ export namespace Config {
webfetch: Permission.optional(),
})
.optional(),
tools: z.record(z.string(), z.boolean()).optional(),
experimental: z
.object({
hook: z