dsh-unarchive
已归档会话回收站插件:支持列出、预览并恢复已归档的会话,提供可选的归档二次确认。
AI 分析
核心用途是为 DSH 提供会话归档的“后悔药”功能。适合经常整理会话、需要快速找回或预览历史归档内容的用户,支持防误触的二次确认配置。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:uwu9039/dsh-unarchive说明文档
阅读完整 README ↗配置 / Configuration
cordis.yml 的 config: 块(Schemastery 校验,默认值见 schema):
plugins:
dsh-unarchive:
config:
confirmOnArchive: false # 归档二次确认(默认关)
showButton: true # 显示右下角入口
previewEnabled: true # 内容预览