[PR #9517] fix(batch): update batch tool definition to outline correct value for max tool calls #13133

Closed
opened 2026-02-16 18:18:00 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/9517

State: closed
Merged: Yes


Fixes #9519

What does this PR do?

Tiny fix to keep batch tool documentation consistent with the code.

#9275 increased the batch tool's max limit from 10 to 25 in batch.ts, but the documentation in batch.txt incorrectly says "1–20" instead of "1–25".

https://github.com/anomalyco/opencode/blob/aa4b06e16548d5a1a5e8c32376987f6aa70c9844/packages/opencode/src/tool/batch.ts#L36-L37

How did you verify your code works?

Docs update.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/9517 **State:** closed **Merged:** Yes --- Fixes #9519 ## What does this PR do? Tiny fix to keep `batch` tool documentation consistent with the code. #9275 increased the batch tool's max limit from 10 to 25 in `batch.ts`, but the documentation in `batch.txt` incorrectly says "1–20" instead of "1–25". https://github.com/anomalyco/opencode/blob/aa4b06e16548d5a1a5e8c32376987f6aa70c9844/packages/opencode/src/tool/batch.ts#L36-L37 ## How did you verify your code works? Docs update.
yindo added the pull-request label 2026-02-16 18:18:00 -05:00
yindo closed this issue 2026-02-16 18:18:00 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13133