refactor(codemode): remove tool concurrency cap (#36545)

This commit is contained in:
Aiden Cline
2026-07-12 16:07:53 -05:00
committed by GitHub
parent b2bdab24e6
commit 3c60470269
6 changed files with 13 additions and 27 deletions
-2
View File
@@ -1,5 +1,3 @@
import type { PromiseMethodName } from "../interpreter/model.js"
export const promiseStatics = new Set<PromiseMethodName>(["all", "allSettled", "race", "any", "resolve", "reject"])
export const TOOL_CALL_CONCURRENCY = 8