feat(acp): add CLI detection, launch policy, and connectivity probe#1695
Open
1688mengdie wants to merge 2 commits into
Open
feat(acp): add CLI detection, launch policy, and connectivity probe#16951688mengdie wants to merge 2 commits into
1688mengdie wants to merge 2 commits into
Conversation
added 2 commits
July 23, 2026 04:05
8 preset team configurations (standard/quick/parallel/single/review/audit/plan/custom). Enables one-click multi-agent legion deployment from UI. @wsp1911 Ref: GCWing#1674
Add three-step ACP agent pre-flight check: 1. CLI detection (cli_detect.rs): check command exists on PATH via which 2. Launch policy (launch_policy.rs): per-backend args injection (e.g. codex sandbox mode) 3. Connectivity probe (probe.rs): two-step probe — CLI check + ACP handshake Also add category/description fields to ACP client config and info structs. Manager gains detect_client_cli(), try_connect_client(), run_probe_handshake() with auth error classification (is_auth_error).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概述
增强 ACP 客户端代理的连接性检测和预检能力。
第三方许可
新增
验证
Ref: #1674