chore(acp): sync Claude and Gemini ACP registry versions
This commit is contained in:
@@ -116,8 +116,8 @@ pub fn get_agent_meta(agent_type: AgentType) -> AcpAgentMeta {
|
|||||||
name: "Claude Code",
|
name: "Claude Code",
|
||||||
description: "ACP wrapper for Anthropic's Claude",
|
description: "ACP wrapper for Anthropic's Claude",
|
||||||
distribution: AgentDistribution::Npx {
|
distribution: AgentDistribution::Npx {
|
||||||
version: "0.26.0",
|
version: "0.27.0",
|
||||||
package: "@agentclientprotocol/claude-agent-acp@0.26.0",
|
package: "@agentclientprotocol/claude-agent-acp@0.27.0",
|
||||||
cmd: "claude-agent-acp",
|
cmd: "claude-agent-acp",
|
||||||
args: &[],
|
args: &[],
|
||||||
env: &[],
|
env: &[],
|
||||||
@@ -166,8 +166,8 @@ pub fn get_agent_meta(agent_type: AgentType) -> AcpAgentMeta {
|
|||||||
name: "Gemini CLI",
|
name: "Gemini CLI",
|
||||||
description: "Google's official CLI for Gemini",
|
description: "Google's official CLI for Gemini",
|
||||||
distribution: AgentDistribution::Npx {
|
distribution: AgentDistribution::Npx {
|
||||||
version: "0.37.1",
|
version: "0.37.2",
|
||||||
package: "@google/gemini-cli@0.37.1",
|
package: "@google/gemini-cli@0.37.2",
|
||||||
cmd: "gemini",
|
cmd: "gemini",
|
||||||
args: &["--acp"],
|
args: &["--acp"],
|
||||||
env: &[],
|
env: &[],
|
||||||
|
|||||||
Reference in New Issue
Block a user