dsh-vscode-mode 0.1.2 → 0.1.4

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.
Files changed (1) hide show
  1. package/package.json +28 -4
package/package.json CHANGED
@@ -1,7 +1,31 @@
1
1
  {
2
2
  "name": "dsh-vscode-mode",
3
- "version": "0.1.2",
3
+ "version": "0.1.4",
4
4
  "description": "DSH 上的类 VSCode 编码体验:Monaco 中央编辑器(文件页签/QuickOpen/状态栏)+ Agent 编辑差异审查(整文件差异/采纳/拒绝/归档/回滚),状态持久化到工作区旁车",
5
+ "keywords": [
6
+ "dsh",
7
+ "dsh-plugin",
8
+ "deepseek",
9
+ "deepseek-harness",
10
+ "plugin",
11
+ "vscode",
12
+ "editor",
13
+ "monaco",
14
+ "monaco-editor",
15
+ "diff",
16
+ "diff-review",
17
+ "code-review",
18
+ "diff-viewer",
19
+ "files"
20
+ ],
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "git+https://github.com/Lenonss/DSH_VsCodeMode.git"
24
+ },
25
+ "homepage": "https://github.com/Lenonss/DSH_VsCodeMode",
26
+ "bugs": {
27
+ "url": "https://github.com/Lenonss/DSH_VsCodeMode/issues"
28
+ },
5
29
  "type": "module",
6
30
  "engines": {
7
31
  "node": "^22.19.0 || >=24.0.0"
@@ -16,9 +40,9 @@
16
40
  ],
17
41
  "license": "BSD-3-Clause",
18
42
  "peerDependencies": {
19
- "@deepseek-ai/dsh-client-ui-slots": ">=0.0.1-rc <2",
20
- "@deepseek-ai/dsh-llm": ">=0.0.1-rc <2",
21
- "@deepseek-ai/dsh-tools": ">=0.0.1-rc <2",
43
+ "@deepseek-ai/dsh-client-ui-slots": ">=0.0.1-rc.1 <0.1.0 || >=0.1.0-rc.1 <0.2.0-0",
44
+ "@deepseek-ai/dsh-llm": ">=0.0.1-rc.1 <0.1.0 || >=0.1.0-rc.1 <0.2.0-0",
45
+ "@deepseek-ai/dsh-tools": ">=0.0.1-rc.1 <0.1.0 || >=0.1.0-rc.1 <0.2.0-0",
22
46
  "cordis": ">=4.0.0-rc <5",
23
47
  "react": "^18.2.0",
24
48
  "schemastery": "^3.18.0"