From 0d29beba6fa1473cc6b6f406a4a81fcfc23cffb8 Mon Sep 17 00:00:00 2001 From: Raman Marozau Date: Mon, 30 Mar 2026 23:48:57 +0200 Subject: [PATCH 1/2] docs: update registry agents - Add stdio Bus to agents list in agents.mdx - Add stdio Bus to connectors list in clients.mdx - Update documentation with new ACP-compatible tools --- docs/get-started/agents.mdx | 1 + docs/get-started/clients.mdx | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/get-started/agents.mdx b/docs/get-started/agents.mdx index ff82fa2d..5cdc5bd7 100644 --- a/docs/get-started/agents.mdx +++ b/docs/get-started/agents.mdx @@ -33,4 +33,5 @@ The following agents can be used with an ACP Client: - [Qoder CLI](https://docs.qoder.com/cli/acp) - [Qwen Code](https://github.com/QwenLM/qwen-code) - [Stakpak](https://github.com/stakpak/agent?tab=readme-ov-file#agent-client-protocol-acp) +- [stdio Bus](https://github.com/stdiobus/stdiobus) - [VT Code](https://github.com/vinhnx/vtcode/blob/main/README.md#zed-ide-integration-agent-client-protocol) diff --git a/docs/get-started/clients.mdx b/docs/get-started/clients.mdx index 180b63a8..c2a90f95 100644 --- a/docs/get-started/clients.mdx +++ b/docs/get-started/clients.mdx @@ -79,3 +79,4 @@ These connectors bridge ACP into other environments and transport layers: - [Aptove Bridge](https://github.com/aptove/bridge) — bridges stdio-based ACP agents to the Aptove mobile client over WebSocket - [OpenClaw](https://docs.openclaw.ai/cli/acp) — through the [`openclaw acp`](https://docs.openclaw.ai/cli/acp) bridge to an OpenClaw Gateway +- [stdio Bus](https://stdiobus.com) – deterministic stdio-based kernel providing transport-level routing for ACP/MCP-style agent protocols. \ No newline at end of file From 94d0f1a5c9c1ddc04660f7cb5e01d08bbe1275d1 Mon Sep 17 00:00:00 2001 From: "Anna.Zhdan" Date: Tue, 7 Apr 2026 09:03:09 +0200 Subject: [PATCH 2/2] style: fix prettier formatting in clients.mdx Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/get-started/clients.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/get-started/clients.mdx b/docs/get-started/clients.mdx index c2a90f95..2f4743eb 100644 --- a/docs/get-started/clients.mdx +++ b/docs/get-started/clients.mdx @@ -79,4 +79,4 @@ These connectors bridge ACP into other environments and transport layers: - [Aptove Bridge](https://github.com/aptove/bridge) — bridges stdio-based ACP agents to the Aptove mobile client over WebSocket - [OpenClaw](https://docs.openclaw.ai/cli/acp) — through the [`openclaw acp`](https://docs.openclaw.ai/cli/acp) bridge to an OpenClaw Gateway -- [stdio Bus](https://stdiobus.com) – deterministic stdio-based kernel providing transport-level routing for ACP/MCP-style agent protocols. \ No newline at end of file +- [stdio Bus](https://stdiobus.com) – deterministic stdio-based kernel providing transport-level routing for ACP/MCP-style agent protocols.