dsh plugins中文
← Back to popular plugin directory

Round Criticism Suggestion Plugin

HuanLinOTO/dsh-plugin-auto-blame · model-adapters

After the model round, use LLM to generate 3 critical follow-up suggestions, which can be sent with one click.

★ 6GitHub stars
0Forks
2026-08-15Last updated
TypeScriptLanguage
NOASSERTIONLicense

Project overview

📌 本插件已收录于 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:

Install command

dsh plugin --profile web add github:HuanLinOTO/dsh-plugin-auto-blame
View GitHub repository ↗Back to popular plugin directory