fix: preserve SkillTool schema contract

This commit is contained in:
gnanam1990
2026-04-07 21:12:01 +05:30
parent cdfaea5ced
commit be7ec1b5fa
5 changed files with 63 additions and 8 deletions

View File

@@ -292,7 +292,6 @@ export const inputSchema = lazySchema(() =>
z.object({
skill: z
.string()
.optional()
.describe('The skill name. E.g., "commit", "review-pr", or "pdf"'),
args: z.string().optional().describe('Optional arguments for the skill'),
}),