Skip to content

Commit aa92ef3

Browse files
committed
tweak: add 'skill' to permissions config section so that ides will show it as autocomplete option (this is already a respected setting)
1 parent d5c59a6 commit aa92ef3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/opencode/src/config/config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ export namespace Config {
540540
codesearch: PermissionAction.optional(),
541541
lsp: PermissionRule.optional(),
542542
doom_loop: PermissionAction.optional(),
543+
skill: PermissionRule.optional(),
543544
})
544545
.catchall(PermissionRule)
545546
.or(PermissionAction),

0 commit comments

Comments
 (0)