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 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.1 package below; never substitute a moving branch or an unreviewed source.
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.1 package is a standard DSH bundle with a `dsh.bundle` profile patch. Its exact package spec is:
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.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.1 contract. The product is shown to users as **DSH Native Session Manager** while
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-ChildItem -LiteralPath . -Filter dsh.exe -File -ErrorAction SilentlyContinue
43
+ Get-Command npx -ErrorAction SilentlyContinue
44
44
  ```
45
45
 
46
- For DSH-Portable, a valid root normally contains `dsh.exe`, `runtime\node\node.exe`, and
47
- `app\node_modules\@deepseek-ai\dsh\lib\bin.js`. Missing system Node.js or pnpm is normal for
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.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.1` npm version above.
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
  [![Release](https://img.shields.io/github/v/release/WSL043/dsh-native-session-manager?display_name=tag&style=flat-square)](https://github.com/WSL043/dsh-native-session-manager/releases/latest)
10
10
  [![Checks](https://img.shields.io/github/actions/workflow/status/WSL043/dsh-native-session-manager/ci.yml?branch=main&label=checks&style=flat-square)](https://github.com/WSL043/dsh-native-session-manager/actions/workflows/ci.yml)
11
11
  [![npm](https://img.shields.io/npm/v/dsh-native-session-delete?style=flat-square)](https://www.npmjs.com/package/dsh-native-session-delete)
12
- [![npm downloads](https://img.shields.io/npm/dm/dsh-native-session-delete?style=flat-square)](https://www.npmjs.com/package/dsh-native-session-delete)
12
+ [![total npm downloads](https://img.shields.io/npm/dt/dsh-native-session-delete?style=flat-square&label=total%20downloads)](https://www.npmjs.com/package/dsh-native-session-delete)
13
13
  [![DSH](https://img.shields.io/badge/DSH-compatible-2f81f7?style=flat-square)](#compatibility)
14
14
  [![License](https://img.shields.io/github/license/WSL043/dsh-native-session-manager?style=flat-square)](LICENSE)
15
15
  [![Stars](https://img.shields.io/github/stars/WSL043/dsh-native-session-manager?style=flat-square&label=stars)](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.1/install.ps1' | iex
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.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.1/AGENTS.md).
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.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.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
- For DSH-Portable, use the corresponding `.\dsh.exe plugin --profile web add ...` or
146
- `.\dsh.exe plugin --profile web remove dsh-native-session-delete`. Restart DSH through its normal
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
  [![Release](https://img.shields.io/github/v/release/WSL043/dsh-native-session-manager?display_name=tag&style=flat-square)](https://github.com/WSL043/dsh-native-session-manager/releases/latest)
10
10
  [![Checks](https://img.shields.io/github/actions/workflow/status/WSL043/dsh-native-session-manager/ci.yml?branch=main&label=checks&style=flat-square)](https://github.com/WSL043/dsh-native-session-manager/actions/workflows/ci.yml)
11
11
  [![npm](https://img.shields.io/npm/v/dsh-native-session-delete?style=flat-square)](https://www.npmjs.com/package/dsh-native-session-delete)
12
- [![npm 下载量](https://img.shields.io/npm/dm/dsh-native-session-delete?style=flat-square)](https://www.npmjs.com/package/dsh-native-session-delete)
12
+ [![npm 总下载量](https://img.shields.io/npm/dt/dsh-native-session-delete?style=flat-square&label=%E6%80%BB%E4%B8%8B%E8%BD%BD%E9%87%8F)](https://www.npmjs.com/package/dsh-native-session-delete)
13
13
  [![DSH](https://img.shields.io/badge/DSH-compatible-2f81f7?style=flat-square)](#兼容性)
14
14
  [![License](https://img.shields.io/github/license/WSL043/dsh-native-session-manager?style=flat-square)](LICENSE)
15
15
  [![Stars](https://img.shields.io/github/stars/WSL043/dsh-native-session-manager?style=flat-square&label=stars)](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.1/install.ps1' | iex
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.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.1/AGENTS.md),
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.1 的直接命令是:
121
+ 更新可重新运行快速安装助手,或安装 npm 上的新版本。v1.1.2 的直接命令是:
122
122
 
123
123
  ```sh
124
- dsh plugin --profile web add dsh-native-session-delete@1.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 使用对应的 `.\dsh.exe plugin --profile web add ...` 或
134
- `.\dsh.exe plugin --profile web remove dsh-native-session-delete`。完成安装、更新或卸载后,
135
- 按 DSH 的正常方式重启,使配置重新组合。
133
+ DSH-Portable 同样使用标准的 `dsh plugin` 命令。完成安装、更新或卸载后,按 DSH 的正常方式重启,
134
+ 使配置重新组合。
136
135
 
137
136
  ## 支持与许可证
138
137
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-native-session-delete",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "DeepSeek Harness chat history and session management: search archives, restore conversations, and delete safely",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",