@chaoset/session-archive 0.3.3 → 0.3.4-alpha.0
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.
- package/CHANGELOG.md +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.3.4-alpha.0 (2026-09-01)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* 适配 DSH 0.1.2-alpha.3:`@deepseek-ai/dsh-typert-protocol` 依赖 range 从
|
|
8
|
+
`^0.1.1-rc.2` 升到 `^0.1.2-alpha.3`(npm semver 的 prerelease 规则下旧 range
|
|
9
|
+
无法匹配 `0.1.2-alpha.3`,新版宿主下面板远程服务会因官方包解析到旧版本而不可用)
|
|
10
|
+
* 已对照 0.1.2-alpha.3 复核 workspaceRegistry(`archivedSessionIds` /
|
|
11
|
+
`enqueueOperation` / `requireState` / `setState`)与 sessionPersistence
|
|
12
|
+
(`list` / `locate` / `readFrom`)契约、`session/title` / `user/message` /
|
|
13
|
+
`assistant/message` 事件形状均无变化,运行时逻辑无需调整;已在实际
|
|
14
|
+
0.1.2-alpha.3 web profile 上验证插件正常激活
|
|
15
|
+
|
|
3
16
|
## 0.3.3 (2026-08-29)
|
|
4
17
|
|
|
5
18
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chaoset/session-archive",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.4-alpha.0",
|
|
4
4
|
"description": "DSH plugin: browse archived sessions, inspect their content, batch-restore or permanently delete them with multi-select",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"optionalDependencies": {
|
|
36
|
-
"@deepseek-ai/dsh-typert-protocol": "^0.1.
|
|
36
|
+
"@deepseek-ai/dsh-typert-protocol": "^0.1.2-alpha.3"
|
|
37
37
|
},
|
|
38
38
|
"repository": {
|
|
39
39
|
"type": "git",
|