We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 088b537 commit 36f5ba5Copy full SHA for 36f5ba5
1 file changed
packages/opencode/src/tool/batch.txt
@@ -6,7 +6,7 @@ Payload Format (JSON array):
6
[{"tool": "read", "parameters": {"filePath": "src/index.ts", "limit": 350}},{"tool": "grep", "parameters": {"pattern": "Session\\.updatePart", "include": "src/**/*.ts"}},{"tool": "bash", "parameters": {"command": "git status", "description": "Shows working tree status"}}]
7
8
Notes:
9
-- 1–20 tool calls per batch
+- 1–25 tool calls per batch
10
- All calls start in parallel; ordering NOT guaranteed
11
- Partial failures do not stop other tool calls
12
- Do NOT use the batch tool within another batch tool.
0 commit comments