@mars-sea/dsh-commandcode-provider 0.8.4 → 0.10.0-alpha.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mars-sea/dsh-commandcode-provider",
3
- "version": "0.8.4",
3
+ "version": "0.10.0-alpha.1",
4
4
  "description": "Unofficial DeepSeek Harness LLM provider plugin for Command Code, ported from pi-commandcode-provider (MIT). Registers the 'commandcode' provider route with a Models-page card and live model catalog.",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -23,14 +23,10 @@
23
23
  "client": {
24
24
  "inject": [
25
25
  "@deepseek-ai/dsh-client-connection",
26
- "@deepseek-ai/dsh-client-runtime",
27
26
  "@deepseek-ai/dsh-client-locale",
28
27
  "@deepseek-ai/dsh-client-ui-settings",
29
28
  "@deepseek-ai/dsh-api-remotes"
30
29
  ],
31
- "external": [
32
- "@deepseek-ai/dsh-client-runtime/client"
33
- ],
34
30
  "platform": "web"
35
31
  }
36
32
  },
@@ -47,6 +43,7 @@
47
43
  "scripts": {
48
44
  "build": "tsdown",
49
45
  "prepare": "tsdown",
46
+ "test:install": "node scripts/verify-isolated-install.mjs",
50
47
  "typecheck": "tsc --noEmit",
51
48
  "test": "node --import tsx --test tests/**/*.test.ts"
52
49
  },
@@ -77,43 +74,45 @@
77
74
  ],
78
75
  "license": "MIT",
79
76
  "peerDependencies": {
80
- "@deepseek-ai/cordis": "^4.0.1",
81
- "@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.6 || ^0.1.1-rc.1",
82
- "@deepseek-ai/dsh-attachment": "^0.1.0-rc.6 || ^0.1.1-rc.1",
83
- "@deepseek-ai/dsh-client-connection": "^0.1.0-rc.6 || ^0.1.1-rc.1",
84
- "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6 || ^0.1.1-rc.1",
85
- "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6 || ^0.1.1-rc.1",
86
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.6 || ^0.1.1-rc.1",
87
- "@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.6 || ^0.1.1-rc.1",
88
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6 || ^0.1.1-rc.1",
89
- "@deepseek-ai/dsh-commands": "^0.1.0-rc.6 || ^0.1.1-rc.1",
90
- "@deepseek-ai/dsh-credentials": "^0.1.0-rc.6 || ^0.1.1-rc.1",
91
- "@deepseek-ai/dsh-launch-environment": "^0.1.0-rc.6 || ^0.1.1-rc.1",
92
- "@deepseek-ai/dsh-llm": "^0.1.0-rc.6 || ^0.1.1-rc.1",
93
- "@deepseek-ai/dsh-settings": "^0.1.0-rc.6 || ^0.1.1-rc.1",
94
- "@deepseek-ai/dsh-timeout": "^0.1.0-rc.6 || ^0.1.1-rc.1",
95
- "@deepseek-ai/dsh-typert-protocol": "^0.1.0-rc.6 || ^0.1.1-rc.1",
96
- "@deepseek-ai/schemastery": "^3.18.1",
77
+ "@deepseek-ai/cordis": "^4.0.2",
78
+ "@deepseek-ai/dsh-api-remotes": "^0.1.2-alpha.2",
79
+ "@deepseek-ai/dsh-attachment": "^0.1.2-alpha.2",
80
+ "@deepseek-ai/dsh-client-connection": "^0.1.2-alpha.2",
81
+ "@deepseek-ai/dsh-client-locale": "^0.1.2-alpha.2",
82
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-alpha.2",
83
+ "@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-alpha.2",
84
+ "@deepseek-ai/dsh-client-ui-settings": "^0.1.2-alpha.2",
85
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.2-alpha.2",
86
+ "@deepseek-ai/dsh-commands": "^0.1.2-alpha.2",
87
+ "@deepseek-ai/dsh-credentials": "^0.1.2-alpha.2",
88
+ "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.2",
89
+ "@deepseek-ai/dsh-launch-environment": "^0.1.2-alpha.2",
90
+ "@deepseek-ai/dsh-llm": "^0.1.2-alpha.2",
91
+ "@deepseek-ai/dsh-settings": "^0.1.2-alpha.2",
92
+ "@deepseek-ai/dsh-timeout": "^0.1.2-alpha.2",
93
+ "@deepseek-ai/dsh-typert-protocol": "^0.1.2-alpha.2",
94
+ "@deepseek-ai/schemastery": "^3.18.2",
97
95
  "react": "^18.2.0"
98
96
  },
99
97
  "devDependencies": {
100
- "@deepseek-ai/cordis": "^4.0.1",
101
- "@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.6",
102
- "@deepseek-ai/dsh-attachment": "^0.1.0-rc.6",
103
- "@deepseek-ai/dsh-client-connection": "^0.1.0-rc.6",
104
- "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6",
105
- "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6",
106
- "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.6",
107
- "@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.6",
108
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6",
109
- "@deepseek-ai/dsh-commands": "^0.1.0-rc.6",
110
- "@deepseek-ai/dsh-credentials": "^0.1.0-rc.6",
111
- "@deepseek-ai/dsh-launch-environment": "^0.1.0-rc.6",
112
- "@deepseek-ai/dsh-llm": "^0.1.0-rc.6",
113
- "@deepseek-ai/dsh-settings": "^0.1.0-rc.6",
114
- "@deepseek-ai/dsh-timeout": "^0.1.0-rc.6",
115
- "@deepseek-ai/dsh-typert-protocol": "^0.1.0-rc.6",
116
- "@deepseek-ai/schemastery": "^3.18.1",
98
+ "@deepseek-ai/cordis": "^4.0.2",
99
+ "@deepseek-ai/dsh-api-remotes": "^0.1.2-alpha.2",
100
+ "@deepseek-ai/dsh-attachment": "^0.1.2-alpha.2",
101
+ "@deepseek-ai/dsh-client-connection": "^0.1.2-alpha.2",
102
+ "@deepseek-ai/dsh-client-locale": "^0.1.2-alpha.2",
103
+ "@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-alpha.2",
104
+ "@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-alpha.2",
105
+ "@deepseek-ai/dsh-client-ui-settings": "^0.1.2-alpha.2",
106
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.2-alpha.2",
107
+ "@deepseek-ai/dsh-commands": "^0.1.2-alpha.2",
108
+ "@deepseek-ai/dsh-credentials": "^0.1.2-alpha.2",
109
+ "@deepseek-ai/dsh-invariants": "^0.1.2-alpha.2",
110
+ "@deepseek-ai/dsh-launch-environment": "^0.1.2-alpha.2",
111
+ "@deepseek-ai/dsh-llm": "^0.1.2-alpha.2",
112
+ "@deepseek-ai/dsh-settings": "^0.1.2-alpha.2",
113
+ "@deepseek-ai/dsh-timeout": "^0.1.2-alpha.2",
114
+ "@deepseek-ai/dsh-typert-protocol": "^0.1.2-alpha.2",
115
+ "@deepseek-ai/schemastery": "^3.18.2",
117
116
  "@types/node": "^22.0.0",
118
117
  "@types/react": "^18.3.1",
119
118
  "tsdown": "^0.22.2",