Plugin directory / Developer / dsh-yierpet-sentinel
dsh-yierpet-sentinel
Unverified wusai2333
What it does
dsh plugin: forwards DeepSeek Harness lifecycle events to the YierPet desktop-pet sentinel (fire-and-forget)
Unverified — not yet verified
dsh plugin: forwards DeepSeek Harness lifecycle events to the YierPet desktop-pet sentinel (fire-and-forget) Not yet verified — install and test it yourself.
“Unverified” means our automated CI has not yet installed this plugin. Feature descriptions and version compatibility are the author’s claims. This is not a security audit and not an endorsement of third-party code.
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。
Install
Install the catalog once, then DeepSeek Harness can find and install any plugin from this site automatically:
dsh plugin add dshbase-catalog Then say "install dsh-yierpet-sentinel for me" — your agent finds it in the directory and installs it. Docs: dshbase-catalog · verified packs.
This plugin is GitHub source (not published to npm) — install it straight from the repo:
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 Test report
Not yet L3-verified — see failure note below if we already ran it.