opencode-notify-cmux
v0.1.2
Published
OpenCode plugin that sends cmux desktop notifications for session lifecycle events
Downloads
22
Maintainers
Readme
opencode-notify-cmux
OpenCode plugin that sends local cmux notifications when a session is waiting, fails, or completes.
Requirements
- macOS with
cmuxinstalled at/opt/homebrew/bin/cmux - OpenCode
Download from GitHub
git clone https://github.com/lucaskenda/opecode-notify-cmux.git
cd opecode-notify-cmuxInstall as an npm module
Then reference the installed module in your OpenCode config:
{
"$schema": "https://opencode.ai/config.json",
"plugin": [
"opencode-notify-cmux"
]
}Configure in OpenCode
Add this plugin path in your OpenCode config (opencode.jsonc or ~/.config/opencode/opencode.json):
{
"$schema": "https://opencode.ai/config.json",
"plugin": [
"/absolute/path/to/opencode-notify-cmux/hooks.js"
]
}After saving config changes, restart OpenCode.
Pull latest from GitHub
Run this inside the plugin repo:
git pull origin main