mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
tweak: add 'skill' to permissions config section so that ides will show it as autocomplete option (this is already a respected setting)
This commit is contained in:
parent
d5c59a66c1
commit
aa92ef37fd
@ -540,6 +540,7 @@ export namespace Config {
|
||||
codesearch: PermissionAction.optional(),
|
||||
lsp: PermissionRule.optional(),
|
||||
doom_loop: PermissionAction.optional(),
|
||||
skill: PermissionRule.optional(),
|
||||
})
|
||||
.catchall(PermissionRule)
|
||||
.or(PermissionAction),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user