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
commit 3c60470269
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 13 additions and 27 deletions

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