DDDPG/dsh-plugins--plugins-dsh-session-status-alert ↗★ 0
dsh-session-status-alert
DSH web plugin: cross-workspace session status alerts — floating capsule toasts (aligned with the composer) above the current workspace when any session completes or enters a pending interaction (approval / ask_user_question / plan-review). Inline approval & question answering right in the toast, click-to-switch-workspace, configurable layout (stack / inline / grouped manager), subagent completion filter, settings page, i18n zh/en.
AI 분석
核心用途是提供跨会话的实时状态通知与快速交互。适合同时运行多个 DSH 任务、需要及时响应 AI 提问或审批请求的用户。支持在通知中直接输入答复。
설치
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:DDDPG/dsh-plugins#543d4b046af0c67602be6d16cba7f6ed94239247&path:plugins/dsh-session-status-alertUsage
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