CodeTracked since May 19, 2026
POSIX ACP CLI detection adds per-tool fallback after batch timeout
`AcpDetector.batchCheckCliAvailability` on POSIX was changed so a slow PATH scan no longer makes all built-in ACP CLIs appear missing. The batch `command -v` probe timeout was raised from 3s to 8s, and on batch timeout it now falls back to parallel per-CLI checks with a 3s limit each, isolating slow lookups from other tool detections.
AcpDetector.batchCheckCliAvailabilityPOSIX_BATCH_TIMEOUT_MSPOSIX_PER_CLI_TIMEOUT_MScommand -v