opencode-agent[bot] 2 недель назад
Родитель
Сommit
9f00b8c8dc
2 измененных файлов с 11 добавлено и 0 удалено
  1. 4 0
      packages/sdk/js/src/v2/gen/types.gen.ts
  2. 7 0
      packages/sdk/openapi.json

+ 4 - 0
packages/sdk/js/src/v2/gen/types.gen.ts

@@ -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>

+ 7 - 0
packages/sdk/openapi.json

@@ -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"
+                }
               }
             }
           },