From 25c40fae52887ee036c5d183e85bdcaf44dd7fb9 Mon Sep 17 00:00:00 2001 From: Danilo Leal Date: Mon, 25 Aug 2025 19:32:11 -0300 Subject: [PATCH] Tiny tweaks --- docs/src/ai/external-agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/ai/external-agents.md b/docs/src/ai/external-agents.md index b0829d472f..9c44b36c5b 100644 --- a/docs/src/ai/external-agents.md +++ b/docs/src/ai/external-agents.md @@ -1,6 +1,6 @@ # External Agents -Zed has support for integrating with existing terminal based agentic coding tools through the [Agent Client Protocol (ACP)](https://agentclientprotocol.com), +Zed has support for integrating with existing terminal-based agentic coding tools through the [Agent Client Protocol (ACP)](https://agentclientprotocol.com). At the moment, Zed supports [Gemini CLI](https://github.com/google-gemini/gemini-cli) as a reference implementation of an external agent speaking ACP.