From e44d167e56a8b3d3843ef523be47905cb2958e13 Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Wed, 7 May 2025 10:38:15 -0300 Subject: [PATCH] docs: Add section about following the agent (#30119) Release Notes: - N/A --- docs/src/ai/agent-panel.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/ai/agent-panel.md b/docs/src/ai/agent-panel.md index 1a4354c84c..855265e1f5 100644 --- a/docs/src/ai/agent-panel.md +++ b/docs/src/ai/agent-panel.md @@ -36,6 +36,13 @@ The items in this menu work similarly to tabs, and closing them from there doesn You can also view all historical conversations with the `View All` option from within the same menu or by reaching for the {#kb agent::OpenHistory} binding. +### Following the Agent {#following-the-agent} + +Zed is built with collaboration natively integrated into the product. +This approach extends to collaboration with AI as well. + +As soon as you send a prompt to the Agent, click on the "crosshair" icon at the bottom left of the panel to follow along as it reads through your codebase and performs edits. + ### Reviewing Changes {#reviewing-changes} If you are using a profile that includes write tools, and the agent has made changes to your project, you'll notice the Agent Panel surfaces the fact that edits have been applied.