HuanLinOTO/dsh-plugin-auto-blame1

@huanlin/dsh-plugin-auto-blame

Auto-blame: when a turn closes, asks an LLM for three cynical follow-up prompts and shows them as click-to-send bubbles above the composer. Host-gated master toggle in the settings page.

AI 分析

引导用户进行深度思考与追问。适合在开发或研究任务中,需要 Agent 自动提供批判性反馈和下一步探索建议的用户。

パッケージ
@huanlin/dsh-plugin-auto-blame
バージョン
0.1.0
ライセンス
NOASSERTION
最終更新
2026/08/13

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:HuanLinOTO/dsh-plugin-auto-blame

ドキュメント

README 全文を読む ↗

远端引用(预构建策略,github: 安装开箱即用)

dsh plugin --profile web add "github:huanlinoto/dsh-plugin-auto-blame"


安装后重启 `dsh web` + 浏览器硬刷新(`Ctrl+Shift+R`)。

## 检查

- [x] 零源码 patch
- [x] `package.json` 声明 `dsh.bundle.patch`
- [x] `cordis.patch.yml` insert 行 id/name/config 齐全
- [x] `files` 含 `lib/` + `cordis.patch.yml`
- [x] `peerDependencies` 含 cordis + `@deepseek-ai/*`
- [x] typecheck / test / build script 齐全
- [x] 预构建策略(`lib/` 入库,无 `prepare` 脚本)
- [x] 不导出 default
- [x] 测试分层(Unit)