From e02c09c48b2d3d907bbe56ad91c5459cfb5e6960 Mon Sep 17 00:00:00 2001 From: Duc Lv Date: Sun, 14 Jun 2026 23:24:54 +0700 Subject: [PATCH 1/2] docs: add ACP Pro extension for IDE and Editor client --- docs/get-started/clients.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/get-started/clients.mdx b/docs/get-started/clients.mdx index 888c4b1a4..fd64c2724 100644 --- a/docs/get-started/clients.mdx +++ b/docs/get-started/clients.mdx @@ -19,6 +19,8 @@ The following projects implement ACP directly, connect ACP agents to other envir - [Unity ACP Client](https://github.com/3DLabInstruments/UnityACPClient)(Unity plugin) - [Unity Agent Client](https://github.com/nuskey8/UnityAgentClient) (Unity editor) - Visual Studio Code — through the [ACP Client](https://github.com/formulahendry/vscode-acp) extension +- Microsoft VS Code: [ACP Pro Extension](https://marketplace.visualstudio.com/items?itemName=duclvz.acp-pro) +- VS Code–compatible IDEs (Cursor, Windsurf, Trae,..): [ACP Pro Extension](https://open-vsx.org/extension/duclvz/acp-pro) - [Zed](https://zed.dev/docs/ai/external-agents) ## CLI and TUI From f476dc0381381f8ad1cb59b322f1243775667ea2 Mon Sep 17 00:00:00 2001 From: Ben Brandt Date: Thu, 2 Jul 2026 13:24:21 +0200 Subject: [PATCH 2/2] Fix format --- docs/get-started/clients.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/get-started/clients.mdx b/docs/get-started/clients.mdx index fd64c2724..96aaf5eee 100644 --- a/docs/get-started/clients.mdx +++ b/docs/get-started/clients.mdx @@ -18,9 +18,10 @@ The following projects implement ACP directly, connect ACP agents to other envir - [Obsidian](https://obsidian.md) — through the [Agent Client](https://github.com/RAIT-09/obsidian-agent-client) plugin - [Unity ACP Client](https://github.com/3DLabInstruments/UnityACPClient)(Unity plugin) - [Unity Agent Client](https://github.com/nuskey8/UnityAgentClient) (Unity editor) -- Visual Studio Code — through the [ACP Client](https://github.com/formulahendry/vscode-acp) extension -- Microsoft VS Code: [ACP Pro Extension](https://marketplace.visualstudio.com/items?itemName=duclvz.acp-pro) -- VS Code–compatible IDEs (Cursor, Windsurf, Trae,..): [ACP Pro Extension](https://open-vsx.org/extension/duclvz/acp-pro) +- Visual Studio Code + - [ACP Client](https://github.com/formulahendry/vscode-acp) extension + - [ACP Pro Extension](https://marketplace.visualstudio.com/items?itemName=duclvz.acp-pro) + - VS Code–compatible IDEs (Cursor, Windsurf, Trae,..): [ACP Pro Extension](https://open-vsx.org/extension/duclvz/acp-pro) - [Zed](https://zed.dev/docs/ai/external-agents) ## CLI and TUI