From 07fe86f586e82941aa834e393b4e7ba791707255 Mon Sep 17 00:00:00 2001 From: Danilo Leal Date: Tue, 26 Aug 2025 13:10:45 -0300 Subject: [PATCH] Make debugging agents section more prominent Co-authored-by: Antonio Scandurra Co-authored-by: Matt Miller Co-authored-by: Bennet Bo Fenner --- docs/src/ai/external-agents.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/ai/external-agents.md b/docs/src/ai/external-agents.md index e07ee65304..8e40ea1e6e 100644 --- a/docs/src/ai/external-agents.md +++ b/docs/src/ai/external-agents.md @@ -74,4 +74,6 @@ If you have written (or are writing) a tool that speaks ACP, and you'd like to t } ``` -Zed has some support for debugging ACP connections, and you can open the debug view with `dev: open acp logs` from the command palette. +## Debugging Agents + +When using external agents in Zed, you can access the debug via with `dev: open acp logs` from the Command Palette.