Update ACP catalog pins

This commit is contained in:
Mohamed Boudra
2026-06-10 11:58:22 +07:00
parent 27b6242128
commit a3959dd99f

View File

@@ -59,19 +59,19 @@ const CATALOG_DATA = [
title: "Cline", title: "Cline",
description: description:
"Autonomous coding agent CLI - capable of creating/editing files, running commands, using the browser, and more", "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", iconId: "cline",
installLink: "https://cline.bot/cli", installLink: "https://cline.bot/cli",
command: ["npx", "-y", "cline@3.0.20", "--acp"], command: ["npx", "-y", "cline@3.0.23", "--acp"],
}, },
{ {
id: "codebuddy-code", id: "codebuddy-code",
title: "Codebuddy Code", title: "Codebuddy Code",
description: "Tencent Cloud's official intelligent coding tool", description: "Tencent Cloud's official intelligent coding tool",
version: "2.103.4", version: "2.105.0",
iconId: "codebuddy-code", iconId: "codebuddy-code",
installLink: "https://www.codebuddy.cn/cli/", 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", id: "codewhale",
@@ -140,10 +140,10 @@ const CATALOG_DATA = [
id: "dimcode", id: "dimcode",
title: "DimCode", title: "DimCode",
description: "A coding agent that puts leading models at your command.", description: "A coding agent that puts leading models at your command.",
version: "0.1.0", version: "0.1.5",
iconId: "dimcode", iconId: "dimcode",
installLink: "https://dimcode.dev/docs/acp.html", 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", id: "dirac",
@@ -159,10 +159,10 @@ const CATALOG_DATA = [
id: "factory-droid", id: "factory-droid",
title: "Factory Droid", title: "Factory Droid",
description: "Factory Droid - AI coding agent powered by Factory AI", description: "Factory Droid - AI coding agent powered by Factory AI",
version: "0.142.0", version: "0.144.0",
iconId: "factory-droid", iconId: "factory-droid",
installLink: "https://factory.ai/product/cli", 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: { env: {
DROID_DISABLE_AUTO_UPDATE: "true", DROID_DISABLE_AUTO_UPDATE: "true",
FACTORY_DROID_AUTO_UPDATE_ENABLED: "false", FACTORY_DROID_AUTO_UPDATE_ENABLED: "false",
@@ -182,10 +182,10 @@ const CATALOG_DATA = [
id: "gemini", id: "gemini",
title: "Gemini CLI", title: "Gemini CLI",
description: "Google's official CLI for Gemini", description: "Google's official CLI for Gemini",
version: "0.45.2", version: "0.46.0",
iconId: "gemini", iconId: "gemini",
installLink: "https://geminicli.com", 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", id: "glm-acp-agent",
@@ -284,10 +284,10 @@ const CATALOG_DATA = [
id: "nova", id: "nova",
title: "Nova", title: "Nova",
description: "Nova by Compass AI - a fully-fledged software engineer at your command", description: "Nova by Compass AI - a fully-fledged software engineer at your command",
version: "1.1.15", version: "1.1.16",
iconId: "nova", iconId: "nova",
installLink: "https://www.compassap.ai/portfolio/nova.html", 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", id: "poolside",
@@ -302,10 +302,10 @@ const CATALOG_DATA = [
id: "qoder", id: "qoder",
title: "Qoder CLI", title: "Qoder CLI",
description: "AI coding assistant with agentic capabilities", description: "AI coding assistant with agentic capabilities",
version: "1.0.14", version: "1.0.16",
iconId: "qoder", iconId: "qoder",
installLink: "https://qoder.com", 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", id: "qwen-code",