From 3c18b8297f4bb0338203893e36e4e24117332a31 Mon Sep 17 00:00:00 2001 From: Yusuzhan Date: Tue, 28 Apr 2026 21:13:40 +0800 Subject: [PATCH] docs: add opencode-simple-notify to plugins --- data/plugins/opencode-simple-notify.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/plugins/opencode-simple-notify.yaml diff --git a/data/plugins/opencode-simple-notify.yaml b/data/plugins/opencode-simple-notify.yaml new file mode 100644 index 0000000..d8f7033 --- /dev/null +++ b/data/plugins/opencode-simple-notify.yaml @@ -0,0 +1,4 @@ +name: Simple Notify +repo: https://github.com/Yusuzhan/opencode-simple-notify +tagline: Native desktop notifications with near-zero dependencies +description: Lightweight desktop notification plugin for OpenCode. Sends native OS notifications via dbus (Linux) and osascript (macOS) when sessions complete, error, need approval, or wait for input. Shows project name, elapsed time, and message preview.