From 780c6513f1597854cde776fdf081fa66991f15cf Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Wed, 22 Jul 2026 22:46:17 +0200 Subject: [PATCH] chore(acp): refresh provider catalog versions --- packages/app/src/data/acp-provider-catalog.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/app/src/data/acp-provider-catalog.ts b/packages/app/src/data/acp-provider-catalog.ts index 32be1e16f..f97580c3d 100644 --- a/packages/app/src/data/acp-provider-catalog.ts +++ b/packages/app/src/data/acp-provider-catalog.ts @@ -150,10 +150,10 @@ const CATALOG_DATA = [ 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.21", + version: "0.4.22", iconId: "dirac", installLink: "https://dirac.run", - command: ["npx", "-y", "dirac-cli@0.4.21", "--acp"], + command: ["npx", "-y", "dirac-cli@0.4.22", "--acp"], }, { id: "factory-droid", @@ -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.9.20", + version: "0.9.21", iconId: "fast-agent", installLink: "https://fast-agent.ai/acp/", - command: ["uvx", "--from", "fast-agent-acp==0.9.20", "fast-agent-acp", "-x"], + command: ["uvx", "--from", "fast-agent-acp==0.9.21", "fast-agent-acp", "-x"], }, { id: "gemini", @@ -302,10 +302,10 @@ const CATALOG_DATA = [ id: "qoder", title: "Qoder CLI", description: "AI coding assistant with agentic capabilities", - version: "1.1.2", + version: "1.1.3", iconId: "qoder", installLink: "https://qoder.com", - command: ["npx", "-y", "@qoder-ai/qodercli@1.1.2", "--acp"], + command: ["npx", "-y", "@qoder-ai/qodercli@1.1.3", "--acp"], }, { id: "qwen-code",