dsh-native-session-delete 1.0.6 → 1.0.7

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.0.6 package below; never substitute a moving branch or an unreviewed source.
9
+ - Use the fixed v1.0.7 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.0.6 package is a standard DSH bundle with a `dsh.bundle` profile patch. Its exact package spec is:
25
+ The v1.0.7 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.0.6
28
+ dsh-native-session-delete@1.0.7
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.0.6 contract.
34
+ approach is not the v1.0.7 contract.
35
35
 
36
36
  ## Detect the target DSH
37
37
 
@@ -56,13 +56,13 @@ record the selected profile's relevant metadata before invoking it, without prin
56
56
  With an existing `dsh` command, run exactly:
57
57
 
58
58
  ```sh
59
- dsh plugin --profile web add dsh-native-session-delete@1.0.6
59
+ dsh plugin --profile web add dsh-native-session-delete@1.0.7
60
60
  ```
61
61
 
62
62
  With DSH-Portable, run from its root:
63
63
 
64
64
  ```powershell
65
- .\dsh.exe plugin --profile web add dsh-native-session-delete@1.0.6
65
+ .\dsh.exe plugin --profile web add dsh-native-session-delete@1.0.7
66
66
  ```
67
67
 
68
68
  Use the same `add` command to update or repair. On Windows, `install.ps1` from the same fixed Release may
@@ -86,7 +86,7 @@ dsh plugin --profile web list dsh-native-session-delete --depth 0
86
86
  Use `.\dsh.exe` in place of `dsh` for DSH-Portable. Static acceptance requires:
87
87
 
88
88
  1. The `dsh-native-session-delete` bundle appears exactly once in the requested profile.
89
- 2. Its direct package spec is the fixed `dsh-native-session-delete@1.0.6` npm version above.
89
+ 2. Its direct package spec is the fixed `dsh-native-session-delete@1.0.7` npm version above.
90
90
  3. The profile contains the bundle patch and no duplicate official workspace row from this plugin.
91
91
  4. No unrelated dependency, profile patch, or session data was changed by the operation.
92
92
 
package/README.en.md CHANGED
@@ -17,7 +17,7 @@ Native dark menu · Second confirmation · Permanent delete · In-place list upd
17
17
  </div>
18
18
 
19
19
  <p align="center">
20
- <img src="https://raw.githubusercontent.com/WSL043/dsh-native-session-delete/v1.0.6/docs/assets/hero.en.png" alt="Red Delete session action in the native DeepSeek Harness dark-mode session menu">
20
+ <img src="https://raw.githubusercontent.com/WSL043/dsh-native-session-delete/v1.0.7/docs/assets/hero.en.png" alt="Red Delete session action in the native DeepSeek Harness dark-mode session menu">
21
21
  </p>
22
22
 
23
23
  | Native | Direct | Smooth |
@@ -31,14 +31,14 @@ Native dark menu · Second confirmation · Permanent delete · In-place list upd
31
31
  Open PowerShell and paste one line:
32
32
 
33
33
  ```powershell
34
- irm 'https://github.com/WSL043/dsh-native-session-delete/releases/download/v1.0.6/install.ps1' | iex
34
+ irm 'https://github.com/WSL043/dsh-native-session-delete/releases/download/v1.0.7/install.ps1' | iex
35
35
  ```
36
36
 
37
37
  The helper checks the current directory, PATH, `DSH_PORTABLE_ROOT`, Downloads/Desktop/Documents, and up to
38
38
  three nested levels below those folders and `LocalAppData\Temp`, then calls the official DSH `plugin add`
39
39
  command once. It does not recursively scan disks, install a package manager, snapshot profiles, create a
