dsh-archived-chats 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-archived-chats",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "DeepSeek Harness 会话档案:从设置中安全归档工作区会话,按工作区浏览和全文搜索归档聊天,原生只读预览对话、工具活动和已存储图片,管理标签备注与 ZIP 备份恢复;提供统一回收站、可选自动清理、空间分账和来源与分支,已有快照直接进入回收站。所有数据留在本机。 Session Archive for DeepSeek Harness: safely archive workspace chats from Settings; browse and full-text search archived chats; preview conversations, tool activity, and stored images read-only; manage tags, notes, and ZIP backup restore; provide a unified Recycle Bin, optional automatic cleanup, storage accounting, and Origins & Branches, with existing snapshots shown directly in the Recycle Bin. All data stays local.",
5
5
  "license": "MIT",
6
6
  "author": "Ultronen",
@@ -107,7 +107,7 @@
107
107
  "zip-stream": "^7.0.5"
108
108
  },
109
109
  "devDependencies": {
110
- "@deepseek-ai/dsh-session": "0.1.0-rc.7",
110
+ "@deepseek-ai/dsh-session": "0.1.5-rc.2",
111
111
  "typescript": "^5.9.3"
112
112
  }
113
113
  }