[PR #9275] tweak: experimental batch, up restrictive max batch tool from 10 to 25 #13052

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

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

State: closed
Merged: Yes


What does this PR do?

This PR ups the max tool number batch can accept from 10 to 25 (I had originally set 10 thinking it was fine, but I now realise that it was somewhat arbitrary and doesn't necessarily plays well with models such as GPT 5.x

This PR also staggers the tool calling by 50ms, which gives a much better visual experience of the batch tool (UX win for a maximum of 1sec additional latency on the whole batch execution)

I initially had hopes it would fix the random tool duplication that happens when using batch, but this one is still out there...

How did you verify your code works?

Used it, works as expected.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/9275 **State:** closed **Merged:** Yes --- ### What does this PR do? This PR ups the max tool number batch can accept from 10 to 25 (I had originally set 10 thinking it was fine, but I now realise that it was somewhat arbitrary and doesn't necessarily plays well with models such as GPT 5.x This PR also staggers the tool calling by 50ms, which gives a much better visual experience of the batch tool (UX win for a maximum of 1sec additional latency on the whole batch execution) I initially had hopes it would fix the random tool duplication that happens when using batch, but this one is still out there... ### How did you verify your code works? Used it, works as expected.
yindo added the pull-request label 2026-02-16 18:17:55 -05:00
yindo closed this issue 2026-02-16 18:17:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13052