40
- resident command, or download the plugin twice. It supports regular DSH and
41
- [DSH-Portable](https://github.com/WSL043/DSH-Portable). If it finds one durable installation plus disposable
40
+ resident command, or download the plugin twice. It supports regular DSH and both the portable edition and
41
+ Windows installer edition of [DSH-Portable](https://github.com/WSL043/DSH-Portable) as targets. If it finds one durable installation plus disposable
42
42
  copies under Temp, it chooses the durable installation automatically. If several durable installations exist,
43
43
  the helper displays their real paths and asks for a number; no command editing or placeholder path is needed.
44
44
  If it still finds nothing, enter the actual DSH-Portable folder and rerun the same one-line command.
@@ -46,7 +46,7 @@ If it still finds nothing, enter the actual DSH-Portable folder and rerun the sa
46
46
  ### Official CLI (macOS, Linux, or direct review)
47
47
 
48
48
  ```sh
49
- dsh plugin --profile web add dsh-native-session-delete@1.0.6
49
+ dsh plugin --profile web add dsh-native-session-delete@1.0.7
50
50
  ```
51
51
 
52
52
  The helper and direct command use the same standard bundle mechanism. The helper is only a Windows entry
@@ -57,7 +57,7 @@ bundle configuration becomes active.
57
57
 
58
58
  ### Agent installation
59
59
 
60
- Use the fixed-version [AGENTS.md](https://raw.githubusercontent.com/WSL043/dsh-native-session-delete/v1.0.6/AGENTS.md).
60
+ Use the fixed-version [AGENTS.md](https://raw.githubusercontent.com/WSL043/dsh-native-session-delete/v1.0.7/AGENTS.md).
61
61
  It defines installation, update, acceptance, uninstall, and safety boundaries. Do not use the `main`
62
62
  branch document as an installation contract.
63
63
 
@@ -69,7 +69,7 @@ branch document as an installation contract.
69
69
  **Cancel** to leave it unchanged.
70
70
 
71
71
  <p align="center">
72
- <img src="https://raw.githubusercontent.com/WSL043/dsh-native-session-delete/v1.0.6/docs/assets/confirm-delete.en.png" width="560" alt="English dark-mode permanent deletion confirmation dialog">
72
+ <img src="https://raw.githubusercontent.com/WSL043/dsh-native-session-delete/v1.0.7/docs/assets/confirm-delete.en.png" width="560" alt="English dark-mode permanent deletion confirmation dialog">
73
73
  <br><sub>Permanent deletion cannot be undone; the dialog identifies the target session.</sub>
74
74
  </p>
75
75
 
@@ -101,7 +101,7 @@ without warranty.
101
101
  ## Compatibility
102
102
 
103
103
  <!-- dsh-compatibility -->
104
- Supports DeepSeek Harness: `0.1.0-rc.6`, `0.1.0-rc.7`, `0.1.0-rc.8`, `0.1.1-rc.1`.
104
+ Supports DeepSeek Harness: `0.1.0-rc.6`, `0.1.0-rc.7`, `0.1.0-rc.8`, `0.1.1-rc.1`, `0.1.1-rc.2`.
105
105
  <!-- /dsh-compatibility -->
106
106
 
107
107
  The plugin supports DSH's default per-session JSONL storage. It adds deletion to the native session menu;
@@ -109,10 +109,10 @@ uninstalling restores the original DSH menu.
109
109
 
110
110
  ## Update and uninstall
111
111
 
112
- Update by rerunning the quick installer or installing the new npm version. For v1.0.6:
112
+ Update by rerunning the quick installer or installing the new npm version. For v1.0.7:
113
113
 
114
114
  ```sh
115
- dsh plugin --profile web add dsh-native-session-delete@1.0.6
115
+ dsh plugin --profile web add dsh-native-session-delete@1.0.7
116
116
  ```
117
117
 
118
118
  Uninstall removes only this plugin's bundle layer and never deletes sessions:
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
  </div>
18
18
 
19
19
  <p align="center">
20
- <img src="https://raw.githubusercontent.com/WSL043/dsh-native-session-delete/v1.0.6/docs/assets/hero.png" alt="DeepSeek Harness 深色模式原生会话菜单中的红色删除会话选项">
20
+ <img src="https://raw.githubusercontent.com/WSL043/dsh-native-session-delete/v1.0.7/docs/assets/hero.png" alt="DeepSeek Harness 深色模式原生会话菜单中的红色删除会话选项">
21
21
  </p>
22
22
 
23
23
  | 原生 | 直接 | 顺滑 |
@@ -31,20 +31,20 @@
31
31
  打开 PowerShell,复制这一行:
32
32
 
33
33
  ```powershell
34
- irm 'https://github.com/WSL043/dsh-native-session-delete/releases/download/v1.0.6/install.ps1' | iex
34
+ irm 'https://github.com/WSL043/dsh-native-session-delete/releases/download/v1.0.7/install.ps1' | iex
35
35
  ```
36
36
 
37
37
  助手依次检查当前目录、PATH、`DSH_PORTABLE_ROOT`、下载/桌面/文档目录,以及这些目录和
38
38
  `LocalAppData\Temp` 下最多三层的 Portable 解压目录;找到后立即调用一次 DSH 官方 `plugin add`。
39
39
  它不会递归扫盘、安装包管理器、保存 profile 快照、创建常驻命令或重复下载插件。普通 DSH 和
40
- [DSH-Portable](https://github.com/WSL043/DSH-Portable) 都支持。若同时发现一个长期安装和 Temp
40
+ [DSH-Portable](https://github.com/WSL043/DSH-Portable) 的便携版、Windows 安装版都可以作为目标。若同时发现一个长期安装和 Temp
41
41
  中的测试/解压副本,会自动选择长期安装;若存在多个长期安装,助手会列出真实路径并让你输入编号,
42
42
  不需要改命令或填写示例路径。若仍未找到,请先进入实际的 DSH-Portable 文件夹再运行同一条命令。
43
43
 
44
44
  ### 官方 CLI(macOS、Linux 或希望直接审阅命令)
45
45
 
46
46
  ```sh
47
- dsh plugin --profile web add dsh-native-session-delete@1.0.6
47
+ dsh plugin --profile web add dsh-native-session-delete@1.0.7
48
48
  ```
49
49
 
50
50
  助手和这条命令使用的是同一个标准 bundle 安装机制;助手只是 Windows 入口,不接管安装事务。
@@ -53,7 +53,7 @@ dsh plugin --profile web add dsh-native-session-delete@1.0.6
53
53
 
54
54
  ### 交给 Agent
55
55
 
56
- 请使用固定版本的 [AGENTS.md](https://raw.githubusercontent.com/WSL043/dsh-native-session-delete/v1.0.6/AGENTS.md),
56
+ 请使用固定版本的 [AGENTS.md](https://raw.githubusercontent.com/WSL043/dsh-native-session-delete/v1.0.7/AGENTS.md),
57
57
  其中写明了安装、更新、验收、卸载和安全边界。不要把 `main` 分支文档当作安装依据。
58
58
 
59
59
  ## 使用
@@ -63,7 +63,7 @@ dsh plugin --profile web add dsh-native-session-delete@1.0.6
63
63
  3. 在确认弹窗中再次确认会话名称并点击 **永久删除**;也可以随时点击 **取消**。
64
64
 
65
65
  <p align="center">
66
- <img src="https://raw.githubusercontent.com/WSL043/dsh-native-session-delete/v1.0.6/docs/assets/confirm-delete.png" width="560" alt="中文深色模式永久删除二次确认弹窗">
66
+ <img src="https://raw.githubusercontent.com/WSL043/dsh-native-session-delete/v1.0.7/docs/assets/confirm-delete.png" width="560" alt="中文深色模式永久删除二次确认弹窗">
67
67
  <br><sub>永久删除无法撤销,确认弹窗会明确显示目标会话</sub>
68
68
  </p>
69
69
 
@@ -91,17 +91,17 @@ dsh plugin --profile web add dsh-native-session-delete@1.0.6
91
91
  ## 兼容性
92
92
 
93
93
  <!-- dsh-compatibility -->
94
- 支持 DeepSeek Harness:`0.1.0-rc.6`、`0.1.0-rc.7`、`0.1.0-rc.8`、`0.1.1-rc.1`。
94
+ 支持 DeepSeek Harness:`0.1.0-rc.6`、`0.1.0-rc.7`、`0.1.0-rc.8`、`0.1.1-rc.1`、`0.1.1-rc.2`。
95
95
  <!-- /dsh-compatibility -->
96
96
 
97
97
  适用于 DSH 默认的逐会话 JSONL 存储。安装后在会话原生菜单中增加删除选项;卸载后恢复 DSH 原有菜单。
98
98
 
99
99
  ## 更新与卸载
100
100
 
101
- 更新可重新运行快速安装助手,或安装 npm 上的新版本。v1.0.6 的直接命令是:
101
+ 更新可重新运行快速安装助手,或安装 npm 上的新版本。v1.0.7 的直接命令是:
102
102
 
103
103
  ```sh
104
- dsh plugin --profile web add dsh-native-session-delete@1.0.6
104
+ dsh plugin --profile web add dsh-native-session-delete@1.0.7
105
105
  ```
106
106
 
107
107
  卸载只移除这个插件的 bundle 层,不删除任何会话:
@@ -1,7 +1,7 @@
1
1
  # Third-party notices
2
2
 
3
3
  The distributed `lib/client.js` is a modified build of
4
- `@deepseek-ai/dsh-client-ui-workspace` version `0.1.1-rc.1`. The patch source
4
+ `@deepseek-ai/dsh-client-ui-workspace` version `0.1.1-rc.2`. The patch source
5
5
  is available in `scripts/build-client.mjs`.
6
6
 
7
7
  DeepSeek Harness is licensed under the MIT License:
@@ -1,14 +1,16 @@
1
1
  {
2
- "latestTested": "0.1.1-rc.1",
2
+ "latestTested": "0.1.1-rc.2",
3
3
  "supported": [
4
4
  "0.1.0-rc.6",
5
5
  "0.1.0-rc.7",
6
6
  "0.1.0-rc.8",
7
- "0.1.1-rc.1"
7
+ "0.1.1-rc.1",
8
+ "0.1.1-rc.2"
8
9
  ],
9
10
  "workspaceFixtures": {
10
11
  "0.1.0-rc.6": "dsh-ui-workspace-rc6",
11
12
  "0.1.0-rc.7": "dsh-ui-workspace-rc7",
12
- "0.1.0-rc.8": "dsh-ui-workspace-rc8"
13
+ "0.1.0-rc.8": "dsh-ui-workspace-rc8",
14
+ "0.1.1-rc.1": "dsh-ui-workspace-rc1"
13
15
  }
14
16
  }
package/lib/client.js CHANGED
@@ -1,4 +1,4 @@
1
- // Modified from @deepseek-ai/dsh-client-ui-workspace 0.1.1-rc.1 by DSH Native Session Delete. See THIRD_PARTY_NOTICES.md.
1
+ // Modified from @deepseek-ai/dsh-client-ui-workspace 0.1.1-rc.2 by DSH Native Session Delete. See THIRD_PARTY_NOTICES.md.
2
2
  window.__ModuleLoader__.load({
3
3
  id: "dsh-native-session-delete",
4
4
  factory: (require) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-native-session-delete",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Permanent session deletion in the native DeepSeek Harness menu",
5
5
  "type": "module",
6
6
  "main": "./src/index.js",
@@ -67,14 +67,14 @@
67
67
  },
68
68
  "peerDependencies": {
69
69
  "@deepseek-ai/cordis": "4.0.1",
70
- "@deepseek-ai/dsh-client-connection": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1",
71
- "@deepseek-ai/dsh-client-locale": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1",
72
- "@deepseek-ai/dsh-client-runtime": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1",
73
- "@deepseek-ai/dsh-client-ui-conversation": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1",
74
- "@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1",
75
- "@deepseek-ai/dsh-client-ui-sidebar": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1",
76
- "@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1",
77
- "@deepseek-ai/dsh-invariants": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1",
70
+ "@deepseek-ai/dsh-client-connection": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2",
71
+ "@deepseek-ai/dsh-client-locale": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2",
72
+ "@deepseek-ai/dsh-client-runtime": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2",
73
+ "@deepseek-ai/dsh-client-ui-conversation": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2",
74
+ "@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2",
75
+ "@deepseek-ai/dsh-client-ui-sidebar": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2",
76
+ "@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2",
77
+ "@deepseek-ai/dsh-invariants": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2",
78
78
  "react": "^18.2.0"
79
79
  },
80
80
  "peerDependenciesMeta": {
@@ -110,19 +110,20 @@
110
110
  }
111
111
  },
112
112
  "devDependencies": {
113
- "@deepseek-ai/dsh-client-connection": "0.1.1-rc.1",
114
- "@deepseek-ai/dsh-client-locale": "0.1.1-rc.1",
115
- "@deepseek-ai/dsh-client-runtime": "0.1.1-rc.1",
116
- "@deepseek-ai/dsh-client-ui-conversation": "0.1.1-rc.1",
117
- "@deepseek-ai/dsh-client-ui-primitives": "0.1.1-rc.1",
118
- "@deepseek-ai/dsh-client-ui-sidebar": "0.1.1-rc.1",
119
- "@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.1",
120
- "@deepseek-ai/dsh-client-ui-workspace": "0.1.1-rc.1",
121
- "@deepseek-ai/dsh-invariants": "0.1.1-rc.1",
113
+ "@deepseek-ai/dsh-client-connection": "0.1.1-rc.2",
114
+ "@deepseek-ai/dsh-client-locale": "0.1.1-rc.2",
115
+ "@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2",
116
+ "@deepseek-ai/dsh-client-ui-conversation": "0.1.1-rc.2",
117
+ "@deepseek-ai/dsh-client-ui-primitives": "0.1.1-rc.2",
118
+ "@deepseek-ai/dsh-client-ui-sidebar": "0.1.1-rc.2",
119
+ "@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.2",
120
+ "@deepseek-ai/dsh-client-ui-workspace": "0.1.1-rc.2",
121
+ "@deepseek-ai/dsh-invariants": "0.1.1-rc.2",
122
122
  "dsh-ui-workspace-rc6": "npm:@deepseek-ai/dsh-client-ui-workspace@0.1.0-rc.6",
123
123
  "dsh-ui-workspace-rc7": "npm:@deepseek-ai/dsh-client-ui-workspace@0.1.0-rc.7",
124
124
  "playwright": "1.62.1",
125
- "dsh-ui-workspace-rc8": "npm:@deepseek-ai/dsh-client-ui-workspace@0.1.0-rc.8"
125
+ "dsh-ui-workspace-rc8": "npm:@deepseek-ai/dsh-client-ui-workspace@0.1.0-rc.8",
126
+ "dsh-ui-workspace-rc1": "npm:@deepseek-ai/dsh-client-ui-workspace@0.1.1-rc.1"
126
127
  },
127
128
  "scripts": {
128
129
  "build": "node scripts/build-client.mjs",