From 6b907bd1026d1452a1c1a080d817a70981da3151 Mon Sep 17 00:00:00 2001 From: Danilo Leal <67129314+danilo-leal@users.noreply.github.com> Date: Wed, 1 Oct 2025 14:44:36 -0300 Subject: [PATCH] docs: Improve description on some agent settings (#39306) Just a small wording refinement. Release Notes: - N/A --- docs/src/ai/agent-settings.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/src/ai/agent-settings.md b/docs/src/ai/agent-settings.md index bab3bcd456c2599968500ec39e3399b2a3f59ac8..17f4a620ee6a8df8e319fdf7377a7e064e0a4de3 100644 --- a/docs/src/ai/agent-settings.md +++ b/docs/src/ai/agent-settings.md @@ -138,7 +138,7 @@ Use the `agent_font_size` setting to change the font size of rendered agent resp ### Auto-run Commands -Control whether you want to allow the agent to run commands without asking you for permission. +Control whether to allow the agent to run commands without asking you for permission. The default value is `false`. ```json @@ -151,7 +151,7 @@ The default value is `false`. ### Single-file Review -Control whether you want to see review actions (accept & reject) in single buffers after the agent is done performing edits. +Control whether to display review actions (accept & reject) in single buffers after the agent is done performing edits. The default value is `false`. ```json @@ -166,7 +166,7 @@ When set to false, these controls are only available in the multibuffer review t ### Sound Notification -Control whether you want to hear a notification sound when the agent is done generating changes or needs your input. +Control whether to hear a notification sound when the agent is done generating changes or needs your input. The default value is `false`. ```json @@ -232,7 +232,7 @@ It is set to `true` by default, but if set to false, the card will be fully coll ### Feedback Controls -Control whether you want to see the thumbs up/down buttons to give Zed feedback about the agent's performance. +Control whether to display the thumbs up/down buttons at the bottom of each agent response, allowing to give Zed feedback about the agent's performance. The default value is `true`. ```json