From 0effcde3fdb2d42c3b78c7516d25c75188db3bda Mon Sep 17 00:00:00 2001 From: Eric MArchand Date: Tue, 14 Jul 2026 08:58:14 +0200 Subject: [PATCH] docs: add acpdbg to connectors as lldb bridge --- docs/get-started/clients.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/get-started/clients.mdx b/docs/get-started/clients.mdx index 064fdccd2..cb4572f65 100644 --- a/docs/get-started/clients.mdx +++ b/docs/get-started/clients.mdx @@ -119,3 +119,4 @@ These connectors bridge ACP into other environments and transport layers: - [ACP Remote](https://github.com/vcoderun/acpkit/tree/main/packages/transports/acpremote) - remote WebSocket transport for ACP agents and clients. - [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. +- [acpdbg](https://github.com/phimage/acpdbg) — bridges LLDB crashes (C/C++/Rust/Swift) to any ACP coding agent for root-cause analysis and live debugging \ No newline at end of file