dsh-redaction
针对 DeepSeek Harness 会话日志的就地编辑和预防策略——两个 Cordis 插件以及其背后的平台研究
In-place redaction and prevention policy for DeepSeek Harness session logs - two Cordis plugins plus the platform research behind them
怎么安装
dsh plugin add github:L-ingqin12/dsh-redaction 简介
dsh-redaction Two plugins for DeepSeek Harness, plus the platform research that produced them. The problem they solve: a public web search, a gh command, a log scrape — any tool can return content you must not keep. In DSH that content does not merely pass through: **the stored tool/result event *is* the model-facing message**, so one write commits it to both the durable session log and every future provider request. If it is the kind of thing a provider's content filter rejects, that turn fails — and so does every turn after it, because the history keeps carrying it. The two packages | Packag…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-09-12
- 创建于
- 2026-09-12
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- cordis, deepseek-harness, dsh, dsh-plugin, plugin, privacy, redaction, session-logs, tui
同类推荐
DSH-EasyRewrite
Renzic-Stone/DSH-EasyRewrite
在 dsh web 中内联编辑与撤回自己的消息——惰性、无痕,带版本翻页器与会话级草稿持久化。
dsh-synapse
liangmianya/dsh-synapse
DeepSeek Harness 的可视化非线性对话工作区:把会话、追问与分支变成可浏览、可拖拽的对话地图。
dsh-claude-move
PerryLink/dsh-claude-move
四合一迁移向导:把 Claude Code、Codex、OpenCode、Hermes 的会话、记忆、技能、指令与斜杠命令迁入 DSH(/move 向导,审批门 + 幂等 move.json,会话可续聊)。
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
对话恢复插件:编辑最近一轮已结束的用户消息、显式重试失败轮次;两条路径都走 session fork 分支,原会话不被改动。