sundusk/dsh-waterball-pet ↗★ 0
@linxin666/dsh-waterball
Water ball pet plugin for the dsh web GUI: a floating sky-blue water ball with white eyes that reacts to agent activity (idle / thinking / tool) and ships an enable toggle plus size in the Web UI plugin settings.
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sundusk/dsh-waterball-pet说明文档
阅读完整 README ↗dsh-waterball-pet
一个适用于 DeepSeek Harness Web UI 的漂浮水球宠物插件。水球使用纯 SVG 绘制, 会根据 Agent 的会话状态切换动画和氛围呼吸灯,并支持在 Web UI 中开关、调整大小 和拖动位置。
This is a floating water-ball pet plugin for the DeepSeek Harness Web UI. It is drawn with SVG and reacts to Agent session events with state animations and colored ambient halos. The Web UI settings card controls visibility, size, and position.
状态、呼吸灯与操作
水球主体始终保持天蓝色;变化的是水球周围的氛围呼吸灯。
| 状态 | mood | 呼吸灯颜色 | 触发事件 / 操作 | 动画与持续时间 |
|---|---|---|---|---|
| 空闲 | idle | 蓝色 #60a5fa | 没有活动;activity/status 的 idle | 上下浮动 |
| 思考 / 工作 | waiting | 绿色 #34d399 | turn/start、step/start、assistant/chunk;或 activity/status 的 waiting / thinking | 左右张望,持续到下一状态 |
| 工具调用 | jumping | 紫色 #a855f7 | tool/call;或 activity/status 的 tool | 跳跃,持续到工具结果 |
| 工具结果后继续思考 | waiting | 绿色 #34d399 | tool/result | 回到思考动画 |
| 完成 | done | 青色 #22d3ee | activity/status 的 done;或 turn/end 的 reason=completed | 欢快跳动约 2.5 秒 |
| 出错 | failed | 红色 #f87171 | turn/end 的 reason=error | 低头沮丧约 3 秒 |
| 中断 / 停止 | stopped | 黑色 #000000 | turn/end 的 reason=aborted、blocked、max-tokens 或其他停止原因 | 静止下沉约 3 秒 |
| 点击挥手 | waving | 橙色 #fb923c | 单击水球 | 左右摇摆约 1.6 秒 |
标准 DSH 会话事件始终作为状态来源;如果额外安装了活动状态插件,也兼容
activity/status 事件。