hg1048596-pixel/dsh-recall-unread

插件 ⭐ 1 MIT other

DeepSeek Harness (DSH) 插件:在模型读取前撤回已发送的文字消息,支持单条与全部撤回。A DeepSeek Harness plugin that recalls sent-but-unread text messages before the model reads them — one-by-one or all at once.

安装

Client  (撤回按钮)
   │  host.call('recall', { sessionId, itemId })
   ▼
Host    harness.handle('recall')
   │  agents.get(sessionId).inbox.remove(itemId)
   ▼
效果   消息从 inbox 移除 → session/queue 快照更新 → 气泡与条带同步消失

hg1048596-pixel/dsh-recall-unread 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。