From 3e28b9b59eba9f69b092a89f391aba7527012bf4 Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Sat, 4 Jul 2026 10:20:07 +0200 Subject: [PATCH] chore(providers): update ACP catalog pins --- packages/app/src/data/acp-provider-catalog.ts | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/app/src/data/acp-provider-catalog.ts b/packages/app/src/data/acp-provider-catalog.ts index 2c0ae51f4..cd2c6458c 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.34", + version: "3.0.37", iconId: "cline", installLink: "https://cline.bot/cli", - command: ["npx", "-y", "cline@3.0.34", "--acp"], + command: ["npx", "-y", "cline@3.0.37", "--acp"], }, { id: "codebuddy-code", title: "Codebuddy Code", description: "Tencent Cloud's official intelligent coding tool", - version: "2.115.0", + version: "2.116.0", iconId: "codebuddy-code", installLink: "https://www.codebuddy.cn/cli/", - command: ["npx", "-y", "@tencent-ai/codebuddy-code@2.115.0", "--acp"], + command: ["npx", "-y", "@tencent-ai/codebuddy-code@2.116.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.2.17", + version: "0.2.19", iconId: "dimcode", installLink: "https://dimcode.dev/docs/acp.html", - command: ["npx", "-y", "dimcode@0.2.17", "acp"], + command: ["npx", "-y", "dimcode@0.2.19", "acp"], }, { id: "dirac", @@ -302,19 +302,19 @@ const CATALOG_DATA = [ id: "qoder", title: "Qoder CLI", description: "AI coding assistant with agentic capabilities", - version: "1.0.36", + version: "1.0.37", iconId: "qoder", installLink: "https://qoder.com", - command: ["npx", "-y", "@qoder-ai/qodercli@1.0.36", "--acp"], + command: ["npx", "-y", "@qoder-ai/qodercli@1.0.37", "--acp"], }, { id: "qwen-code", title: "Qwen Code", description: "Alibaba's Qwen coding assistant", - version: "0.19.5", + version: "0.19.6", iconId: "qwen-code", installLink: "https://qwenlm.github.io/qwen-code-docs/en/users/overview", - command: ["npx", "-y", "@qwen-code/qwen-code@0.19.5", "--acp", "--experimental-skills"], + command: ["npx", "-y", "@qwen-code/qwen-code@0.19.6", "--acp", "--experimental-skills"], }, { id: "sigit",