From 10283db975fdad6b9cfb84d05c6f181a93f8cde0 Mon Sep 17 00:00:00 2001 From: Jonathan Jin Date: Tue, 3 Feb 2026 14:01:54 -0500 Subject: [PATCH] Add Cline to agents list in documentation See: https://cline.bot/blog/announcing-cline-cli-2-0 --- docs/get-started/agents.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/get-started/agents.mdx b/docs/get-started/agents.mdx index 340623f3..859f6e3f 100644 --- a/docs/get-started/agents.mdx +++ b/docs/get-started/agents.mdx @@ -9,6 +9,7 @@ The following agents can be used with an ACP Client: - [Augment Code](https://docs.augmentcode.com/cli/acp) - [Blackbox AI](https://docs.blackbox.ai/features/blackbox-cli/introduction) - [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview) (via [Zed's SDK adapter](https://github.com/zed-industries/claude-code-acp)) +- [Cline](https://cline.bot/) - [Codex CLI](https://developers.openai.com/codex/cli) (via [Zed's adapter](https://github.com/zed-industries/codex-acp)) - [Code Assistant](https://github.com/stippi/code-assistant?tab=readme-ov-file#configuration) - [Docker's cagent](https://github.com/docker/cagent)