Skip to content

Commit 8dedb3f

Browse files
committed
chore: regen sdk
1 parent 45ec310 commit 8dedb3f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

packages/sdk/js/src/v2/gen/types.gen.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,6 +1364,7 @@ export type PermissionConfig =
13641364
codesearch?: PermissionActionConfig
13651365
lsp?: PermissionRuleConfig
13661366
doom_loop?: PermissionActionConfig
1367+
skill?: PermissionRuleConfig
13671368
[key: string]: PermissionRuleConfig | Array<string> | PermissionActionConfig | undefined
13681369
}
13691370
| PermissionActionConfig
@@ -1634,11 +1635,11 @@ export type Config = {
16341635
}
16351636
}
16361637
/**
1637-
* Additional skill folder paths to scan
1638+
* Additional skill folder paths
16381639
*/
16391640
skills?: {
16401641
/**
1641-
* Additional paths to skill folders to scan
1642+
* Additional paths to skill folders
16421643
*/
16431644
paths?: Array<string>
16441645
}

0 commit comments

Comments
 (0)