dsh-backstory
A `/backstory` command and tool that annotate each line with the git commit that last touched it and the agent turn + prompt that wrote it, from a persistent per-line ledger (drift-proof by content hash), DSH-* commit trailers, or the live session log.
怎么安装
dsh plugin add github:MeghanBao/dsh-backstory 简介
dsh-backstory **English** · 中文 Ask any line of code its **backstory** — *what it does*, and *why it's here*. A DeepSeek Harness (dsh) plugin. git blame tells you *who* wrote a line and *when*. dsh-backstory adds the part that actually matters when you're staring at unfamiliar code: **what it does and why it exists** — grounded in the commit that last touched it *and* in the agent's own history: **which turn wrote each line, and the prompt that triggered it.** backstory src/blame.ts:27 ────────────────────────────────────────────────────────────── L27 · a5d49e9 2026-08-20 — "feat: dsh-backstory…
推荐参考
信息
- 协议
- MIT
- 语言
- TypeScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-08-21
- 创建于
- 2026-08-20
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- cordis, deepseek-harness, dsh-plugin
同类推荐
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-git-graph
输入框上方提供 Git 分支选择器,并把分支泳道与提交历史画成图谱,沿着时间线找到任意变更。
dsh-github-intelligence
zoahdev/dsh-github-intelligence
目前最完整的 dsh GitHub 整合:仓库概览、Release、Issue、PR、贡献者、搜索与一键深度报告,内置 TTL 缓存,无需 API Key。
dsh-user-experience
DietCokewithSugar/dsh-user-experience
帮你发现项目中可能存在的用户体验问题:自动走查 React/TypeScript 源码,定位问题并给出具体优化建议。
dsh-github
PerryLink/dsh-github
官方级 GitHub CI 集成:composite action.yml、轮询 PR 评审机器人(幂等行内评论 + status-check 门禁)以及 PR/issue 工具,所有写入走人工审批门。