docs: Add section about agent notification (#30121)

Release Notes:

- N/A
This commit is contained in:
Danilo Leal 2025-05-07 10:41:49 -03:00 committed by GitHub
parent e44d167e56
commit 542c4a3d35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.