Batch tool documentation shows incorrect max limit (20 vs 25) #6872

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

Originally created by @jamesmengo on GitHub (Jan 19, 2026).

Originally assigned to: @jayair on GitHub.

Description

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

Current Behavior

  • batch.ts uses 25 as the limit (in slice operations and error messages)
  • batch.txt says "1–20 tool calls per batch"

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

Expected Behavior

batch.txt should say "1–25 tool calls per batch" to match the implementation.

Originally created by @jamesmengo on GitHub (Jan 19, 2026). Originally assigned to: @jayair on GitHub. ## Description PR #9275 increased the batch tool's max limit from 10 to 25 in `batch.ts`, but the documentation in `batch.txt` was incorrectly updated to say "1–20" instead of "1–25". ## Current Behavior - `batch.ts` uses `25` as the limit (in slice operations and error messages) - `batch.txt` says "1–20 tool calls per batch" https://github.com/anomalyco/opencode/blob/aa4b06e16548d5a1a5e8c32376987f6aa70c9844/packages/opencode/src/tool/batch.ts#L36-L37 ## Expected Behavior `batch.txt` should say "1–25 tool calls per batch" to match the implementation.
yindo added the docs label 2026-02-16 18:05:29 -05:00
yindo closed this issue 2026-02-16 18:05:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#6872