mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-05 00:23:10 +00:00
feat: webfetch permission support (#1772)
This commit is contained in:
@@ -341,6 +341,7 @@ export namespace Config {
|
||||
.object({
|
||||
edit: Permission.optional(),
|
||||
bash: z.union([Permission, z.record(z.string(), Permission)]).optional(),
|
||||
webfetch: Permission.optional(),
|
||||
})
|
||||
.optional(),
|
||||
experimental: z
|
||||
|
||||
Reference in New Issue
Block a user