From 17c12e2e1a1ee20ac3991c4a2b5dca683af103d4 Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Thu, 23 Jul 2026 23:33:31 +0200 Subject: [PATCH] chore(acp): update provider catalog versions --- packages/app/src/data/acp-provider-catalog.ts | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/packages/app/src/data/acp-provider-catalog.ts b/packages/app/src/data/acp-provider-catalog.ts index f97580c3d..2ec3fd326 100644 --- a/packages/app/src/data/acp-provider-catalog.ts +++ b/packages/app/src/data/acp-provider-catalog.ts @@ -18,10 +18,10 @@ const CATALOG_DATA = [ title: "Agoragentic", description: "Agent marketplace with 174+ AI capabilities. Browse, invoke, and pay for agent services settled in USDC on Base L2.", - version: "1.3.3", + version: "1.3.6", iconId: "agoragentic-acp", installLink: "https://agoragentic.com", - command: ["npx", "-y", "agoragentic-mcp@1.3.3", "--acp"], + command: ["npx", "-y", "agoragentic-mcp@1.3.6", "--acp"], }, { id: "amp-acp", @@ -140,10 +140,10 @@ const CATALOG_DATA = [ id: "dimcode", title: "DimCode", description: "A coding agent that puts leading models at your command.", - version: "0.2.35", + version: "0.2.36", iconId: "dimcode", installLink: "https://dimcode.dev/docs/acp.html", - command: ["npx", "-y", "dimcode@0.2.35", "acp"], + command: ["npx", "-y", "dimcode@0.2.36", "acp"], }, { id: "dirac", @@ -159,10 +159,10 @@ const CATALOG_DATA = [ id: "factory-droid", title: "Factory Droid", description: "Factory Droid - AI coding agent powered by Factory AI", - version: "0.177.0", + version: "0.178.0", iconId: "factory-droid", installLink: "https://factory.ai/product/cli", - command: ["npx", "-y", "droid@0.177.0", "exec", "--output-format", "acp-daemon"], + command: ["npx", "-y", "droid@0.178.0", "exec", "--output-format", "acp-daemon"], env: { DROID_DISABLE_AUTO_UPDATE: "true", FACTORY_DROID_AUTO_UPDATE_ENABLED: "false", @@ -173,19 +173,19 @@ const CATALOG_DATA = [ id: "fast-agent", title: "fast-agent", description: "Code and build agents with comprehensive multi-provider support", - version: "0.9.21", + version: "0.9.22", iconId: "fast-agent", installLink: "https://fast-agent.ai/acp/", - command: ["uvx", "--from", "fast-agent-acp==0.9.21", "fast-agent-acp", "-x"], + command: ["uvx", "--from", "fast-agent-acp==0.9.22", "fast-agent-acp", "-x"], }, { id: "gemini", title: "Gemini CLI", description: "Google's official CLI for Gemini", - version: "0.51.0", + version: "0.52.0", iconId: "gemini", installLink: "https://geminicli.com", - command: ["npx", "-y", "@google/gemini-cli@0.51.0", "--acp"], + command: ["npx", "-y", "@google/gemini-cli@0.52.0", "--acp"], }, { id: "glm-acp-agent", @@ -302,10 +302,10 @@ const CATALOG_DATA = [ id: "qoder", title: "Qoder CLI", description: "AI coding assistant with agentic capabilities", - version: "1.1.3", + version: "1.1.4", iconId: "qoder", installLink: "https://qoder.com", - command: ["npx", "-y", "@qoder-ai/qodercli@1.1.3", "--acp"], + command: ["npx", "-y", "@qoder-ai/qodercli@1.1.4", "--acp"], }, { id: "qwen-code",