DSH plugin: relay approval & question requests to any chat channel — iMessage, Email, WeChat built-in; Telegram/DingTalk/Feishu/Slack via a common adapter contract (src/channels/types.js)
$ dsh plugin --profile web add dsh-relay
6
plugins
★ 5
Total stars
DSH plugin: relay approval & question requests to any chat channel — iMessage, Email, WeChat built-in; Telegram/DingTalk/Feishu/Slack via a common adapter contract (src/channels/types.js)
$ dsh plugin --profile web add dsh-relayNight-friendly Matrix dark-green skin for the DeepSeek Harness web GUI (standalone mirror of upstream dsh-web-ui packages/skins/matrix)
$ dsh plugin --profile web add --allow-build=@linxin666/dsh-client-ui-skin-matrix github:nicecx/dsh-matrix-skinDSH host-side plugin: real macOS Calendar integration (create/list/query/delete events via AppleScript) for DeepSeek Harness agents
$ dsh plugin --profile web add github:nicecx/dsh-macos-calendarTiered task queue for DSH↔Hermes: queue.json single source of truth, lease/claim model, concurrency-1; Hermes-side cron consumes, DSH-side enqueues. Includes busy-mutex for the approve fast path.
$ dsh plugin --profile web add github:nicecx/dsh-task-queueConfigurable auto-approval for DeepSeek Harness: intercepts approval/request and answers allowed-once/rejected by policy (allow-all/allowlist/off + denyAlways), with a full audit log.
$ dsh plugin --profile web add github:nicecx/dsh-auto-approverDSH never restarts itself: host plugin that hands reset requests to an external ops agent (e.g. Hermes) via a versioned JSON protocol — preflight → gate → restart → health-check → recover → deliver back
$ dsh plugin --profile web add github:nicecx/dsh-reset-handoff