Upgrade Gemini and ACP (#1431)

* Upgrade Gemini and ACP

Upgrade ACP SDK version to the latest.
Upgrade Gemini-CLI to the latest working version.

* fmt
This commit is contained in:
Solomon
2025-12-04 16:13:59 +00:00
committed by GitHub
parent 8a91dba6e3
commit 2b11040d07
6 changed files with 54 additions and 72 deletions

View File

@@ -39,7 +39,7 @@ convert_case = "0.6"
sqlx = "0.8.6"
axum = { workspace = true }
shlex = "1.3.0"
agent-client-protocol = "0.4"
agent-client-protocol = "0.8"
codex-protocol = { git = "https://github.com/openai/codex.git", package = "codex-protocol", rev = "80d6a3868ef1414e0fb1c2e28a369f2ef4fa4dcc" }
codex-app-server-protocol = { git = "https://github.com/openai/codex.git", package = "codex-app-server-protocol", rev = "80d6a3868ef1414e0fb1c2e28a369f2ef4fa4dcc" }
codex-mcp-types = { git = "https://github.com/openai/codex.git", package = "mcp-types", rev = "80d6a3868ef1414e0fb1c2e28a369f2ef4fa4dcc" }