From 570e65249624fee1dbd48aedfa08b77b572ea5bc Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Fri, 3 Jul 2026 08:17:17 +0200 Subject: [PATCH] chore: update ACP provider catalog version pins --- packages/app/src/data/acp-provider-catalog.ts | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/packages/app/src/data/acp-provider-catalog.ts b/packages/app/src/data/acp-provider-catalog.ts index b987c590e..2c0ae51f4 100644 --- a/packages/app/src/data/acp-provider-catalog.ts +++ b/packages/app/src/data/acp-provider-catalog.ts @@ -37,10 +37,10 @@ const CATALOG_DATA = [ title: "Auggie CLI", description: "Augment Code's powerful software agent, backed by industry-leading context engine", - version: "0.31.0", + version: "0.32.0", iconId: "auggie", installLink: "https://www.augmentcode.com/", - command: ["npx", "-y", "@augmentcode/auggie@0.31.0", "--acp"], + command: ["npx", "-y", "@augmentcode/auggie@0.32.0", "--acp"], env: { AUGMENT_DISABLE_AUTO_UPDATE: "1", }, @@ -68,10 +68,10 @@ const CATALOG_DATA = [ id: "codebuddy-code", title: "Codebuddy Code", description: "Tencent Cloud's official intelligent coding tool", - version: "2.114.0", + version: "2.115.0", iconId: "codebuddy-code", installLink: "https://www.codebuddy.cn/cli/", - command: ["npx", "-y", "@tencent-ai/codebuddy-code@2.114.0", "--acp"], + command: ["npx", "-y", "@tencent-ai/codebuddy-code@2.115.0", "--acp"], }, { id: "codewhale", @@ -140,29 +140,29 @@ const CATALOG_DATA = [ id: "dimcode", title: "DimCode", description: "A coding agent that puts leading models at your command.", - version: "0.2.12", + version: "0.2.17", iconId: "dimcode", installLink: "https://dimcode.dev/docs/acp.html", - command: ["npx", "-y", "dimcode@0.2.12", "acp"], + command: ["npx", "-y", "dimcode@0.2.17", "acp"], }, { id: "dirac", title: "Dirac", description: "Reduces API costs by more than 50%, produces better and faster work. Uses Hash anchored parallel edits, AST manipulation and a whole lot of neat optimizations. Fully Open Source.", - version: "0.4.12", + version: "0.4.13", iconId: "dirac", installLink: "https://dirac.run", - command: ["npx", "-y", "dirac-cli@0.4.12", "--acp"], + command: ["npx", "-y", "dirac-cli@0.4.13", "--acp"], }, { id: "factory-droid", title: "Factory Droid", description: "Factory Droid - AI coding agent powered by Factory AI", - version: "0.161.0", + version: "0.164.0", iconId: "factory-droid", installLink: "https://factory.ai/product/cli", - command: ["npx", "-y", "droid@0.161.0", "exec", "--output-format", "acp-daemon"], + command: ["npx", "-y", "droid@0.164.0", "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.1", + version: "0.8.3", iconId: "fast-agent", installLink: "https://fast-agent.ai/acp/", - command: ["uvx", "--from", "fast-agent-acp==0.8.1", "fast-agent-acp", "-x"], + command: ["uvx", "--from", "fast-agent-acp==0.8.3", "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.22", + version: "1.1.24", iconId: "nova", installLink: "https://www.compassap.ai/portfolio/nova.html", - command: ["npx", "-y", "@compass-ai/nova@1.1.22", "acp"], + command: ["npx", "-y", "@compass-ai/nova@1.1.24", "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.33", + version: "1.0.36", iconId: "qoder", installLink: "https://qoder.com", - command: ["npx", "-y", "@qoder-ai/qodercli@1.0.33", "--acp"], + command: ["npx", "-y", "@qoder-ai/qodercli@1.0.36", "--acp"], }, { id: "qwen-code", title: "Qwen Code", description: "Alibaba's Qwen coding assistant", - version: "0.19.3", + version: "0.19.5", iconId: "qwen-code", installLink: "https://qwenlm.github.io/qwen-code-docs/en/users/overview", - command: ["npx", "-y", "@qwen-code/qwen-code@0.19.3", "--acp", "--experimental-skills"], + command: ["npx", "-y", "@qwen-code/qwen-code@0.19.5", "--acp", "--experimental-skills"], }, { id: "sigit",