We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 507a4cb commit 446be4bCopy full SHA for 446be4b
1 file changed
packages/schema/src/schemas.ts
@@ -171,7 +171,7 @@ export const ApiV1SkillListResponseSchema = type({
171
version: 'string',
172
createdAt: 'number',
173
changelog: 'string',
174
- capabilities: SkillCapabilitySchema.array().optional(),
+ capabilities: '("shell"|"filesystem"|"network"|"browser"|"sessions")[]?',
175
}).optional(),
176
}).array(),
177
nextCursor: 'string|null',
@@ -191,7 +191,7 @@ export const ApiV1SkillResponseSchema = type({
191
192
193
194
195
}).or('null'),
196
owner: type({
197
handle: 'string|null',
0 commit comments