@deepseek-ai/dsh-session-health
DSH session health checker: frame-level diagnostics over multi-frame zstd session logs (torn/corrupt/empty detection), zero-dependency read-only scanner
12 results
DSH session health checker: frame-level diagnostics over multi-frame zstd session logs (torn/corrupt/empty detection), zero-dependency read-only scanner
Repair DeepSeek Harness sessions that refuse to load (seq gap, torn zstd frames, lone surrogates).
Popup-on-open + periodic reminder to save DSH session logs, with in-popup interval (10min-3h), backup folder & format (fish=raw .zstd / human=readable .txt) settings and one-click incremental copy. / 打开 Web 即弹窗 + 定时提醒保存 DSH 会话日志,弹窗内可设提醒间隔(10分钟-3小时)、备份文件夹与格式(鱼话版=原始压缩 / 人话版=可读聊天记录),一键增量复制。
DSH Web GUI 会话统计插件:在顶部「对话」「轨迹」之后新增「会话统计」tab,列出每个对话的轮数、步数、token 用量(输入/输出/缓存)、模型调用、工具调用与耗时等数据,点击会话可查看逐条调用明细。数据直接解析 ~/.dsh/sessions 下的会话日志(zstd),无需常驻监听,历史对话同样可查。
DSH 助手消息锻造台:可创建/修改/注入测试用 assistant 消息,并可导入识别 session.jsonl(.zstd) 会话日志。
Recover deleted/corrupted dsh sessions (session.jsonl.zstd) and memory (memory.db) straight from the raw disk. Battle-tested recovery manual + scripts + a /session-repair command plugin for the dsh web UI.
会话日志 zstd 帧重打包:把逐批写入的成千上万个独立 zstd 帧合并为官方标准形态(头部帧 + 单事件帧),大幅降低旧会话打开时的解压开销;后台自动维护 + 独立 CLI 一键执行。
DSH plugin: context archiving + historical retrieval — archive_session / search_archive tools over the session-archive skill (zstd session-log decode).
DSH 会话上下文统计面板:统计每个会话的消息数、轮次、工具调用、字符数与预估 token,生成全量/按项目上下文报告,帮你看清上下文消耗大户。Context usage dashboard for DeepSeek Harness — per-session message/token statistics and context reports (zstd + plaintext logs).
DSH 会话全文搜索:在所有本地会话(含 zstd 压缩与明文存储)中按关键词检索,返回命中的会话、行内容与上下文。Full-text search across DeepSeek Harness sessions — find any past conversation by keyword, works with zstd and plaintext session logs.
DSH 做梦插件:agent 在会话间隙回放近期对话(dream_digest)、反思并写入梦境日记(dream_save/journal/recall),高频教训幂等桥接进 AGENTS.md(dream_bridge),六工具含健康自检。多帧 zstd 会话读取,默认隐私脱敏,零运行时依赖。
DSH session migration plugin: drag-and-drop sessions between workspaces in the Web UI. Backed by the official workspaceRegistry service and a multi-frame-safe zstd header rewrite.