Hi. I followed the instructions and i can not get peon to work with opencode. I can see the plugin being "on" in the desktop ui, but i dont get any audio from the desktop app nor the cli.
PS C:\Users\DragonSebastianJohan\.claude\hooks\peon-ping\adapters> .\opencode.ps1
> Installing peon-ping for OpenCode...
> Downloading peon-ping.ts plugin...
> Plugin installed to C:\Users\DragonSebastianJohan\AppData\Local\opencode\plugins\peon-ping.ts
> Config already exists, preserved.
> Pack 'peon' already installed.
> peon-ping installed for OpenCode!
Plugin: C:\Users\DragonSebastianJohan\AppData\Local\opencode\plugins\peon-ping.ts
Config: C:\Users\DragonSebastianJohan\AppData\Local\opencode\peon-ping\config.json
Packs: C:\Users\DragonSebastianJohan\.openpeon\packs
> Restart OpenCode to activate. Your Peon awaits.
> Install more packs: https://openpeon.com/packs
config.json
{
"spam_threshold": 3,
"volume": 0.5,
"categories": {
"task.acknowledge": true,
"task.complete": true,
"session.end": true,
"task.error": true,
"session.start": true,
"task.progress": true,
"resource.limit": true,
"input.required": true,
"user.spam": true
},
"pack_rotation": [
],
"enabled": true,
"spam_window_seconds": 10,
"debounce_ms": 500,
"active_pack": "peon"
}
Am i missing something?
Hi. I followed the instructions and i can not get peon to work with opencode. I can see the plugin being "on" in the desktop ui, but i dont get any audio from the desktop app nor the cli.
config.json
{ "spam_threshold": 3, "volume": 0.5, "categories": { "task.acknowledge": true, "task.complete": true, "session.end": true, "task.error": true, "session.start": true, "task.progress": true, "resource.limit": true, "input.required": true, "user.spam": true }, "pack_rotation": [ ], "enabled": true, "spam_window_seconds": 10, "debounce_ms": 500, "active_pack": "peon" }Am i missing something?