From 196bd32043e30a4dd286966e1506ffd60cdb61a8 Mon Sep 17 00:00:00 2001 From: Sergey Ignatov Date: Thu, 8 Jan 2026 15:31:59 +0100 Subject: [PATCH] Add Blackbox AI to agents list --- docs/overview/agents.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/overview/agents.mdx b/docs/overview/agents.mdx index ebc8a87e..3b9cd7ad 100644 --- a/docs/overview/agents.mdx +++ b/docs/overview/agents.mdx @@ -7,6 +7,7 @@ The following agents can be used with an ACP Client: - [AgentPool](https://phil65.github.io/agentpool/advanced/acp-integration/) - [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)) - [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)