acp: Add e2e test support for NativeAgent (#36635)

Release Notes:

- N/A
This commit is contained in:
Ben Brandt 2025-08-21 02:36:50 +02:00 committed by GitHub
parent 6f242772cc
commit 568e1d0a42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 172 additions and 36 deletions

4
Cargo.lock generated
View file

@ -268,11 +268,14 @@ dependencies = [
"agent_settings",
"agentic-coding-protocol",
"anyhow",
"client",
"collections",
"context_server",
"env_logger 0.11.8",
"fs",
"futures 0.3.31",
"gpui",
"gpui_tokio",
"indoc",
"itertools 0.14.0",
"language",
@ -284,6 +287,7 @@ dependencies = [
"paths",
"project",
"rand 0.8.5",
"reqwest_client",
"schemars",
"semver",
"serde",