wsxwj123/dsh-plugins--packages-pet-bridge7

dsh-pet-bridge

DSH server plugin: push dsh session status to the cc-pet desktop pet bubble in real time.

包名
dsh-pet-bridge
版本
0.1.0
许可证
MIT
最近更新
2026年8月17日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wsxwj123/dsh-plugins#c451cddbfe9953029eeb4f0e2ecb331a490adac0&path:packages/pet-bridge

配置

cordis 插件配置(默认值即可用):

{
  "port": 7779,          // pet HookServer 端口(仅回环)
  "pollInterval": 250,   // 事件轮询间隔 ms(>0)
  "enabled": true        // 总开关,false 时零推送
}