awesome-opencode/data/plugins/opencode-host-notify-bridge.yaml
2026-06-03 21:39:44 +01:00

27 lines
785 B
YAML

name: Opencode Host Notify Bridge
repo: https://github.com/Zaradacht/opencode-host-notify-bridge
homepage: https://github.com/Zaradacht/opencode-host-notify-bridge
tagline: Devcontainer notifications bridged back to the host
description: OpenCode plugin and host helper that forward permission, question, and idle notifications from devcontainers to the host machine for desktop alerts and sound.
scope:
- global
tags:
- devcontainer
- notifications
- zed
- macos
installation: |
Add the plugin to `~/.config/opencode/opencode.json`:
```json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-host-notify-bridge"]
}
```
Then configure `host-notify-bridge.json` and start the host helper:
```bash
opencode-host-notify-server
```