DSH | dsh-showcase | Turn session exports into redacted README demos #3452
STFQ
started this conversation in
Show Your Plugins!
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
dsh-showcase
Project: https://github.com/STFQ/dsh-showcase
Release: https://github.com/STFQ/dsh-showcase/releases/tag/v0.1.1
dsh-showcaseturns a DeepSeek Harness session export into a short, redacted animation for a GitHub README, release, issue, or plugin launch. It renders semantic events rather than recording the screen and makes zero model/API calls.How it integrates with DSH
This is a standalone companion CLI, not a DSH bundle. It consumes DSH's official
/exportSession Log ZIP, rawsession.jsonl, or the default concatenated-framesession.jsonl.zstd. The adapter is documented and pinned against DSHdsh-v0.1.0-rc.8/ commit141eb6f.# In DSH Web, run /export, then: npx --yes --package=https://github.com/STFQ/dsh-showcase/releases/download/v0.1.1/dsh-showcase-0.1.1.tgz dsh-showcase dsh-session.zipYou can also try the included synthetic fixture without a DSH account:
Outputs include
hero.webporhero.gif,poster.png,social-preview.png, a README snippet, and a machine-readable manifest.Privacy and limits
The README is bilingual (English / 简体中文), and the repository includes agent-friendly CLI docs,
llms.txt,AGENTS.md, JSON Schemas, synthetic fixtures, and CI across Windows, macOS, and Linux.I'd especially value feedback on which DSH event shapes or showcase scenes should be supported next.
中文简介
dsh-showcase是一个独立的 DSH 配套命令行工具:读取官方/export会话 ZIP 或 JSONL/Zstandard 日志,在本地自动挑选提示词、工具调用、代码差异和最终结果,默认脱敏后生成 README 动图、封面和机器可读清单。它不上传数据、不执行会话工具,也不会调用模型或消耗 Token。All reactions