插件目录 / Developer / dsh-yierpet-sentinel
dsh-yierpet-sentinel
未验证 wusai2333
功能简介
dsh plugin: forwards DeepSeek Harness lifecycle events to the YierPet desktop-pet sentinel (fire-and-forget)
未验证 — 尚未实测
dsh plugin: forwards DeepSeek Harness lifecycle events to the YierPet desktop-pet sentinel (fire-and-forget) 尚未验证——请自行安装测试。
「未验证」表示我们的自动化 CI 尚未安装过该插件。功能描述与版本兼容性均为作者声明。这不是安全审计,也不代表对第三方代码的背书。
README
dsh-yierpet-sentinel
把 dsh(DeepSeek Harness)的
生命周期事件推给桌宠哨兵 YierPet(macOS 桌宠,监听本地 agent CLI 状态):
等确认 / 完成 / 报错时气泡+动画+提示音提醒。
零依赖、纯 host 侧的 Cordis 插件。监听 dsh 的 session/event 事件流
(dsh 内置宠物消费的同一条缝),fire-and-forget 转发到 YierPet 的 loopback
HTTP 端点:
| dsh 事件 | YierPet hook | body |
|---|---|---|
turn/start |
UserPromptSubmit |
— |
tool/result |
PostToolUse(心跳)/ PostToolUseFailure |
{error} |
approval/asked |
PermissionRequest |
{message} |
llm/retry |
PostToolUseFailure(限流/模型报错,重试中) |
{error} |
turn/end completed |
Stop |
{text: 最后一条回复} |
turn/end error |
PostToolUseFailure |
{error} |
session/disposed |
SessionEnd |
— |
铁律:1 秒超时、所有错误静默、绝不阻塞 dsh;~/.yierpet/endpoint 不存在
(YierPet 没运行)时直接跳过。子 agent 会话不打扰(其审批除外)——主回合的
Stop 已覆盖用户可见的完成时刻。
前置
运行中的 YierPet(它会把监听 URL 写入 ~/.yierpet/endpoint)。
安装
dsh plugin --profile web add github:wusai2333/dsh-yierpet-sentinel
装完重启 dsh 生效。用 TUI 的话同样装进 dsh-tui profile
(--profile dsh-tui)。验证已组合:
dsh --profile web --dump-config | grep yierpet
自检
node --test test.js # 映射逻辑
printf '{"text":"dsh 接入测试"}' | ~/.yierpet/hook.sh dsh Stop # YierPet 侧(运行时)
卸载:dsh plugin --profile web remove dsh-yierpet-sentinel。
安装
装一次目录插件,之后本站所有插件都能让 DeepSeek Harness 自动找、自动装:
dsh plugin add dshbase-catalog 然后对 agent 说「帮我装 dsh-yierpet-sentinel」,它会在目录里找到并自动安装。文档:dshbase-catalog · 已验证场景包。
该插件是 GitHub 源码(未发 npm)——直接从仓库装:
Web profile:
dsh plugin --profile web add github:wusai2333/dsh-yierpet-sentinel Headless(CLI)profile:
dsh plugin --profile headless add github:wusai2333/dsh-yierpet-sentinel 实测报告
尚未 L3 验证——若已跑过,见下方失败备注。