mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 01:12:15 +00:00
chore: generate
This commit is contained in:
parent
c35bd39829
commit
9f00b8c8dc
2 changed files with 11 additions and 0 deletions
|
|
@ -1662,6 +1662,10 @@ export type Config = {
|
|||
* Additional paths to skill folders
|
||||
*/
|
||||
paths?: Array<string>
|
||||
/**
|
||||
* URLs to fetch skills from (e.g., https://example.com/.well-known/skills/)
|
||||
*/
|
||||
urls?: Array<string>
|
||||
}
|
||||
watcher?: {
|
||||
ignore?: Array<string>
|
||||
|
|
|
|||
|
|
@ -9547,6 +9547,13 @@
|
|||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"urls": {
|
||||
"description": "URLs to fetch skills from (e.g., https://example.com/.well-known/skills/)",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue