From ff8af4f7961750ca75a76fab72fd8f58ddf4c554 Mon Sep 17 00:00:00 2001 From: Danilo Leal Date: Tue, 26 Aug 2025 12:44:35 -0300 Subject: [PATCH] Improve copy in the settings view Co-authored-by: Bennet Bo Fenner --- crates/agent_ui/src/agent_configuration.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/agent_ui/src/agent_configuration.rs b/crates/agent_ui/src/agent_configuration.rs index 52fb7eed4b..b1fa924c84 100644 --- a/crates/agent_ui/src/agent_configuration.rs +++ b/crates/agent_ui/src/agent_configuration.rs @@ -1061,7 +1061,7 @@ impl AgentConfiguration { .child(Headline::new("External Agents")) .child( Label::new( - "Use the full power of Zed's UI with your favorite agent, connected via the Agent Client Protocol.", + "Bring the agent of your choice to Zed via our new Agent Client Protocol", ) .color(Color::Muted), ),