mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-07-10 01:29:37 +00:00
27 lines
785 B
YAML
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
|
|
```
|