dsh-workspace-kit 0.1.0 → 0.1.1
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 +8 -0
- package/README.zh-CN.md +8 -0
- package/lib/client.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -40,6 +40,14 @@ All user-facing copy is bilingual (Simplified Chinese / English):
|
|
|
40
40
|
|
|
41
41
|
## Quick install (personal dsh)
|
|
42
42
|
|
|
43
|
+
Published on npm — if you already run dsh Web, install in one line:
|
|
44
|
+
|
|
45
|
+
```bash
|
|
46
|
+
dsh plugin --profile web add dsh-workspace-kit
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
The git route below is for development / running the latest source.
|
|
50
|
+
|
|
43
51
|
Prerequisites: `dsh` on PATH (`@deepseek-ai/dsh` ≥ 0.1.1-rc.2), Node 20+.
|
|
44
52
|
|
|
45
53
|
```bash
|
package/README.zh-CN.md
CHANGED
|
@@ -40,6 +40,14 @@
|
|
|
40
40
|
|
|
41
41
|
## 快速安装(本机个人 dsh)
|
|
42
42
|
|
|
43
|
+
已发布到 npm —— 如果你已在本机跑 dsh Web,一行即可安装:
|
|
44
|
+
|
|
45
|
+
```bash
|
|
46
|
+
dsh plugin --profile web add dsh-workspace-kit
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
下面的 git 方式用于开发 / 尝鲜最新源码。
|
|
50
|
+
|
|
43
51
|
前置:`dsh` 在 PATH(`@deepseek-ai/dsh` ≥ 0.1.1-rc.2),Node 20+。
|
|
44
52
|
|
|
45
53
|
```bash
|
package/lib/client.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-workspace-kit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "dsh (DeepSeek Harness) workspace kit: soft workspace archive/restore, ⌘K Spotlight search, per-workspace icons/colors, and an enhanced sidebar browser with drag reorder — a standard Cordis bundle plugin (host tools/commands + bilingual browser client).",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|