From b69bbaef452eef4c53d92fe08608848365767767 Mon Sep 17 00:00:00 2001 From: Danilo Leal Date: Tue, 26 Aug 2025 12:55:01 -0300 Subject: [PATCH] Tweaks to the agent panel page Co-authored-by: Bennet Bo Fenner --- docs/src/ai/agent-panel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/ai/agent-panel.md b/docs/src/ai/agent-panel.md index 64ece6a108..9b39f9abdd 100644 --- a/docs/src/ai/agent-panel.md +++ b/docs/src/ai/agent-panel.md @@ -24,10 +24,10 @@ You should start to see the responses stream in with indications of [which tools ### Creating New Threads The default view for the Agent Panel uses Zed's first-party agent. -Every time that you hit {#kb agent::NewThread}, it creates a new thread using the currently selected agent and view. +Every time that you hit {#kb agent::NewThread}, it creates a new thread using the currently selected agent. To change that, go to the plus button in the top-right of the Agent Panel and choose another option. -You'll see the option to create a new [Text Thread](./text-threads.md) or, if you have [external agents](/.external-agents.md) connected, to chose new threads with them. +You choose to create a new [Text Thread](./text-threads.md) or, if you have [external agents](/.external-agents.md) connected, you can create new threads with them. ### Editing Messages {#editing-messages}