跳到正文
dsh-market 浏览插件 GitHub EN

Little-Star888/dsh-pelican

右下角鹈鹕环海骑行 SVG 动画,随代理状态在思考/完成间切换,回复完成时播放提示音并可选发送系统通知。

Star 数 ★ 0 分类 娱乐 收录于 2026-08-19 npm dsh-pelican

安装

在 DeepSeek Harness 里通过 dsh-market 安装

dsh plugin --profile web add dshmarket

或使用命令行

dsh plugin --profile web add dsh-pelican

装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络。请先审阅源码,并尽量锁定 commit(github:owner/repo#sha)。

截图

README

鹈鹕环海骑行 —— 右下角 SVG 骑行动画 + 全局任务状态提示的 DSH Web 静态双端插件。

  • 主机半lib/index.js):监听全局代理事件,维护 idle / thinking / done 状态机;暴露 GET /api/pelican/status 供浏览器轮询;附带 pelican_debug 调试工具。
  • 客户端半lib/client.js):右下角 shell.overlay 里的 SVG 骑行动画,任务思考时鹈鹕说话「我在呢,稍等~」,任务完成时弹「任务完成啦 🎉」气泡 + 提示音 + 可选系统通知。

安装

本地路径(无需发布):

dsh plugin --profile web add ./dsh-pelican

npm(需先发布):

dsh plugin --profile web add dsh-pelican

GitHub(需先推送仓库):

dsh plugin --profile web add github:<owner>/dsh-pelican

安装后重启 dsh 进程生效(本插件常驻磁盘,不是会话内动态插件)。

状态机制

事件 状态
用户发消息(agent/inbox/inserted thinking
回复收尾(agent/turn-stopping / agent/status: idle done
无活动 idle

调试:pelican_debug 工具返回 state / seq / pendingAgentId / 事件计数

License

MIT

内容来自项目 README(GitHub)↗