dsh-native-session-delete 1.0.4 → 1.0.6
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 +137 -137
- package/README.en.md +134 -142
- package/README.md +122 -128
- package/THIRD_PARTY_NOTICES.md +1 -1
- package/compatibility.json +14 -12
- package/cordis.patch.yml +7 -7
- package/lib/client.js +27 -1
- package/package.json +20 -19
- package/scripts/build-client.mjs +170 -170
package/README.md
CHANGED
|
@@ -1,128 +1,122 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
|
|
3
|
-
# DSH Native Session Delete
|
|
4
|
-
|
|
5
|
-
**把“永久删除会话”带回 DeepSeek Harness 原生菜单。**
|
|
6
|
-
|
|
7
|
-
原生深色菜单 · 二次确认 · 永久删除 · 原地更新列表
|
|
8
|
-
|
|
9
|
-
[](https://github.com/WSL043/dsh-native-session-delete/releases/latest)
|
|
10
|
-
[](https://github.com/WSL043/dsh-native-session-delete/actions/workflows/ci.yml)
|
|
11
|
-
[](https://www.npmjs.com/package/dsh-native-session-delete)
|
|
12
|
-
[](LICENSE)
|
|
14
|
-
|
|
15
|
-
[English](README.en.md) · [安装](#安装) · [使用](#使用) · [安全边界](#安全边界)
|
|
16
|
-
|
|
17
|
-
</div>
|
|
18
|
-
|
|
19
|
-
<p align="center">
|
|
20
|
-
<img src="https://raw.githubusercontent.com/WSL043/dsh-native-session-delete/v1.0.
|
|
21
|
-
</p>
|
|
22
|
-
|
|
23
|
-
| 原生 | 直接 | 顺滑 |
|
|
24
|
-
| --- | --- | --- |
|
|
25
|
-
| 删除入口就在会话原生操作菜单中,归档仍然保留 | 二次确认后永久删除目标会话;正在运行的任务会先停止 | 删除成功后原地刷新列表,不重载整个 DSH 页面 |
|
|
26
|
-
|
|
27
|
-
## 安装
|
|
28
|
-
|
|
29
|
-
### Windows 快速安装(推荐)
|
|
30
|
-
|
|
31
|
-
打开 PowerShell,复制这一行:
|
|
32
|
-
|
|
33
|
-
```powershell
|
|
34
|
-
irm 'https://github.com/WSL043/dsh-native-session-delete/releases/download/v1.0.
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
助手依次检查当前目录、PATH、`DSH_PORTABLE_ROOT`、下载/桌面/文档目录,以及这些目录和
|
|
38
|
-
`LocalAppData\Temp` 下最多三层的 Portable 解压目录;找到后立即调用一次 DSH 官方 `plugin add`。
|
|
39
|
-
它不会递归扫盘、安装包管理器、保存 profile 快照、创建常驻命令或重复下载插件。普通 DSH 和
|
|
40
|
-
[DSH-Portable](https://github.com/WSL043/DSH-Portable) 都支持。若同时发现一个长期安装和 Temp
|
|
41
|
-
中的测试/解压副本,会自动选择长期安装;若存在多个长期安装,助手会列出真实路径并让你输入编号,
|
|
42
|
-
不需要改命令或填写示例路径。若仍未找到,请先进入实际的 DSH-Portable 文件夹再运行同一条命令。
|
|
43
|
-
|
|
44
|
-
### 官方 CLI(macOS、Linux 或希望直接审阅命令)
|
|
45
|
-
|
|
46
|
-
```sh
|
|
47
|
-
dsh plugin --profile web add dsh-native-session-delete@1.0.
|
|
48
|
-
```
|
|
49
|
-
|
|
50
|
-
助手和这条命令使用的是同一个标准 bundle 安装机制;助手只是 Windows 入口,不接管安装事务。
|
|
51
|
-
|
|
52
|
-
安装完成后,保存工作并按 DSH 的正常方式重启一次,使新的 bundle 配置生效。
|
|
53
|
-
|
|
54
|
-
### 交给 Agent
|
|
55
|
-
|
|
56
|
-
请使用固定版本的 [AGENTS.md](https://raw.githubusercontent.com/WSL043/dsh-native-session-delete/v1.0.
|
|
57
|
-
其中写明了安装、更新、验收、卸载和安全边界。不要把 `main` 分支文档当作安装依据。
|
|
58
|
-
|
|
59
|
-
## 使用
|
|
60
|
-
|
|
61
|
-
1. 打开侧边栏中目标会话右侧的原生操作菜单。
|
|
62
|
-
2. 选择红色的 **删除会话…**。
|
|
63
|
-
3. 在确认弹窗中再次确认会话名称并点击 **永久删除**;也可以随时点击 **取消**。
|
|
64
|
-
|
|
65
|
-
<p align="center">
|
|
66
|
-
<img src="https://raw.githubusercontent.com/WSL043/dsh-native-session-delete/v1.0.
|
|
67
|
-
<br><sub>永久删除无法撤销,确认弹窗会明确显示目标会话</sub>
|
|
68
|
-
</p>
|
|
69
|
-
|
|
70
|
-
插件生效后,删除逻辑复用 DSH 的生命周期和会话存储能力。正在运行的任务会先停止并等待
|
|
71
|
-
收敛,然后删除目标会话;成功后只更新会话列表,不重载整个 DSH 页面。
|
|
72
|
-
|
|
73
|
-
## 安全边界
|
|
74
|
-
|
|
75
|
-
> [!WARNING]
|
|
76
|
-
> 永久删除无法撤销。点下确认前,请核对会话名称;需要保留的内容请先另行备份。
|
|
77
|
-
|
|
78
|
-
本插件的责任范围是:在 DSH 默认逐会话 JSONL 存储和宿主生命周期边界内,验证并移除用户明确
|
|
79
|
-
确认的目标会话独占目录。DSH 当前没有公开会话删除 API;二次确认是强制步骤,取消不会发送删除请求。
|
|
80
|
-
|
|
81
|
-
以下内容不在本插件的删除范围内,也不保证被清理:
|
|
82
|
-
|
|
83
|
-
- 其他会话、其他插件数据、外部附件、缓存、索引、日志、备份和云端/同步副本;
|
|
84
|
-
- 非 JSONL 存储或宿主没有安全停止能力的会话;这类情况会拒绝强删并报告未完成;
|
|
85
|
-
- 操作系统、文件系统、宿主更新或第三方同步服务造成的额外副本。
|
|
86
|
-
|
|
87
|
-
如果系统拒绝清理,插件会报告无法确认删除成功,不会把部分完成误报为成功。删除前请确认
|
|
88
|
-
自己有权处理目标数据,并遵守适用的数据留存、审计和隐私要求。本项目是非官方社区插件,
|
|
89
|
-
与 DeepSeek 无隶属或背书关系;按 [MIT 许可证](LICENSE)提供,不附带担保。
|
|
90
|
-
|
|
91
|
-
## 兼容性
|
|
92
|
-
|
|
93
|
-
<!-- dsh-compatibility -->
|
|
94
|
-
|
|
95
|
-
<!-- /dsh-compatibility -->
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
```sh
|
|
110
|
-
dsh plugin --profile web
|
|
111
|
-
```
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
## 支持与许可证
|
|
124
|
-
|
|
125
|
-
普通问题请提交 [GitHub Issue](https://github.com/WSL043/dsh-native-session-delete/issues);安全问题请按
|
|
126
|
-
[SECURITY.md](SECURITY.md) 私下报告。
|
|
127
|
-
|
|
128
|
-
MIT。修改后的上游客户端及其许可说明见 [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md)。
|
|
1
|
+
<div align="center">
|
|
2
|
+
|
|
3
|
+
# DSH Native Session Delete
|
|
4
|
+
|
|
5
|
+
**把“永久删除会话”带回 DeepSeek Harness 原生菜单。**
|
|
6
|
+
|
|
7
|
+
原生深色菜单 · 二次确认 · 永久删除 · 原地更新列表
|
|
8
|
+
|
|
9
|
+
[](https://github.com/WSL043/dsh-native-session-delete/releases/latest)
|
|
10
|
+
[](https://github.com/WSL043/dsh-native-session-delete/actions/workflows/ci.yml)
|
|
11
|
+
[](https://www.npmjs.com/package/dsh-native-session-delete)
|
|
12
|
+
[](#兼容性)
|
|
13
|
+
[](LICENSE)
|
|
14
|
+
|
|
15
|
+
[English](README.en.md) · [安装](#安装) · [使用](#使用) · [安全边界](#安全边界)
|
|
16
|
+
|
|
17
|
+
</div>
|
|
18
|
+
|
|
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 深色模式原生会话菜单中的红色删除会话选项">
|
|
21
|
+
</p>
|
|
22
|
+
|
|
23
|
+
| 原生 | 直接 | 顺滑 |
|
|
24
|
+
| --- | --- | --- |
|
|
25
|
+
| 删除入口就在会话原生操作菜单中,归档仍然保留 | 二次确认后永久删除目标会话;正在运行的任务会先停止 | 删除成功后原地刷新列表,不重载整个 DSH 页面 |
|
|
26
|
+
|
|
27
|
+
## 安装
|
|
28
|
+
|
|
29
|
+
### Windows 快速安装(推荐)
|
|
30
|
+
|
|
31
|
+
打开 PowerShell,复制这一行:
|
|
32
|
+
|
|
33
|
+
```powershell
|
|
34
|
+
irm 'https://github.com/WSL043/dsh-native-session-delete/releases/download/v1.0.6/install.ps1' | iex
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
助手依次检查当前目录、PATH、`DSH_PORTABLE_ROOT`、下载/桌面/文档目录,以及这些目录和
|
|
38
|
+
`LocalAppData\Temp` 下最多三层的 Portable 解压目录;找到后立即调用一次 DSH 官方 `plugin add`。
|
|
39
|
+
它不会递归扫盘、安装包管理器、保存 profile 快照、创建常驻命令或重复下载插件。普通 DSH 和
|
|
40
|
+
[DSH-Portable](https://github.com/WSL043/DSH-Portable) 都支持。若同时发现一个长期安装和 Temp
|
|
41
|
+
中的测试/解压副本,会自动选择长期安装;若存在多个长期安装,助手会列出真实路径并让你输入编号,
|
|
42
|
+
不需要改命令或填写示例路径。若仍未找到,请先进入实际的 DSH-Portable 文件夹再运行同一条命令。
|
|
43
|
+
|
|
44
|
+
### 官方 CLI(macOS、Linux 或希望直接审阅命令)
|
|
45
|
+
|
|
46
|
+
```sh
|
|
47
|
+
dsh plugin --profile web add dsh-native-session-delete@1.0.6
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
助手和这条命令使用的是同一个标准 bundle 安装机制;助手只是 Windows 入口,不接管安装事务。
|
|
51
|
+
|
|
52
|
+
安装完成后,保存工作并按 DSH 的正常方式重启一次,使新的 bundle 配置生效。
|
|
53
|
+
|
|
54
|
+
### 交给 Agent
|
|
55
|
+
|
|
56
|
+
请使用固定版本的 [AGENTS.md](https://raw.githubusercontent.com/WSL043/dsh-native-session-delete/v1.0.6/AGENTS.md),
|
|
57
|
+
其中写明了安装、更新、验收、卸载和安全边界。不要把 `main` 分支文档当作安装依据。
|
|
58
|
+
|
|
59
|
+
## 使用
|
|
60
|
+
|
|
61
|
+
1. 打开侧边栏中目标会话右侧的原生操作菜单。
|
|
62
|
+
2. 选择红色的 **删除会话…**。
|
|
63
|
+
3. 在确认弹窗中再次确认会话名称并点击 **永久删除**;也可以随时点击 **取消**。
|
|
64
|
+
|
|
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="中文深色模式永久删除二次确认弹窗">
|
|
67
|
+
<br><sub>永久删除无法撤销,确认弹窗会明确显示目标会话</sub>
|
|
68
|
+
</p>
|
|
69
|
+
|
|
70
|
+
插件生效后,删除逻辑复用 DSH 的生命周期和会话存储能力。正在运行的任务会先停止并等待
|
|
71
|
+
收敛,然后删除目标会话;成功后只更新会话列表,不重载整个 DSH 页面。
|
|
72
|
+
|
|
73
|
+
## 安全边界
|
|
74
|
+
|
|
75
|
+
> [!WARNING]
|
|
76
|
+
> 永久删除无法撤销。点下确认前,请核对会话名称;需要保留的内容请先另行备份。
|
|
77
|
+
|
|
78
|
+
本插件的责任范围是:在 DSH 默认逐会话 JSONL 存储和宿主生命周期边界内,验证并移除用户明确
|
|
79
|
+
确认的目标会话独占目录。DSH 当前没有公开会话删除 API;二次确认是强制步骤,取消不会发送删除请求。
|
|
80
|
+
|
|
81
|
+
以下内容不在本插件的删除范围内,也不保证被清理:
|
|
82
|
+
|
|
83
|
+
- 其他会话、其他插件数据、外部附件、缓存、索引、日志、备份和云端/同步副本;
|
|
84
|
+
- 非 JSONL 存储或宿主没有安全停止能力的会话;这类情况会拒绝强删并报告未完成;
|
|
85
|
+
- 操作系统、文件系统、宿主更新或第三方同步服务造成的额外副本。
|
|
86
|
+
|
|
87
|
+
如果系统拒绝清理,插件会报告无法确认删除成功,不会把部分完成误报为成功。删除前请确认
|
|
88
|
+
自己有权处理目标数据,并遵守适用的数据留存、审计和隐私要求。本项目是非官方社区插件,
|
|
89
|
+
与 DeepSeek 无隶属或背书关系;按 [MIT 许可证](LICENSE)提供,不附带担保。
|
|
90
|
+
|
|
91
|
+
## 兼容性
|
|
92
|
+
|
|
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`。
|
|
95
|
+
<!-- /dsh-compatibility -->
|
|
96
|
+
|
|
97
|
+
适用于 DSH 默认的逐会话 JSONL 存储。安装后在会话原生菜单中增加删除选项;卸载后恢复 DSH 原有菜单。
|
|
98
|
+
|
|
99
|
+
## 更新与卸载
|
|
100
|
+
|
|
101
|
+
更新可重新运行快速安装助手,或安装 npm 上的新版本。v1.0.6 的直接命令是:
|
|
102
|
+
|
|
103
|
+
```sh
|
|
104
|
+
dsh plugin --profile web add dsh-native-session-delete@1.0.6
|
|
105
|
+
```
|
|
106
|
+
|
|
107
|
+
卸载只移除这个插件的 bundle 层,不删除任何会话:
|
|
108
|
+
|
|
109
|
+
```sh
|
|
110
|
+
dsh plugin --profile web remove dsh-native-session-delete
|
|
111
|
+
```
|
|
112
|
+
|
|
113
|
+
DSH-Portable 使用对应的 `.\dsh.exe plugin --profile web add ...` 或
|
|
114
|
+
`.\dsh.exe plugin --profile web remove dsh-native-session-delete`。完成安装、更新或卸载后,
|
|
115
|
+
按 DSH 的正常方式重启,使配置重新组合。
|
|
116
|
+
|
|
117
|
+
## 支持与许可证
|
|
118
|
+
|
|
119
|
+
普通问题请提交 [GitHub Issue](https://github.com/WSL043/dsh-native-session-delete/issues);安全问题请按
|
|
120
|
+
[SECURITY.md](SECURITY.md) 私下报告。
|
|
121
|
+
|
|
122
|
+
MIT。修改后的上游客户端及其许可说明见 [THIRD_PARTY_NOTICES.md](THIRD_PARTY_NOTICES.md)。
|
package/THIRD_PARTY_NOTICES.md
CHANGED
|
@@ -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.
|
|
4
|
+
`@deepseek-ai/dsh-client-ui-workspace` version `0.1.1-rc.1`. The patch source
|
|
5
5
|
is available in `scripts/build-client.mjs`.
|
|
6
6
|
|
|
7
7
|
DeepSeek Harness is licensed under the MIT License:
|
package/compatibility.json
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
|
-
{
|
|
2
|
-
"latestTested": "0.1.
|
|
3
|
-
"supported": [
|
|
4
|
-
"0.1.0-rc.6",
|
|
5
|
-
"0.1.0-rc.7",
|
|
6
|
-
"0.1.0-rc.8"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
"0.1.0-rc.
|
|
11
|
-
|
|
12
|
-
|
|
1
|
+
{
|
|
2
|
+
"latestTested": "0.1.1-rc.1",
|
|
3
|
+
"supported": [
|
|
4
|
+
"0.1.0-rc.6",
|
|
5
|
+
"0.1.0-rc.7",
|
|
6
|
+
"0.1.0-rc.8",
|
|
7
|
+
"0.1.1-rc.1"
|
|
8
|
+
],
|
|
9
|
+
"workspaceFixtures": {
|
|
10
|
+
"0.1.0-rc.6": "dsh-ui-workspace-rc6",
|
|
11
|
+
"0.1.0-rc.7": "dsh-ui-workspace-rc7",
|
|
12
|
+
"0.1.0-rc.8": "dsh-ui-workspace-rc8"
|
|
13
|
+
}
|
|
14
|
+
}
|
package/cordis.patch.yml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
# Replace the official workspace row only while this bundle is enabled.
|
|
2
|
-
- id: ui-workspace
|
|
3
|
-
disabled: true
|
|
4
|
-
|
|
5
|
-
- insert:
|
|
6
|
-
- id: ui-workspace-session-delete
|
|
7
|
-
name: dsh-native-session-delete
|
|
1
|
+
# Replace the official workspace row only while this bundle is enabled.
|
|
2
|
+
- id: ui-workspace
|
|
3
|
+
disabled: true
|
|
4
|
+
|
|
5
|
+
- insert:
|
|
6
|
+
- id: ui-workspace-session-delete
|
|
7
|
+
name: dsh-native-session-delete
|
package/lib/client.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Modified from @deepseek-ai/dsh-client-ui-workspace 0.1.
|
|
1
|
+
// Modified from @deepseek-ai/dsh-client-ui-workspace 0.1.1-rc.1 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) => {
|
|
@@ -1667,6 +1667,32 @@ window.__ModuleLoader__.load({
|
|
|
1667
1667
|
const groupExpansion = useStore((s) => s.groupExpansion);
|
|
1668
1668
|
const sessionOrderByAccount = useStore((s) => s.sessionOrderByAccount);
|
|
1669
1669
|
const sessionUpdatedAtByAccount = useStore((s) => s.sessionUpdatedAtByAccount);
|
|
1670
|
+
const currentBlankSessionId = useSessions((state) => {
|
|
1671
|
+
const current = state.current;
|
|
1672
|
+
return current !== void 0 && state.byId[current]?.blank === true ? current : void 0;
|
|
1673
|
+
});
|
|
1674
|
+
const currentBlankAccount = currentBlankSessionId === void 0 ? void 0 : workspaces.find((workspace) => workspace.sessionIds.includes(currentBlankSessionId))?.workspaceId ?? "";
|
|
1675
|
+
const promotedBlank = (0, react.useRef)(void 0);
|
|
1676
|
+
(0, react.useEffect)(() => {
|
|
1677
|
+
if (currentBlankSessionId === void 0 || currentBlankAccount === void 0) {
|
|
1678
|
+
promotedBlank.current = void 0;
|
|
1679
|
+
return;
|
|
1680
|
+
}
|
|
1681
|
+
if (promotedBlank.current?.sessionId === currentBlankSessionId && promotedBlank.current.accountKey === currentBlankAccount) return;
|
|
1682
|
+
promotedBlank.current = {
|
|
1683
|
+
sessionId: currentBlankSessionId,
|
|
1684
|
+
accountKey: currentBlankAccount
|
|
1685
|
+
};
|
|
1686
|
+
for (const accountKey of new Set([currentBlankAccount, FLAT_SESSION_ORDER_KEY])) {
|
|
1687
|
+
const previous = sessionOrderByAccount[accountKey] ?? [];
|
|
1688
|
+
actions.setSessionOrder(accountKey, [currentBlankSessionId, ...previous.filter((id) => id !== currentBlankSessionId)]);
|
|
1689
|
+
}
|
|
1690
|
+
}, [
|
|
1691
|
+
actions.setSessionOrder,
|
|
1692
|
+
currentBlankAccount,
|
|
1693
|
+
currentBlankSessionId,
|
|
1694
|
+
sessionOrderByAccount
|
|
1695
|
+
]);
|
|
1670
1696
|
(0, react.useEffect)(() => {
|
|
1671
1697
|
if (workspacePhase !== "ready") return;
|
|
1672
1698
|
actions.retainAccountKeys([
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-native-session-delete",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
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",
|
|
71
|
-
"@deepseek-ai/dsh-client-locale": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8",
|
|
72
|
-
"@deepseek-ai/dsh-client-runtime": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8",
|
|
73
|
-
"@deepseek-ai/dsh-client-ui-conversation": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8",
|
|
74
|
-
"@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8",
|
|
75
|
-
"@deepseek-ai/dsh-client-ui-sidebar": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8",
|
|
76
|
-
"@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8",
|
|
77
|
-
"@deepseek-ai/dsh-invariants": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8",
|
|
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",
|
|
78
78
|
"react": "^18.2.0"
|
|
79
79
|
},
|
|
80
80
|
"peerDependenciesMeta": {
|
|
@@ -110,18 +110,19 @@
|
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
|
-
"@deepseek-ai/dsh-client-connection": "0.1.
|
|
114
|
-
"@deepseek-ai/dsh-client-locale": "0.1.
|
|
115
|
-
"@deepseek-ai/dsh-client-runtime": "0.1.
|
|
116
|
-
"@deepseek-ai/dsh-client-ui-conversation": "0.1.
|
|
117
|
-
"@deepseek-ai/dsh-client-ui-primitives": "0.1.
|
|
118
|
-
"@deepseek-ai/dsh-client-ui-sidebar": "0.1.
|
|
119
|
-
"@deepseek-ai/dsh-client-ui-slots": "0.1.
|
|
120
|
-
"@deepseek-ai/dsh-client-ui-workspace": "0.1.
|
|
121
|
-
"@deepseek-ai/dsh-invariants": "0.1.
|
|
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",
|
|
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
|
-
"playwright": "1.62.1"
|
|
124
|
+
"playwright": "1.62.1",
|
|
125
|
+
"dsh-ui-workspace-rc8": "npm:@deepseek-ai/dsh-client-ui-workspace@0.1.0-rc.8"
|
|
125
126
|
},
|
|
126
127
|
"scripts": {
|
|
127
128
|
"build": "node scripts/build-client.mjs",
|