fix(acp): improve acp-next first-session startup (#29709)

This commit is contained in:
Shoubhit Dash 2026-05-28 14:53:47 +05:30 committed by GitHub
commit 2449b50585
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 181 additions and 84 deletions

View file

@ -11,7 +11,7 @@ import {
type AcpClient,
} from "../acp/acp-test-client"
export const diagnosticFirstSessionThresholdMs = 15_000
export const diagnosticFirstSessionThresholdMs = 5_000
export const diagnosticFastPathThresholdMs = 15_000
// TODO: tighten to the public verifier target of 500ms once acp-next startup is optimized.