summaryrefslogtreecommitdiffhomepage
path: root/packages/web/src/content/docs/plugins.mdx
diff options
context:
space:
mode:
authoropencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>2025-12-30 09:44:09 -0600
committerGitHub <[email protected]>2025-12-30 09:44:09 -0600
commit37da005a0141b099bb72671b320991c85de8cd0f (patch)
treec42dfb5fa54fe598c7409b45193baddc23b589a2 /packages/web/src/content/docs/plugins.mdx
parent8b708242f1eb21e40af5ef24e6e3eb4b7683a45e (diff)
downloadopencode-37da005a0141b099bb72671b320991c85de8cd0f.tar.gz
opencode-37da005a0141b099bb72671b320991c85de8cd0f.zip
docs: projects, find.files, notifications (#6438)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/web/src/content/docs/plugins.mdx')
-rw-r--r--packages/web/src/content/docs/plugins.mdx4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/web/src/content/docs/plugins.mdx b/packages/web/src/content/docs/plugins.mdx
index ef2f1338d..59a701083 100644
--- a/packages/web/src/content/docs/plugins.mdx
+++ b/packages/web/src/content/docs/plugins.mdx
@@ -230,6 +230,10 @@ export const NotificationPlugin = async ({ project, client, $, directory, worktr
We are using `osascript` to run AppleScript on macOS. Here we are using it to send notifications.
+:::note
+If you’re using the OpenCode desktop app, it can send system notifications automatically when a response is ready or when a session errors.
+:::
+
---
### .env protection