wsxwj123/dsh-plugins--packages-pet-bridge ↗★ 7
dsh-pet-bridge
DSH server plugin: push dsh session status to the cc-pet desktop pet bubble in real time.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wsxwj123/dsh-plugins#c451cddbfe9953029eeb4f0e2ecb331a490adac0&path:packages/pet-bridge说明文档
阅读完整 README ↗配置
cordis 插件配置(默认值即可用):
{
"port": 7779, // pet HookServer 端口(仅回环)
"pollInterval": 250, // 事件轮询间隔 ms(>0)
"enabled": true // 总开关,false 时零推送
}