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.

AI Analysis

核心用途是实现 DSH 运行状态的趣味化桌面提醒。适合正在使用 cc-pet 桌面宠物,并希望宠物能实时反馈 DSH 任务进度的用户。

Package
dsh-pet-bridge
Version
0.1.0
License
MIT
Last updated
Aug 17, 2026

Install

$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 时零推送
}