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.
How to install
dsh plugin add github:MeghanBao/dsh-backstory About
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…
Recommendation signals
Meta
- License
- MIT
- Language
- TypeScript
- GitHub stars
- 0
- mo. downloads
- –
- Last push
- 2026-08-21
- Created
- 2026-08-20
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- cordis, deepseek-harness, dsh-plugin
Related plugins
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-git-graph
Git branch selector and Git graph for the dsh web GUI: switch branches and explore branch-lane and commit history from the conversation header.
dsh-github-intelligence
zoahdev/dsh-github-intelligence
The most complete GitHub integration for dsh: repo overview, releases, issues, pull requests, contributors, search, and a deep repo report with TTL caching — no API key needed.
dsh-user-experience
DietCokewithSugar/dsh-user-experience
Finds potential UX issues in your project: automatically reviews React/TypeScript code, pinpoints each problem, and gives concrete suggestions.
dsh-github
PerryLink/dsh-github
Official-grade GitHub CI integration: a composite action.yml, a polling PR review bot with idempotent inline comments and a status-check gate, plus PR/issues tools with every write gated by human approval.