Skip to content

docs: Add section about agent notification #30121

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 7, 2025
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
Add section about agent notification
  • Loading branch information
danilo-leal committed May 7, 2025
commit 801c83009a135d3104eb4df96f704992bbcb1c22
6 changes: 6 additions & 0 deletions docs/src/ai/agent-panel.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ This approach extends to collaboration with AI as well.

As soon as you send a prompt to the Agent, click on the "crosshair" icon at the bottom left of the panel to follow along as it reads through your codebase and performs edits.

### Get Notified {#get-notified}

If you send a prompt to the Agent and then move elsewhere, putting Zed in the background, a notification will pop up at the top right of your monitor indicating that the Agent has completed its work.

You can customize the notification behavior or turn it off entirely by using the `agent.notify_when_agent_waiting` key.

### Reviewing Changes {#reviewing-changes}

If you are using a profile that includes write tools, and the agent has made changes to your project, you'll notice the Agent Panel surfaces the fact that edits have been applied.
Expand Down
Loading