mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-25 23:15:18 +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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue