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
parent 66e6662440
commit 2449b50585
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.