dsh-rewind-plugin 0.6.2 → 0.7.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/README.en.md +16 -12
- package/README.md +12 -9
- package/SECURITY.md +14 -7
- package/assets/screenshots/cleanup-setting.png +0 -0
- package/docs/architecture.md +1 -1
- package/docs/compat/audit.md +31 -20
- package/docs/format.md +11 -0
- package/docs/release/release.md +6 -6
- package/docs/release/release.zh.md +5 -4
- package/docs/snapshot-auto-cleanup.md +4 -12
- package/docs/snapshot-auto-cleanup.zh.md +4 -8
- package/lib/client.js +528 -17
- package/lib/index.js +82 -34
- package/lib/types/client/hidden.d.ts +10 -0
- package/lib/types/client/locales.d.ts +34 -0
- package/lib/types/client/portals.d.ts +8 -6
- package/lib/types/client/settings-card.d.ts +76 -0
- package/lib/types/client/styles.d.ts +1 -1
- package/lib/types/locales.d.ts +0 -2
- package/lib/types/settings-locale.d.ts +32 -0
- package/lib/types/snapshot-cleanup.d.ts +67 -7
- package/package.json +24 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-rewind-plugin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "DSH 插件:真正便捷无感的同窗口内对话回退,从不新建分支;自带轻量工作区备份,可一并还原文件(完整 Claude Code /rewind 语义)。 · DSH plugin: genuinely effortless in-window conversation rewind — never forking a new session; ships a lightweight workspace backup that restores files together with the rewind (full Claude Code /rewind semantics).",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"deepseek-harness",
|
|
@@ -54,7 +54,8 @@
|
|
|
54
54
|
"@deepseek-ai/dsh-client-locale",
|
|
55
55
|
"@deepseek-ai/dsh-client-runtime",
|
|
56
56
|
"@deepseek-ai/dsh-client-ui-commands",
|
|
57
|
-
"@deepseek-ai/dsh-client-ui-conversation"
|
|
57
|
+
"@deepseek-ai/dsh-client-ui-conversation",
|
|
58
|
+
"@deepseek-ai/dsh-client-ui-settings"
|
|
58
59
|
],
|
|
59
60
|
"platform": "web"
|
|
60
61
|
}
|
|
@@ -72,23 +73,28 @@
|
|
|
72
73
|
},
|
|
73
74
|
"peerDependencies": {
|
|
74
75
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
75
|
-
"@deepseek-ai/
|
|
76
|
+
"@deepseek-ai/schemastery": "^3.18.1",
|
|
77
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6 || ^0.1.1-rc.2 || ^0.1.2-alpha.2",
|
|
76
78
|
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6 || ^0.1.1-rc.2",
|
|
77
|
-
"@deepseek-ai/dsh-client-ui-commands": "^0.1.0-rc.6 || ^0.1.1-rc.2",
|
|
78
|
-
"@deepseek-ai/dsh-client-ui-
|
|
79
|
-
"@deepseek-ai/dsh-
|
|
80
|
-
"@deepseek-ai/dsh-
|
|
81
|
-
"@deepseek-ai/dsh-
|
|
82
|
-
"@deepseek-ai/dsh-
|
|
83
|
-
"@deepseek-ai/dsh-
|
|
84
|
-
"@deepseek-ai/dsh-
|
|
85
|
-
"@deepseek-ai/dsh-
|
|
86
|
-
"@deepseek-ai/dsh-
|
|
79
|
+
"@deepseek-ai/dsh-client-ui-commands": "^0.1.0-rc.6 || ^0.1.1-rc.2 || ^0.1.2-alpha.2",
|
|
80
|
+
"@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.6 || ^0.1.1-rc.2 || ^0.1.2-alpha.2",
|
|
81
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6 || ^0.1.1-rc.2 || ^0.1.2-alpha.2",
|
|
82
|
+
"@deepseek-ai/dsh-commands": "^0.1.0-rc.6 || ^0.1.1-rc.2 || ^0.1.2-alpha.2",
|
|
83
|
+
"@deepseek-ai/dsh-fs": "^0.1.0-rc.6 || ^0.1.1-rc.2 || ^0.1.2-alpha.2",
|
|
84
|
+
"@deepseek-ai/dsh-home-paths": "^0.1.0-rc.6 || ^0.1.1-rc.2 || ^0.1.2-alpha.2",
|
|
85
|
+
"@deepseek-ai/dsh-llm": "^0.1.0-rc.6 || ^0.1.1-rc.2 || ^0.1.2-alpha.2",
|
|
86
|
+
"@deepseek-ai/dsh-sandbox": "^0.1.0-rc.6 || ^0.1.1-rc.2 || ^0.1.2-alpha.2",
|
|
87
|
+
"@deepseek-ai/dsh-session": "^0.1.0-rc.6 || ^0.1.1-rc.2 || ^0.1.2-alpha.2",
|
|
88
|
+
"@deepseek-ai/dsh-settings": "^0.1.0-rc.8 || ^0.1.1-rc.2 || ^0.1.2-alpha.2",
|
|
89
|
+
"@deepseek-ai/dsh-tools": "^0.1.0-rc.6 || ^0.1.1-rc.2 || ^0.1.2-alpha.2"
|
|
87
90
|
},
|
|
88
91
|
"peerDependenciesMeta": {
|
|
89
92
|
"@deepseek-ai/cordis": {
|
|
90
93
|
"optional": true
|
|
91
94
|
},
|
|
95
|
+
"@deepseek-ai/schemastery": {
|
|
96
|
+
"optional": true
|
|
97
|
+
},
|
|
92
98
|
"@deepseek-ai/dsh-client-locale": {
|
|
93
99
|
"optional": true
|
|
94
100
|
},
|
|
@@ -98,6 +104,9 @@
|
|
|
98
104
|
"@deepseek-ai/dsh-client-ui-commands": {
|
|
99
105
|
"optional": true
|
|
100
106
|
},
|
|
107
|
+
"@deepseek-ai/dsh-client-ui-settings": {
|
|
108
|
+
"optional": true
|
|
109
|
+
},
|
|
101
110
|
"@deepseek-ai/dsh-client-ui-slots": {
|
|
102
111
|
"optional": true
|
|
103
112
|
},
|
|
@@ -128,6 +137,7 @@
|
|
|
128
137
|
},
|
|
129
138
|
"devDependencies": {
|
|
130
139
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
140
|
+
"@deepseek-ai/schemastery": "^3.18.1",
|
|
131
141
|
"@deepseek-ai/dsh-agent": "^0.1.1-rc.2",
|
|
132
142
|
"@deepseek-ai/dsh-client-locale": "^0.1.1-rc.2",
|
|
133
143
|
"@deepseek-ai/dsh-client-runtime": "^0.1.1-rc.2",
|
|
@@ -142,6 +152,7 @@
|
|
|
142
152
|
"@deepseek-ai/dsh-goal": "^0.1.1-rc.2",
|
|
143
153
|
"@deepseek-ai/dsh-home-paths": "^0.1.1-rc.2",
|
|
144
154
|
"@deepseek-ai/dsh-llm": "^0.1.1-rc.2",
|
|
155
|
+
"@deepseek-ai/dsh-plan-mode": "^0.1.1-rc.2",
|
|
145
156
|
"@deepseek-ai/dsh-sandbox": "^0.1.1-rc.2",
|
|
146
157
|
"@deepseek-ai/dsh-session": "^0.1.1-rc.2",
|
|
147
158
|
"@deepseek-ai/dsh-session-projection": "^0.1.1-rc.2",
|