@mars-sea/dsh-commandcode-provider 0.10.0-alpha.7 → 0.10.0
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/CHANGELOG.md +16 -0
- package/README.md +7 -7
- package/README.zh-CN.md +7 -7
- package/lib/client.js +1 -1
- package/lib/client.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +2 -1
- package/lib/index.js.map +1 -1
- package/package.json +35 -35
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mars-sea/dsh-commandcode-provider",
|
|
3
|
-
"version": "0.10.0
|
|
3
|
+
"version": "0.10.0",
|
|
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",
|
|
@@ -75,45 +75,45 @@
|
|
|
75
75
|
"license": "MIT",
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
78
|
-
"@deepseek-ai/dsh-api-remotes": "^0.1.2-
|
|
79
|
-
"@deepseek-ai/dsh-attachment": "^0.1.2-
|
|
80
|
-
"@deepseek-ai/dsh-client-connection": "^0.1.2-
|
|
81
|
-
"@deepseek-ai/dsh-client-locale": "^0.1.2-
|
|
82
|
-
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-
|
|
83
|
-
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-
|
|
84
|
-
"@deepseek-ai/dsh-client-ui-settings": "^0.1.2-
|
|
85
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.1.2-
|
|
86
|
-
"@deepseek-ai/dsh-commands": "^0.1.2-
|
|
87
|
-
"@deepseek-ai/dsh-credentials": "^0.1.2-
|
|
88
|
-
"@deepseek-ai/dsh-invariants": "^0.1.2-
|
|
89
|
-
"@deepseek-ai/dsh-launch-environment": "^0.1.2-
|
|
90
|
-
"@deepseek-ai/dsh-llm": "^0.1.2-
|
|
91
|
-
"@deepseek-ai/dsh-settings": "^0.1.2-
|
|
92
|
-
"@deepseek-ai/dsh-timeout": "^0.1.2-
|
|
93
|
-
"@deepseek-ai/dsh-typert-protocol": "^0.1.2-
|
|
78
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.2-rc.1",
|
|
79
|
+
"@deepseek-ai/dsh-attachment": "^0.1.2-rc.1",
|
|
80
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.2-rc.1",
|
|
81
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.2-rc.1",
|
|
82
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-rc.1",
|
|
83
|
+
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-rc.1",
|
|
84
|
+
"@deepseek-ai/dsh-client-ui-settings": "^0.1.2-rc.1",
|
|
85
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.2-rc.1",
|
|
86
|
+
"@deepseek-ai/dsh-commands": "^0.1.2-rc.1",
|
|
87
|
+
"@deepseek-ai/dsh-credentials": "^0.1.2-rc.1",
|
|
88
|
+
"@deepseek-ai/dsh-invariants": "^0.1.2-rc.1",
|
|
89
|
+
"@deepseek-ai/dsh-launch-environment": "^0.1.2-rc.1",
|
|
90
|
+
"@deepseek-ai/dsh-llm": "^0.1.2-rc.1",
|
|
91
|
+
"@deepseek-ai/dsh-settings": "^0.1.2-rc.1",
|
|
92
|
+
"@deepseek-ai/dsh-timeout": "^0.1.2-rc.1",
|
|
93
|
+
"@deepseek-ai/dsh-typert-protocol": "^0.1.2-rc.1",
|
|
94
94
|
"@deepseek-ai/schemastery": "^3.18.2",
|
|
95
95
|
"react": "^18.2.0",
|
|
96
|
-
"@deepseek-ai/dsh-web": "^0.1.2-
|
|
96
|
+
"@deepseek-ai/dsh-web": "^0.1.2-rc.1"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
99
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
100
|
-
"@deepseek-ai/dsh-api-remotes": "^0.1.2-
|
|
101
|
-
"@deepseek-ai/dsh-attachment": "^0.1.2-
|
|
102
|
-
"@deepseek-ai/dsh-client-connection": "^0.1.2-
|
|
103
|
-
"@deepseek-ai/dsh-client-locale": "^0.1.2-
|
|
104
|
-
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-
|
|
105
|
-
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-
|
|
106
|
-
"@deepseek-ai/dsh-client-ui-settings": "^0.1.2-
|
|
107
|
-
"@deepseek-ai/dsh-client-ui-slots": "^0.1.2-
|
|
108
|
-
"@deepseek-ai/dsh-commands": "^0.1.2-
|
|
109
|
-
"@deepseek-ai/dsh-credentials": "^0.1.2-
|
|
110
|
-
"@deepseek-ai/dsh-invariants": "^0.1.2-
|
|
111
|
-
"@deepseek-ai/dsh-launch-environment": "^0.1.2-
|
|
112
|
-
"@deepseek-ai/dsh-llm": "^0.1.2-
|
|
113
|
-
"@deepseek-ai/dsh-settings": "^0.1.2-
|
|
114
|
-
"@deepseek-ai/dsh-timeout": "^0.1.2-
|
|
115
|
-
"@deepseek-ai/dsh-typert-protocol": "^0.1.2-
|
|
116
|
-
"@deepseek-ai/dsh-web": "^0.1.2-
|
|
100
|
+
"@deepseek-ai/dsh-api-remotes": "^0.1.2-rc.1",
|
|
101
|
+
"@deepseek-ai/dsh-attachment": "^0.1.2-rc.1",
|
|
102
|
+
"@deepseek-ai/dsh-client-connection": "^0.1.2-rc.1",
|
|
103
|
+
"@deepseek-ai/dsh-client-locale": "^0.1.2-rc.1",
|
|
104
|
+
"@deepseek-ai/dsh-client-ui-primitives": "^0.1.2-rc.1",
|
|
105
|
+
"@deepseek-ai/dsh-client-ui-renderer": "^0.1.2-rc.1",
|
|
106
|
+
"@deepseek-ai/dsh-client-ui-settings": "^0.1.2-rc.1",
|
|
107
|
+
"@deepseek-ai/dsh-client-ui-slots": "^0.1.2-rc.1",
|
|
108
|
+
"@deepseek-ai/dsh-commands": "^0.1.2-rc.1",
|
|
109
|
+
"@deepseek-ai/dsh-credentials": "^0.1.2-rc.1",
|
|
110
|
+
"@deepseek-ai/dsh-invariants": "^0.1.2-rc.1",
|
|
111
|
+
"@deepseek-ai/dsh-launch-environment": "^0.1.2-rc.1",
|
|
112
|
+
"@deepseek-ai/dsh-llm": "^0.1.2-rc.1",
|
|
113
|
+
"@deepseek-ai/dsh-settings": "^0.1.2-rc.1",
|
|
114
|
+
"@deepseek-ai/dsh-timeout": "^0.1.2-rc.1",
|
|
115
|
+
"@deepseek-ai/dsh-typert-protocol": "^0.1.2-rc.1",
|
|
116
|
+
"@deepseek-ai/dsh-web": "^0.1.2-rc.1",
|
|
117
117
|
"@deepseek-ai/schemastery": "^3.18.2",
|
|
118
118
|
"@types/node": "^22.0.0",
|
|
119
119
|
"@types/react": "^18.3.1",
|