We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d4b076 commit 06fd857Copy full SHA for 06fd857
1 file changed
common/src/tools/params/tool/read-subtree.ts
@@ -9,7 +9,7 @@ const endsAgentStep = true
9
const inputSchema = z
10
.object({
11
paths: z
12
- .array(z.string().min(1))
+ .array(z.string())
13
.optional()
14
.describe(
15
`List of paths to directories or files. Relative to the project root. If omitted, the entire project tree is used.`,
0 commit comments