dsh-shelf
会话生命周期 CLI:导出(md/json/jsonl)、归档/恢复、回收站、搜索与统计。默认只读;引擎从不删除任何东西。
Session lifecycle CLI: export (md/json/jsonl), archive/restore, trash, search, and stats. Read-only by default; nothing is ever deleted by the engine.
怎么安装
dsh plugin add github:zoahdev/dsh-shelf 简介
dsh-shelf Session lifecycle for DeepSeek Harness: **export, archive, restore, trash, search, and stats** for your dsh session library. Zero dependencies, read-only by default. Every dsh user accumulates hundreds of sessions and has no way to manage them (#1990, #1991). dsh-shelf is the missing shelf. Quick start sh npx dsh-shelf list # every session with id + path npx dsh-shelf stats # counts, compressed/plain, bytes npx dsh-shelf search "parser bug" # header + body search (plain sessions) npx dsh-shelf export <id> --format md # Markdown transcript to stdout npx dsh-shelf export --all --format…
推荐参考
信息
- 协议
- MIT
- 语言
- JavaScript
- GitHub 星标
- 0
- 月下载
- –
- 最近更新
- 2026-08-16
- 创建于
- 2026-08-15
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- archive, cli, deepseek-harness, dsh, observability, session
同类推荐
task-passport
dongsheng123132/task-passport
通过机器可读检查点与乐观锁,在 DeepSeek Harness、WorkBuddy、Claude Code 和 Codex 之间交接持久任务状态。
dsh-side-chat
heartmove/dsh-side-chat
选中对话片段,在右侧面板的侧边聊天中提问(按会话隔离);AI 回复可原文或摘要后带回主会话。