Little-Star888/dsh-pelican
A pelican riding a bicycle along a seashore in the bottom-right corner of the DSH Web GUI — a static two-end (Host + Client) plugin that also shows the agent's working state.
This is a DeepSeek Harness (DSH) plugin. Review its GitHub README, installation information, maintenance status, and public security signals here.
dsh-pelican 🐦
鹈鹕环海骑行 —— 右下角 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
Security & install evidence
This score is based solely on public repository metadata and the install evidence registered here — it is not a code security audit.
From a public plugin catalog, linked to a public GitHub repository.
The repository declares the MIT license.
Code updates within the last 180 days.
No verifiable install metadata registered yet — please review the repository instructions manually.
The inspected package metadata declares no install lifecycle scripts.