dsh-rewind-plugin 0.2.3 → 0.2.4
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.md +3 -1
- package/README.zh.md +3 -1
- package/package.json +22 -26
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
In-place conversation rewind for [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness): the Claude Code `/rewind` semantics inside the **same session window** — cut the model context back to an earlier user message, and optionally restore workspace files from **disk-persisted before-backups**.
|
|
6
6
|
|
|
7
|
-
> **Status:** published to npm (`dsh-rewind-plugin`, v0.2.
|
|
7
|
+
> **Status:** published to npm (`dsh-rewind-plugin`, v0.2.4) via GitHub Actions Trusted Publishing + Sigstore provenance. Targets the web profile (`dsh --profile web`). Interaction mirrors Claude Code's rewind, adapted to dsh's real web UI.
|
|
8
8
|
|
|
9
9
|
[](https://www.npmjs.com/package/dsh-rewind-plugin)
|
|
10
10
|
[](https://github.com/SiriLee/dsh-rewind/blob/main/LICENSE)
|
|
@@ -80,6 +80,8 @@ Backups persist across host restarts, bounded to the newest 100 anchor groups pe
|
|
|
80
80
|
|
|
81
81
|
Published to npm — the registry path is the recommended one. **Restart dsh web (`--profile web`) after installing.**
|
|
82
82
|
|
|
83
|
+
> ⚠️ Note: the npm name `dsh-rewind` belongs to another author's package — install with `dsh-rewind-plugin`.
|
|
84
|
+
|
|
83
85
|
### Option A: registry (recommended)
|
|
84
86
|
|
|
85
87
|
```sh
|
package/README.zh.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
[DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness) 插件:**同一会话窗口的 in-place 对话回退**(Claude Code `/rewind` 语义)——把模型上下文剪回更早的一条用户消息,并可基于**落盘的写前备份**还原工作区文件。
|
|
6
6
|
|
|
7
|
-
> **状态**:已发布 npm(`dsh-rewind-plugin`,v0.2.
|
|
7
|
+
> **状态**:已发布 npm(`dsh-rewind-plugin`,v0.2.4),经 GitHub Actions Trusted Publishing + Sigstore provenance 构建发布。目标为 web 配置档(`dsh --profile web`)。交互以 Claude Code 的 rewind 为参考,并贴合 dsh Web 实际 UI。
|
|
8
8
|
|
|
9
9
|
[](https://www.npmjs.com/package/dsh-rewind-plugin)
|
|
10
10
|
[](https://github.com/SiriLee/dsh-rewind/blob/main/LICENSE)
|
|
@@ -80,6 +80,8 @@
|
|
|
80
80
|
|
|
81
81
|
已发布 npm——推荐走 registry 路径。**装完重启 dsh web(`--profile web`)。**
|
|
82
82
|
|
|
83
|
+
> ⚠️ 注意:npm 上的 `dsh-rewind` 属于其他作者,请用 `dsh-rewind-plugin` 安装。
|
|
84
|
+
|
|
83
85
|
### 方式 A:registry(推荐)
|
|
84
86
|
|
|
85
87
|
```sh
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-rewind-plugin",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.4",
|
|
4
4
|
"description": "DeepSeek Harness plugin: in-place conversation rewind in the same session window (Claude Code /rewind semantics) with optional workspace file restore",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"deepseek-harness",
|
|
@@ -66,25 +66,21 @@
|
|
|
66
66
|
"access": "public"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
|
-
"@deepseek-ai/cordis": "
|
|
70
|
-
"@deepseek-ai/dsh-
|
|
71
|
-
"@deepseek-ai/dsh-client-
|
|
72
|
-
"@deepseek-ai/dsh-client-
|
|
73
|
-
"@deepseek-ai/dsh-
|
|
74
|
-
"@deepseek-ai/dsh-
|
|
75
|
-
"@deepseek-ai/dsh-
|
|
76
|
-
"@deepseek-ai/dsh-
|
|
77
|
-
"@deepseek-ai/dsh-
|
|
78
|
-
"@deepseek-ai/dsh-
|
|
79
|
-
"@deepseek-ai/dsh-tools": "*"
|
|
69
|
+
"@deepseek-ai/cordis": "^4.0.1",
|
|
70
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6",
|
|
71
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6",
|
|
72
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6",
|
|
73
|
+
"@deepseek-ai/dsh-commands": "^0.1.0-rc.6",
|
|
74
|
+
"@deepseek-ai/dsh-fs": "^0.1.0-rc.6",
|
|
75
|
+
"@deepseek-ai/dsh-llm": "^0.1.0-rc.6",
|
|
76
|
+
"@deepseek-ai/dsh-sandbox": "^0.1.0-rc.6",
|
|
77
|
+
"@deepseek-ai/dsh-session": "^0.1.0-rc.6",
|
|
78
|
+
"@deepseek-ai/dsh-tools": "^0.1.0-rc.6"
|
|
80
79
|
},
|
|
81
80
|
"peerDependenciesMeta": {
|
|
82
81
|
"@deepseek-ai/cordis": {
|
|
83
82
|
"optional": true
|
|
84
83
|
},
|
|
85
|
-
"@deepseek-ai/dsh-agent": {
|
|
86
|
-
"optional": true
|
|
87
|
-
},
|
|
88
84
|
"@deepseek-ai/dsh-client-locale": {
|
|
89
85
|
"optional": true
|
|
90
86
|
},
|
|
@@ -114,17 +110,17 @@
|
|
|
114
110
|
}
|
|
115
111
|
},
|
|
116
112
|
"devDependencies": {
|
|
117
|
-
"@deepseek-ai/cordis": "^4.0.1
|
|
118
|
-
"@deepseek-ai/dsh-agent": "0.1.0-rc.
|
|
119
|
-
"@deepseek-ai/dsh-client-locale": "0.1.0-rc.
|
|
120
|
-
"@deepseek-ai/dsh-client-runtime": "0.1.0-rc.
|
|
121
|
-
"@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.
|
|
122
|
-
"@deepseek-ai/dsh-commands": "0.1.0-rc.
|
|
123
|
-
"@deepseek-ai/dsh-fs": "0.1.0-rc.
|
|
124
|
-
"@deepseek-ai/dsh-llm": "0.1.0-rc.
|
|
125
|
-
"@deepseek-ai/dsh-sandbox": "0.1.0-rc.
|
|
126
|
-
"@deepseek-ai/dsh-session": "0.1.0-rc.
|
|
127
|
-
"@deepseek-ai/dsh-tools": "0.1.0-rc.
|
|
113
|
+
"@deepseek-ai/cordis": "^4.0.1",
|
|
114
|
+
"@deepseek-ai/dsh-agent": "^0.1.0-rc.7",
|
|
115
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.0-rc.7",
|
|
116
|
+
"@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.7",
|
|
117
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.7",
|
|
118
|
+
"@deepseek-ai/dsh-commands": "^0.1.0-rc.7",
|
|
119
|
+
"@deepseek-ai/dsh-fs": "^0.1.0-rc.7",
|
|
120
|
+
"@deepseek-ai/dsh-llm": "^0.1.0-rc.7",
|
|
121
|
+
"@deepseek-ai/dsh-sandbox": "^0.1.0-rc.7",
|
|
122
|
+
"@deepseek-ai/dsh-session": "^0.1.0-rc.7",
|
|
123
|
+
"@deepseek-ai/dsh-tools": "^0.1.0-rc.7",
|
|
128
124
|
"@types/node": "^24.0.0",
|
|
129
125
|
"esbuild": "^0.28.2",
|
|
130
126
|
"typescript": "^7.0.2",
|