From 6210c5c3069d35a8194c4fab262ae26e67e1d1b1 Mon Sep 17 00:00:00 2001 From: Brad Harris Date: Sun, 12 Jul 2026 22:07:39 -0600 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20"stop=20button"=20=E2=86=92=20"pa?= =?UTF-8?q?use=20button"=20in=20Agents=20docs=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The UI consistently uses "Pause" terminology — button icon, aria-label, confirmation dialog title, and dialog button text all say "Pause". The dialog explicitly says the session can be resumed later. Updated the docs to match and removed the misleading "terminate" wording. Co-Authored-By: Claude Opus 4.6 --- apps/web/src/components/app/docs-sections/agents.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/web/src/components/app/docs-sections/agents.tsx b/apps/web/src/components/app/docs-sections/agents.tsx index 6a0bc711..d9dd71a7 100644 --- a/apps/web/src/components/app/docs-sections/agents.tsx +++ b/apps/web/src/components/app/docs-sections/agents.tsx @@ -121,9 +121,10 @@ export function AgentsContent() {

Starting and stopping

- Press the play button to resume a stopped agent. Press the stop button - to terminate it. Click an agent card to attach your terminal to its - session, or click again to detach without stopping. + Press the play button to resume a stopped agent. Press the pause + button to stop it — a confirmation dialog appears first, and you can + resume the session later. Click an agent card to attach your terminal + to its session, or click again to detach without stopping.