From aa918fc39e4ec10d704e92121bac40fb6a8ed198 Mon Sep 17 00:00:00 2001 From: luka Date: Mon, 7 Sep 2026 23:19:04 +0800 Subject: [PATCH 1/2] docs: add Panda to clients list (Desktop and Web) --- 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 a3c1d98a2..0bfcf2343 100644 --- a/docs/get-started/clients.mdx +++ b/docs/get-started/clients.mdx @@ -75,6 +75,7 @@ The following projects implement ACP directly, connect ACP agents to other envir - [Minion Mind](https://minion-mind.nebulame.com/) — through the [Agent Client](https://github.com/RAIT-09/obsidian-agent-client) plugin - [Mitto](https://github.com/inercia/mitto) - [Ngent](https://github.com/beyond5959/ngent) +- [Panda](https://github.com/lukaisluka/Panda) — conversation-first open-source client with inline permission cards, polished diffs and session history; browser demo included (Web, macOS, Windows) - [Poolside Desktop Assistant](https://poolside.ai/get-started) - An agent agnostic worktree native macOS desktop app. - [qwen-audio-agent](https://github.com/QwenAudio/qwen-audio-agent) — realtime full-duplex voice client for ACP agents, with wake word and barge-in (macOS desktop, TUI, Web) - [RayClaw](https://github.com/rayclaw/rayclaw?tab=readme-ov-file#acp-agent-client-protocol) From a293467f115d734ab8849666b8478818ba592b5a Mon Sep 17 00:00:00 2001 From: luka Date: Tue, 8 Sep 2026 18:02:41 +0800 Subject: [PATCH 2/2] docs: reword Panda entry for the agent-developer audience --- 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 0bfcf2343..41e03e307 100644 --- a/docs/get-started/clients.mdx +++ b/docs/get-started/clients.mdx @@ -75,7 +75,7 @@ The following projects implement ACP directly, connect ACP agents to other envir - [Minion Mind](https://minion-mind.nebulame.com/) — through the [Agent Client](https://github.com/RAIT-09/obsidian-agent-client) plugin - [Mitto](https://github.com/inercia/mitto) - [Ngent](https://github.com/beyond5959/ngent) -- [Panda](https://github.com/lukaisluka/Panda) — conversation-first open-source client with inline permission cards, polished diffs and session history; browser demo included (Web, macOS, Windows) +- [Panda](https://github.com/lukaisluka/Panda) — a ready-made UI for your ACP agent: you implement the agent side, Panda ships the streaming chat, tool-call cards, inline permission prompts, diffs and session history (Web with scripted demo; macOS/Windows desktop) - [Poolside Desktop Assistant](https://poolside.ai/get-started) - An agent agnostic worktree native macOS desktop app. - [qwen-audio-agent](https://github.com/QwenAudio/qwen-audio-agent) — realtime full-duplex voice client for ACP agents, with wake word and barge-in (macOS desktop, TUI, Web) - [RayClaw](https://github.com/rayclaw/rayclaw?tab=readme-ov-file#acp-agent-client-protocol)