winliyou/dsh-plugins--packages-session-archive0

@chaoset/session-archive

DSH plugin: browse archived sessions, inspect their content, batch-restore or permanently delete them with multi-select

AI Analysis

核心用途是管理已归档的会话。适合需要检索历史对话、批量恢复或彻底清理过期会话的用户。

Package
@chaoset/session-archive
Version
0.1.0
License
MIT
Last updated
Aug 17, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:winliyou/dsh-plugins#c4f3ebb6f33963c89385cecc3318105249464713&path:packages/session-archive

配置

config 字段(cordis.patch.yml~/.dsh/plugins/session-archive/config.json):

  • detailMaxMessages(默认 200):查看时返回的最大消息条数。
  • messagePreviewChars(默认 2000):单条消息预览的最大字符数。
  • titleReadConcurrency(默认 4):列表加载时并发读取标题的并行度。