hg1048596-pixel/dsh-recall-unread1

dsh-recall-unread

DeepSeek Harness plugin: recall sent-but-unread text messages before the model reads them.

包名
dsh-recall-unread
版本
1.0.0
许可证
MIT
最近更新
2026年8月18日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:hg1048596-pixel/dsh-recall-unread

⚙️ 配置

本插件零配置、开箱即用,无需任何设置。如需微调,修改 src/client.js 后重新定义(cordis_define)即可,常用可调项:

位置说明
条带排序slots.register(…, order: 30)数字越大越靠后,可调整与输入框的贴近程度
提示停留时长ctx.timeout(() => setStatus(null), 2500)撤回结果提示自动消失的时间(毫秒)

📖 使用说明

  1. 点击侧边栏底部的 🧩 插件按钮,在弹出的菜单中找到「撤回插件」,点「启动」。(默认关闭,需手动启动一次;重启 DSH 后再次点击启动即可。)
  2. 模型正在运行(如深度思考、长工具调用)时,用插话发送(默认快捷键:运行中发送即进入 steering)发出一条文字。
  3. 消息出现在对话尾部(带“待处理”标记),同时输入框上方出现「未读消息」条带。
  4. 点击该消息右侧的「撤回」——气泡与条带立即消失,提示“已撤回一条消息”。
  5. 有多条未读时,可点「全部撤回」一次性清空。