From a3959dd99ffe0b44b2ea2eaf8fdd6bf7deefc9d4 Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Wed, 10 Jun 2026 11:58:22 +0700 Subject: [PATCH] Update ACP catalog pins --- packages/app/src/data/acp-provider-catalog.ts | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/packages/app/src/data/acp-provider-catalog.ts b/packages/app/src/data/acp-provider-catalog.ts index 4a84b12ac..fc670f8a3 100644 --- a/packages/app/src/data/acp-provider-catalog.ts +++ b/packages/app/src/data/acp-provider-catalog.ts @@ -59,19 +59,19 @@ const CATALOG_DATA = [ title: "Cline", description: "Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more", - version: "3.0.20", + version: "3.0.23", iconId: "cline", installLink: "https://cline.bot/cli", - command: ["npx", "-y", "cline@3.0.20", "--acp"], + command: ["npx", "-y", "cline@3.0.23", "--acp"], }, { id: "codebuddy-code", title: "Codebuddy Code", description: "Tencent Cloud's official intelligent coding tool", - version: "2.103.4", + version: "2.105.0", iconId: "codebuddy-code", installLink: "https://www.codebuddy.cn/cli/", - command: ["npx", "-y", "@tencent-ai/codebuddy-code@2.103.4", "--acp"], + command: ["npx", "-y", "@tencent-ai/codebuddy-code@2.105.0", "--acp"], }, { id: "codewhale", @@ -140,10 +140,10 @@ const CATALOG_DATA = [ id: "dimcode", title: "DimCode", description: "A coding agent that puts leading models at your command.", - version: "0.1.0", + version: "0.1.5", iconId: "dimcode", installLink: "https://dimcode.dev/docs/acp.html", - command: ["npx", "-y", "dimcode@0.1.0", "acp"], + command: ["npx", "-y", "dimcode@0.1.5", "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.142.0", + version: "0.144.0", iconId: "factory-droid", installLink: "https://factory.ai/product/cli", - command: ["npx", "-y", "droid@0.142.0", "exec", "--output-format", "acp-daemon"], + command: ["npx", "-y", "droid@0.144.0", "exec", "--output-format", "acp-daemon"], env: { DROID_DISABLE_AUTO_UPDATE: "true", FACTORY_DROID_AUTO_UPDATE_ENABLED: "false", @@ -182,10 +182,10 @@ const CATALOG_DATA = [ id: "gemini", title: "Gemini CLI", description: "Google's official CLI for Gemini", - version: "0.45.2", + version: "0.46.0", iconId: "gemini", installLink: "https://geminicli.com", - command: ["npx", "-y", "@google/gemini-cli@0.45.2", "--acp"], + command: ["npx", "-y", "@google/gemini-cli@0.46.0", "--acp"], }, { id: "glm-acp-agent", @@ -284,10 +284,10 @@ const CATALOG_DATA = [ id: "nova", title: "Nova", description: "Nova by Compass AI - a fully-fledged software engineer at your command", - version: "1.1.15", + version: "1.1.16", iconId: "nova", installLink: "https://www.compassap.ai/portfolio/nova.html", - command: ["npx", "-y", "@compass-ai/nova@1.1.15", "acp"], + command: ["npx", "-y", "@compass-ai/nova@1.1.16", "acp"], }, { id: "poolside", @@ -302,10 +302,10 @@ const CATALOG_DATA = [ id: "qoder", title: "Qoder CLI", description: "AI coding assistant with agentic capabilities", - version: "1.0.14", + version: "1.0.16", iconId: "qoder", installLink: "https://qoder.com", - command: ["npx", "-y", "@qoder-ai/qodercli@1.0.14", "--acp"], + command: ["npx", "-y", "@qoder-ai/qodercli@1.0.16", "--acp"], }, { id: "qwen-code",