DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Changelog Capture — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
C

changelog-capture

Changelog Capture

Write changelog entries while the change is in hand: user-facing entries in who/what/how-to-upgrade shape, actions separated from fixes, breaking changes flagged at the top, and a verify pass against the actual diff so the log never claims what the code does not do.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:ChenneyZhuang/changelog-capture#266fdd8e778ab4d1afa76e2aaae0b28010d5b5f4
READMECompatibilityVersions

Compatibility and provenance

Changelog Capture is published as changelog-capture and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
github
Registry updated
9/14/2026

Versions

0.1.0stable
9/14/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
any
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/14/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in developer-tools.

DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Plugindsh-pluginA community plugin marketplace for DeepSeek Harness, built to the official plugin spec — browse, search and install 9000+ human-curated community plugins without leaving the app. · DeepSeek Harness 社区插件市场(遵循官方开发规范):9000+ 人工精选社区插件,每日更新。Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Sdk Minimal@deepseek-ai/dsh-sdk-minimalThe standalone minimal SDK profile bundle: JSON-RPC, one DeepSeek adapter, persistent shell, and JSONL sessions

README

changelog-capture 变更日志捕获

The changelog nobody writes costs everyone: the teammate who misses a breaking change, the user who cannot tell whether to upgrade, and you, six weeks later, reconstructing what a release changed.

没人写的 changelog 让所有人买单:错过 breaking change 的同事、不知道该不该升级的用户、六周后重建"这版到底改了啥"的你自己。

Why / 为什么

Commit messages serve the code; changelogs serve the people the code changed things for. The failure mode is writing the log from memory at release time — memory that has already blurred which changes mattered. Capture at change time: one entry while the diff is still in hand costs a minute; the release note assembles itself.

commit message 服务代码;changelog 服务被代码改变了生活的人。失败模式是发版时凭记忆补写——而记忆早就分不清哪些改动要紧。在改动当下捕获:diff 还在手边时写一条只要一分钟,发版说明自己就组装好了。

The entry shape / 条目形状

### Changed — CSV import now maps date columns automatically (was: manual mapping)
Who: everyone importing CSV exports from other tools
Upgrade: re-run the import preview once; check the mapped dates before confirming
  • Who — which users the change touches (or "everyone")
  • What — one sentence, behavior stated
  • How to upgrade — the action required, or "nothing"

The rules that keep it honest / 保持诚实的规则

  • Separate Added / Changed / Fixed / Breaking — a "fix" that changes behavior is a Changed, and a Breaking section sits at the top, never buried.
  • Verify against the diff. At release time, each entry is checked against the actual changes: the log claims what the diff does, and anything in the diff that touches users gets an entry.
  • No log for no behavior change. Internal refactors get a line only if someone outside the code can tell the difference.

Install / 安装

npx skills add ChenneyZhuang/changelog-capture

Per-agent paths: COMPATIBILITY.md. MIT. v0.1.0.

各 agent 安装路径见 COMPATIBILITY.md。MIT 许可,v0.1.0。