dsh-workspace-kit 0.1.2 → 0.1.3
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 +1 -0
- package/README.zh-CN.md +1 -0
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# dsh-workspace-kit
|
|
2
|
+
[](https://ice5kysl.github.io/dsh-plugin-insights/)
|
|
2
3
|
|
|
3
4
|
> GitHub: <https://github.com/ice5kysl/dsh-workspace-kit> | MIT License | Target dsh: `@deepseek-ai/dsh` ≥ 0.1.1-rc.2 | English · [简体中文](./README.zh-CN.md)
|
|
4
5
|
|
package/README.zh-CN.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
# dsh-workspace-kit
|
|
2
|
+
[](https://ice5kysl.github.io/dsh-plugin-insights/)
|
|
2
3
|
|
|
3
4
|
> GitHub:<https://github.com/ice5kysl/dsh-workspace-kit> | MIT License | 目标 dsh:`@deepseek-ai/dsh` ≥ 0.1.1-rc.2 | 简体中文 · [English](./README.md)
|
|
4
5
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-workspace-kit",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
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",
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"./package.json": "./package.json"
|
|
23
23
|
},
|
|
24
24
|
"engines": {
|
|
25
|
-
"node": ">=20"
|
|
25
|
+
"node": ">=20",
|
|
26
|
+
"dsh": "^0.1.1"
|
|
26
27
|
},
|
|
27
28
|
"keywords": [
|
|
28
29
|
"dsh",
|