dsh-native-session-delete 1.1.1 → 1.1.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.
- package/AGENTS.md +9 -24
- package/README.md +8 -9
- package/README.zh-CN.md +8 -9
- package/package.json +1 -1
package/AGENTS.md
CHANGED
|
@@ -6,7 +6,7 @@ or remove `dsh-native-session-delete` in a selected DeepSeek Harness profile.
|
|
|
6
6
|
## Safety and responsibility boundary
|
|
7
7
|
|
|
8
8
|
- Confirm the target DSH installation and profile. Use `web` only when it is the user's target.
|
|
9
|
-
- Use the fixed v1.1.
|
|
9
|
+
- Use the fixed v1.1.2 package below; never substitute a moving branch or an unreviewed source.
|
|
10
10
|
- Do not print session contents, full profile files, transcript paths, credentials, or other private data.
|
|
11
11
|
- Do not start, stop, or restart DSH without explicit permission.
|
|
12
12
|
- Preserve all sessions, unrelated plugins, and user-owned profile changes.
|
|
@@ -22,16 +22,16 @@ requirements. A cancelled confirmation is the safe default and must not send a d
|
|
|
22
22
|
|
|
23
23
|
## Fixed package and standard bundle
|
|
24
24
|
|
|
25
|
-
The v1.1.
|
|
25
|
+
The v1.1.2 package is a standard DSH bundle with a `dsh.bundle` profile patch. Its exact package spec is:
|
|
26
26
|
|
|
27
27
|
```text
|
|
28
|
-
dsh-native-session-delete@1.1.
|
|
28
|
+
dsh-native-session-delete@1.1.2
|
|
29
29
|
```
|
|
30
30
|
|
|
31
31
|
The bundle disables the official workspace row while installed and inserts a uniquely identified native
|
|
32
32
|
workspace row. Removing `dsh-native-session-delete` removes that layer, allowing DSH to restore the official
|
|
33
33
|
workspace row. Do not install the tarball under `@deepseek-ai/dsh-client-ui-workspace`; that old aliasing
|
|
34
|
-
approach is not the v1.1.
|
|
34
|
+
approach is not the v1.1.2 contract. The product is shown to users as **DSH Native Session Manager** while
|
|
35
35
|
retaining the existing npm package identity for safe upgrades.
|
|
36
36
|
|
|
37
37
|
## Detect the target DSH
|
|
@@ -40,12 +40,11 @@ Use read-only filesystem checks to locate the requested target. On Windows:
|
|
|
40
40
|
|
|
41
41
|
```powershell
|
|
42
42
|
Get-Command dsh -ErrorAction SilentlyContinue
|
|
43
|
-
Get-
|
|
43
|
+
Get-Command npx -ErrorAction SilentlyContinue
|
|
44
44
|
```
|
|
45
45
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
DSH-Portable; do not install either globally just for this plugin.
|
|
46
|
+
DSH-Portable exposes the same standard `dsh plugin` contract. Missing system pnpm is normal; do not
|
|
47
|
+
install it globally just for this plugin.
|
|
49
48
|
|
|
50
49
|
`dsh plugin ... list` is not strictly read-only. Its first invocation may initialize or migrate a Portable
|
|
51
50
|
profile, rebuild dependency links, or update profile package-manager metadata. It is non-destructive to
|
|
@@ -57,13 +56,7 @@ record the selected profile's relevant metadata before invoking it, without prin
|
|
|
57
56
|
With an existing `dsh` command, run exactly:
|
|
58
57
|
|
|
59
58
|
```sh
|
|
60
|
-
dsh plugin --profile web add dsh-native-session-delete@1.1.
|
|
61
|
-
```
|
|
62
|
-
|
|
63
|
-
With DSH-Portable, run from its root:
|
|
64
|
-
|
|
65
|
-
```powershell
|
|
66
|
-
.\dsh.exe plugin --profile web add dsh-native-session-delete@1.1.1
|
|
59
|
+
dsh plugin --profile web add dsh-native-session-delete@1.1.2
|
|
67
60
|
```
|
|
68
61
|
|
|
69
62
|
Use the same `add` command to update or repair. On Windows, `install.ps1` from the same fixed Release may
|
|
@@ -84,10 +77,8 @@ First verify the selected profile without exposing its contents:
|
|
|
84
77
|
dsh plugin --profile web list dsh-native-session-delete --depth 0
|
|
85
78
|
```
|
|
86
79
|
|
|
87
|
-
Use `.\dsh.exe` in place of `dsh` for DSH-Portable. Static acceptance requires:
|
|
88
|
-
|
|
89
80
|
1. The `dsh-native-session-delete` bundle appears exactly once in the requested profile.
|
|
90
|
-
2. Its direct package spec is the fixed `dsh-native-session-delete@1.1.
|
|
81
|
+
2. Its direct package spec is the fixed `dsh-native-session-delete@1.1.2` npm version above.
|
|
91
82
|
3. The profile contains the bundle patch and no duplicate official workspace row from this plugin.
|
|
92
83
|
4. No unrelated dependency, profile patch, or session data was changed by the operation.
|
|
93
84
|
|
|
@@ -120,12 +111,6 @@ For a standard profile:
|
|
|
120
111
|
dsh plugin --profile web remove dsh-native-session-delete
|
|
121
112
|
```
|
|
122
113
|
|
|
123
|
-
For DSH-Portable:
|
|
124
|
-
|
|
125
|
-
```powershell
|
|
126
|
-
.\dsh.exe plugin --profile web remove dsh-native-session-delete
|
|
127
|
-
```
|
|
128
|
-
|
|
129
114
|
Uninstall removes only this plugin's bundle layer. It must not delete sessions and must not restart DSH
|
|
130
115
|
without permission. After the command, verify that `dsh-native-session-delete` is absent and that the
|
|
131
116
|
official workspace row is available again after the next permitted DSH restart.
|
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Archive manager · Conversation search · One-click restore · Safe permanent de
|
|
|
9
9
|
[](https://github.com/WSL043/dsh-native-session-manager/releases/latest)
|
|
10
10
|
[](https://github.com/WSL043/dsh-native-session-manager/actions/workflows/ci.yml)
|
|
11
11
|
[](https://www.npmjs.com/package/dsh-native-session-delete)
|
|
12
|
-
[](https://www.npmjs.com/package/dsh-native-session-delete)
|
|
13
13
|
[](#compatibility)
|
|
14
14
|
[](LICENSE)
|
|
15
15
|
[](https://github.com/WSL043/dsh-native-session-manager/stargazers)
|
|
@@ -39,7 +39,7 @@ Archive manager · Conversation search · One-click restore · Safe permanent de
|
|
|
39
39
|
Open PowerShell and paste one line:
|
|
40
40
|
|
|
41
41
|
```powershell
|
|
42
|
-
irm 'https://github.com/WSL043/dsh-native-session-manager/releases/download/v1.1.
|
|
42
|
+
irm 'https://github.com/WSL043/dsh-native-session-manager/releases/download/v1.1.2/install.ps1' | iex
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
The helper checks the current directory, PATH, `DSH_PORTABLE_ROOT`, Downloads/Desktop/Documents, and up to
|
|
@@ -54,7 +54,7 @@ If it still finds nothing, enter the actual DSH-Portable folder and rerun the sa
|
|
|
54
54
|
### Official CLI (macOS, Linux, or direct review)
|
|
55
55
|
|
|
56
56
|
```sh
|
|
57
|
-
dsh plugin --profile web add dsh-native-session-delete@1.1.
|
|
57
|
+
dsh plugin --profile web add dsh-native-session-delete@1.1.2
|
|
58
58
|
```
|
|
59
59
|
|
|
60
60
|
The helper and direct command use the same standard bundle mechanism. The helper is only a Windows entry
|
|
@@ -65,7 +65,7 @@ bundle configuration becomes active.
|
|
|
65
65
|
|
|
66
66
|
### Agent installation
|
|
67
67
|
|
|
68
|
-
Use the fixed-version [AGENTS.md](https://raw.githubusercontent.com/WSL043/dsh-native-session-manager/v1.1.
|
|
68
|
+
Use the fixed-version [AGENTS.md](https://raw.githubusercontent.com/WSL043/dsh-native-session-manager/v1.1.2/AGENTS.md).
|
|
69
69
|
It defines installation, update, acceptance, uninstall, and safety boundaries. Do not use the `main`
|
|
70
70
|
branch document as an installation contract.
|
|
71
71
|
|
|
@@ -130,10 +130,10 @@ list with the session-management version; uninstalling restores DSH's original l
|
|
|
130
130
|
|
|
131
131
|
## Update and uninstall
|
|
132
132
|
|
|
133
|
-
Update by rerunning the quick installer or installing the new npm version. For v1.1.
|
|
133
|
+
Update by rerunning the quick installer or installing the new npm version. For v1.1.2:
|
|
134
134
|
|
|
135
135
|
```sh
|
|
136
|
-
dsh plugin --profile web add dsh-native-session-delete@1.1.
|
|
136
|
+
dsh plugin --profile web add dsh-native-session-delete@1.1.2
|
|
137
137
|
```
|
|
138
138
|
|
|
139
139
|
Uninstall removes only this plugin's bundle layer and never deletes sessions:
|
|
@@ -142,9 +142,8 @@ Uninstall removes only this plugin's bundle layer and never deletes sessions:
|
|
|
142
142
|
dsh plugin --profile web remove dsh-native-session-delete
|
|
143
143
|
```
|
|
144
144
|
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
workflow after installing, updating, or uninstalling so the configuration is recomposed.
|
|
145
|
+
DSH-Portable exposes the same standard `dsh plugin` commands. Restart DSH through its normal workflow
|
|
146
|
+
after installing, updating, or uninstalling so the configuration is recomposed.
|
|
148
147
|
|
|
149
148
|
## Support and license
|
|
150
149
|
|
package/README.zh-CN.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
[](https://github.com/WSL043/dsh-native-session-manager/releases/latest)
|
|
10
10
|
[](https://github.com/WSL043/dsh-native-session-manager/actions/workflows/ci.yml)
|
|
11
11
|
[](https://www.npmjs.com/package/dsh-native-session-delete)
|
|
12
|
-
[](https://www.npmjs.com/package/dsh-native-session-delete)
|
|
13
13
|
[](#兼容性)
|
|
14
14
|
[](LICENSE)
|
|
15
15
|
[](https://github.com/WSL043/dsh-native-session-manager/stargazers)
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
打开 PowerShell,复制这一行:
|
|
40
40
|
|
|
41
41
|
```powershell
|
|
42
|
-
irm 'https://github.com/WSL043/dsh-native-session-manager/releases/download/v1.1.
|
|
42
|
+
irm 'https://github.com/WSL043/dsh-native-session-manager/releases/download/v1.1.2/install.ps1' | iex
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
助手依次检查当前目录、PATH、`DSH_PORTABLE_ROOT`、下载/桌面/文档目录,以及这些目录和
|
|
@@ -52,7 +52,7 @@ irm 'https://github.com/WSL043/dsh-native-session-manager/releases/download/v1.1
|
|
|
52
52
|
### 官方 CLI(macOS、Linux 或希望直接审阅命令)
|
|
53
53
|
|
|
54
54
|
```sh
|
|
55
|
-
dsh plugin --profile web add dsh-native-session-delete@1.1.
|
|
55
|
+
dsh plugin --profile web add dsh-native-session-delete@1.1.2
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
助手和这条命令使用的是同一个标准 bundle 安装机制;助手只是 Windows 入口,不接管安装事务。
|
|
@@ -61,7 +61,7 @@ dsh plugin --profile web add dsh-native-session-delete@1.1.1
|
|
|
61
61
|
|
|
62
62
|
### 交给 Agent
|
|
63
63
|
|
|
64
|
-
请使用固定版本的 [AGENTS.md](https://raw.githubusercontent.com/WSL043/dsh-native-session-manager/v1.1.
|
|
64
|
+
请使用固定版本的 [AGENTS.md](https://raw.githubusercontent.com/WSL043/dsh-native-session-manager/v1.1.2/AGENTS.md),
|
|
65
65
|
其中写明了安装、更新、验收、卸载和安全边界。不要把 `main` 分支文档当作安装依据。
|
|
66
66
|
|
|
67
67
|
## 使用
|
|
@@ -118,10 +118,10 @@ JSONL 存储。安装后替换为带会话管理功能的原生工作区列表
|
|
|
118
118
|
|
|
119
119
|
## 更新与卸载
|
|
120
120
|
|
|
121
|
-
更新可重新运行快速安装助手,或安装 npm 上的新版本。v1.1.
|
|
121
|
+
更新可重新运行快速安装助手,或安装 npm 上的新版本。v1.1.2 的直接命令是:
|
|
122
122
|
|
|
123
123
|
```sh
|
|
124
|
-
dsh plugin --profile web add dsh-native-session-delete@1.1.
|
|
124
|
+
dsh plugin --profile web add dsh-native-session-delete@1.1.2
|
|
125
125
|
```
|
|
126
126
|
|
|
127
127
|
卸载只移除这个插件的 bundle 层,不删除任何会话:
|
|
@@ -130,9 +130,8 @@ dsh plugin --profile web add dsh-native-session-delete@1.1.1
|
|
|
130
130
|
dsh plugin --profile web remove dsh-native-session-delete
|
|
131
131
|
```
|
|
132
132
|
|
|
133
|
-
DSH-Portable
|
|
134
|
-
|
|
135
|
-
按 DSH 的正常方式重启,使配置重新组合。
|
|
133
|
+
DSH-Portable 同样使用标准的 `dsh plugin` 命令。完成安装、更新或卸载后,按 DSH 的正常方式重启,
|
|
134
|
+
使配置重新组合。
|
|
136
135
|
|
|
137
136
|
## 支持与许可证
|
|
138
137
|
|
package/package.json
CHANGED