dsh-projection-guard
会话投影缓存守卫:逐行 JSON 降级,单个违规投影单元(如第三方插件存储 Map)不再拖垮会话标题与整个缓存;启动自愈自动补全缺失标题。
Guards the persisted session-projection cache: per-row JSON degradation so one misbehaving projection unit (e.g. a third-party plugin storing a Map) can never stall session titles or the whole cache again, plus a startup self-heal that backfills missing titles.
怎么安装
dsh plugin add github:DamonKoy/dsh-projection-guard 简介
dsh-projection-guard 中文 A DeepSeek Harness (DSH) plugin that **guards the persisted session-projection cache** against misbehaving projection units — so session titles (and every other projection) survive restarts no matter what third-party plugins do. The bug it fixes DSH persists per-session projection checkpoints (session titles, stats, permissions, …) into session_projcache.json. The write path serializes the **whole** per-session checkpoint in one JSON pass: if a *single* projection unit stores a non-JSON value (a Map, Set, class instance, cyclic or non-finite value — e.g. some third-part…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-08-15
- 创建于
- 2026-08-15
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
同类推荐
dsh-chat-import
Nwflower/dsh-chat-import
把 13 家 coding agent(Claude Code、Codex、ChatGPT、Cursor、Gemini、opencode 等)的完整对话历史导入为可续聊的 DeepSeek Harness 会话,并支持反向导出回 Claude Code。
task-passport
dongsheng123132/task-passport
通过机器可读检查点与乐观锁,在 DeepSeek Harness、WorkBuddy、Claude Code 和 Codex 之间交接持久任务状态。
dsh-turn-rewind
Anionex/dsh-turn-rewind
对话回退:基于持久 Change Ledger 回滚会话与工作区状态。
deja-vu
vshulcz/deja-vu
面向编码智能体的记忆。索引17个智能体已经写入磁盘的会话,包括你安装之前几个月的会话,并能在任意会话中召回它们。无需LLM,无需嵌入——一个本地Go二进制文件即可。