回合批判建议插件
HuanLinOTO/dsh-plugin-auto-blame · 模型适配
模型回合结束后用 LLM 生成 3 条批判性跟进建议,点击即发送
★ 6GitHub 星标
0分支
2026-08-15最近更新
TypeScript开发语言
NOASSERTION许可证
项目简介
📌 本插件已收录于 dshfind 插件超市,点击上方徽章直达主页。 dsh-auto-blame
当模型完成当前轮次对话后,将最后 3 条消息发送给 LLM,生成 3 条批判性跟进请求,显示在输入框上方作为可选项,点击直接发送。生成期间"领导视野"标签带 DeepSeek 蓝色流光扫过(同 Deep diving... 特效),建议到达后气泡依次淡入。 工作原理 fire-and-forget:LLM 调用不阻塞 turn 关闭,建议晚几百 ms 出现 非 surface 事件:auto-blame/suggestions 不进入 model-visible 历史,不干扰 agent loop 失败静默:LLM 失败 / 解析失败 → 不 append 事件,不显示气泡 点击发送:走 InputBar 同一路径(inputActions.setDraft + submit) 下一轮清空:新 turn 开始时 projection 归零,旧气泡立即消失 开发 依赖链接(sibling dsh checkout)
本插件依赖 @deepseek-ai/dsh- workspace 包。开发时需要手动 Junction 链接到 sibling dsh checkout:
安装命令
dsh plugin --profile web add github:HuanLinOTO/dsh-plugin-auto-blame