mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-30 05:43:55 +00:00
chore: regen sdk
This commit is contained in:
parent
45ec3105b1
commit
8dedb3f4ae
@ -1364,6 +1364,7 @@ export type PermissionConfig =
|
||||
codesearch?: PermissionActionConfig
|
||||
lsp?: PermissionRuleConfig
|
||||
doom_loop?: PermissionActionConfig
|
||||
skill?: PermissionRuleConfig
|
||||
[key: string]: PermissionRuleConfig | Array<string> | PermissionActionConfig | undefined
|
||||
}
|
||||
| PermissionActionConfig
|
||||
@ -1634,11 +1635,11 @@ export type Config = {
|
||||
}
|
||||
}
|
||||
/**
|
||||
* Additional skill folder paths to scan
|
||||
* Additional skill folder paths
|
||||
*/
|
||||
skills?: {
|
||||
/**
|
||||
* Additional paths to skill folders to scan
|
||||
* Additional paths to skill folders
|
||||
*/
|
||||
paths?: Array<string>
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user