diff --git a/packages/app/src/data/acp-provider-catalog.ts b/packages/app/src/data/acp-provider-catalog.ts index fb3059620..253bbf8f4 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.37", + version: "3.0.38", iconId: "cline", installLink: "https://cline.bot/cli", - command: ["npx", "-y", "cline@3.0.37", "--acp"], + command: ["npx", "-y", "cline@3.0.38", "--acp"], }, { id: "codebuddy-code", title: "Codebuddy Code", description: "Tencent Cloud's official intelligent coding tool", - version: "2.116.0", + version: "2.117.2", iconId: "codebuddy-code", installLink: "https://www.codebuddy.cn/cli/", - command: ["npx", "-y", "@tencent-ai/codebuddy-code@2.116.0", "--acp"], + command: ["npx", "-y", "@tencent-ai/codebuddy-code@2.117.2", "--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.2.19", + version: "0.2.22", iconId: "dimcode", installLink: "https://dimcode.dev/docs/acp.html", - command: ["npx", "-y", "dimcode@0.2.19", "acp"], + command: ["npx", "-y", "dimcode@0.2.22", "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.164.0", + version: "0.164.1", iconId: "factory-droid", installLink: "https://factory.ai/product/cli", - command: ["npx", "-y", "droid@0.164.0", "exec", "--output-format", "acp-daemon"], + command: ["npx", "-y", "droid@0.164.1", "exec", "--output-format", "acp-daemon"], env: { DROID_DISABLE_AUTO_UPDATE: "true", FACTORY_DROID_AUTO_UPDATE_ENABLED: "false", @@ -173,10 +173,10 @@ const CATALOG_DATA = [ id: "fast-agent", title: "fast-agent", description: "Code and build agents with comprehensive multi-provider support", - version: "0.8.3", + version: "0.9.2", iconId: "fast-agent", installLink: "https://fast-agent.ai/acp/", - command: ["uvx", "--from", "fast-agent-acp==0.8.3", "fast-agent-acp", "-x"], + command: ["uvx", "--from", "fast-agent-acp==0.9.2", "fast-agent-acp", "-x"], }, { id: "gemini", @@ -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.24", + version: "1.1.25", iconId: "nova", installLink: "https://www.compassap.ai/portfolio/nova.html", - command: ["npx", "-y", "@compass-ai/nova@1.1.24", "acp"], + command: ["npx", "-y", "@compass-ai/nova@1.1.25", "acp"], }, { id: "poolside", @@ -302,19 +302,19 @@ const CATALOG_DATA = [ id: "qoder", title: "Qoder CLI", description: "AI coding assistant with agentic capabilities", - version: "1.0.37", + version: "1.0.39", iconId: "qoder", installLink: "https://qoder.com", - command: ["npx", "-y", "@qoder-ai/qodercli@1.0.37", "--acp"], + command: ["npx", "-y", "@qoder-ai/qodercli@1.0.39", "--acp"], }, { id: "qwen-code", title: "Qwen Code", description: "Alibaba's Qwen coding assistant", - version: "0.19.6", + version: "0.19.7", iconId: "qwen-code", installLink: "https://qwenlm.github.io/qwen-code-docs/en/users/overview", - command: ["npx", "-y", "@qwen-code/qwen-code@0.19.6", "--acp", "--experimental-skills"], + command: ["npx", "-y", "@qwen-code/qwen-code@0.19.7", "--acp", "--experimental-skills"], }, { id: "sigit",