use Gemini-CLI --experimental-acp (#784)

This commit is contained in:
Solomon
2025-09-25 19:36:08 +01:00
committed by GitHub
parent 4f7351ce16
commit 1c23d4fd11
21 changed files with 1750 additions and 679 deletions

View File

@@ -6,7 +6,7 @@ edition = "2024"
[dependencies]
workspace_utils = { path = "../utils", package = "utils" }
tokio = { workspace = true }
tokio-util = { version = "0.7", features = ["io"] }
tokio-util = { version = "0.7", features = ["io", "compat"] }
bytes = "1.0"
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
@@ -42,3 +42,4 @@ convert_case = "0.6"
sqlx = "0.8.6"
axum = { workspace = true }
shlex = "1.3.0"
agent-client-protocol = "0.4"