dsh-message-fold
Provides Codex-style session message folding for DeepSeek Harness.
为 DeepSeek Harness 提供 Codex 风格的会话消息折叠。
How to install
dsh plugin add github:RyensX/dsh-message-fold About
dsh-message-fold **中文** | English 为 DeepSeek Harness 提供 Codex 风格的会话消息折叠。 插件只改变展示效果,不修改任何数据。 效果 连续2个及以上工具调用自动合并,可展开 最终回复后,中间过程都会被自动折叠,展示为"耗时 x秒",可展开 安装 Github安装: sh dsh plugin --profile web add github:RyensX/dsh-message-fold 源码安装: sh pnpm install pnpm build dsh plugin --profile web add . 卸载: sh dsh plugin --profile web remove dsh-message-fold 兼容边界 当前版本锁定 DSH 0.1.0-rc.8、Cordis 4.0.1 和 React 18。DSH 暂无正式的 renderer decorator API,因此唯一的临时兼容点集中在 src/client/adapter/dsh-slot-renderer-decorator.ts:业务组件只依赖 RendererDecoratorPort,将来可直接替换适配器。 适配器采用可撤销 lease,并在不兼容时整体 fail-open。外部装饰器后来包在本插件外层时,插件卸载不会覆盖它;内部 wra…
Recommendation signals
Meta
- License
- AGPL-3.0
- Language
- TypeScript
- GitHub stars
- 2
- mo. downloads
- –
- Last push
- 2026-08-24
- Created
- 2026-08-19
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- codex, deepseek-harness, dsh, dsh-plugin
Related plugins
dsh-recall-plugin
limbo947/dsh-recall-plugin
Recall any user message: rolls the conversation (official session fork) and workspace files (per-message shadow git snapshots) back to before it, with a diff-preview confirmation panel.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
Chat recovery for DSH: edit the last finished user message and explicitly retry failed turns, both via session-fork branches that leave the original conversation untouched.
dsh-share
dsh-external/dsh-share
DSH 对话分享插件,分享单轮或多轮对话,可导出为图片或 Markdown。Share DSH Q&As or selected conversation groups as PNG or Markdown.
task-passport
dongsheng123132/task-passport
Carry durable task state across DeepSeek Harness, WorkBuddy, Claude Code and Codex with machine-readable checkpoints and optimistic locking.