DDDPG/dsh-plugins--plugins-dsh-session-status-alert ↗★ 0
dsh-session-status-alert
DSH Web 插件:跨工作区会话状态警报。当任何会话完成或进入待处理交互(审批/提问/计划评审)时,在当前工作区上方显示浮动胶囊通知,支持行内审批与答复。
AI 分析
核心用途是提供跨会话的实时状态通知与快速交互。适合同时运行多个 DSH 任务、需要及时响应 AI 提问或审批请求的用户。支持在通知中直接输入答复。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:DDDPG/dsh-plugins#543d4b046af0c67602be6d16cba7f6ed94239247&path:plugins/dsh-session-status-alert说明文档
阅读完整 README ↗Usage
Published on npm as dsh-session-status-alert@0.2.0 with a dsh.bundle.patch — one command installs and auto-mounts (takes effect on the next dsh start):
dsh plugin --profile web add dsh-session-status-alert
Local checkout (development): dsh plugin --profile web add ./plugins/dsh-session-status-alert, or ./scripts/install.sh web plugins/dsh-session-status-alert.
Refresh the browser page once after the next dsh start.
Behavior
- Completion and pending toasts appear above the current workspace; clicking a completion toast switches to that session.
- Pending toasts support inline approval, Q&A, and plan review.
- Layouts (Settings): stack, inline, or grouped.
- Subagent completion toasts are off by default; enable them in Settings.
- Settings page: Settings → Session status alerts (Session 状态提醒).
- Preferences are in-memory only and reset on refresh.
Uninstall
dsh plugin --profile web remove dsh-session-status-alert