Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions apps/web/src/components/app/docs-sections/agents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,10 @@ export function AgentsContent() {
<Section>
<H3>Starting and stopping</H3>
<P>
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.
</P>
</Section>

Expand Down
Loading