精选
为什么选中它
待人工精选——以下事实来自源码仓库。
它能做什么
Bidirectional Discord bridge and remote controller for DeepSeek Harness
适合谁
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
风险提示
- 未发现明显风险信号;安装前仍建议查看源码。
Bidirectional Discord bridge and remote controller for DeepSeek Harness
待人工精选——以下事实来自源码仓库。
Bidirectional Discord bridge and remote controller for DeepSeek Harness
想用 DSH 获得这项能力的用户;装前建议先看源码和文档。
dsh plugin --profile web add github:suuuuuu-1/dsh-discord 作者没有声明支持的平台。
Bidirectional Discord bridge and remote controller for DeepSeek Harness. The dedicated discord profile supports one owner and project across DMs, guild text channels, and threads. Each Discord conversation owns an independently persisted DSH Session. Owner DMs trigger directly; ordinary guild-channel messages require an explicit bot mention; an already-bound thread continues without repeated mentions. Slash commands never require a mention. The bot invite requests View Channel, Send Messages, Send Messages in Threads, Read Message History, Embed Links, and Attach Files. doctor checks the same permission set. Discord server and channel permissions determine where the bot is visible; the plugin remains single-owner and fail-closed. The controller includes natural text, /dsh help/status/new/stop/steer, coalesced progress, approvals, structured questions, image and text/code attachment ingress, durable event deduplication, Gateway reconnect, and managed daemon operation. Enable Message Content Intent on the Discord Developer Portal Bot page for natural guild-channel messages. bash # Until an npm release is available, install the CLI from GitHub. npm install --global github:suuuuuu-1/dsh-discord dsh-discord setup --package-spec github:suuuuuu-1/dsh-discord dsh-discord doctor dsh-discord start # or managed background mode dsh-discord start --daemon dsh-discord status dsh-discord stop The global CLI is only a launcher. The plugin itself is activated in the dedicated discord profile and remains bound to the single project selected during setup; it does not become active in every directory or in the web profile. The Bot Token is stored only through DSH Credentials. See README.zh.md, DESIGN.md, and SECURITY.md.不看 Star,人工一条条挑的。
把 DSH 的 settings.yaml 做成可视化看板:所有已注册的 settings namespace——包括官方界面从未覆盖的第三方插件配置——都渲染成可编辑表单。项目还早,但方向很对:告别手改 YAML。
给 DSH 的 DIY 轨迹可视化:把 agent 的计划与执行画成图,不用翻原始日志也能看清它在干嘛。项目还早,但补上了「一眼看懂 agent 在做什么」这个真实缺口。
从 Claude Code / Codex 把活派给 DSH:在宿主内拉起带分级预设的 DSH agent 会话,看原生子代理进度,还能借它的多模态桥给纯文本的 DSH 补上视觉和生图。编排型插件,把 DSH 变成其他编码 agent 的后端。