dsh-modellix 0.2.0 → 0.2.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": "dsh-modellix",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "private": false,
5
5
  "description": "Modellix Design, LLM, and Web providers for DeepSeek Harness",
6
6
  "license": "Apache-2.0",
@@ -50,13 +50,13 @@
50
50
  },
51
51
  "client": {
52
52
  "inject": [
53
- "@deepseek-ai/dsh-client-runtime",
54
53
  "@deepseek-ai/dsh-client-connection",
55
54
  "@deepseek-ai/dsh-client-locale",
56
55
  "@deepseek-ai/dsh-client-ui-settings",
57
56
  "@deepseek-ai/dsh-client-ui-conversation",
58
57
  "@deepseek-ai/dsh-client-ui-input-trigger",
59
58
  "@deepseek-ai/dsh-client-ui-tool",
59
+ "@deepseek-ai/dsh-client-ui-renderer",
60
60
  "@deepseek-ai/dsh-client-ui-layout",
61
61
  "@deepseek-ai/dsh-api-remotes"
62
62
  ],
@@ -80,61 +80,78 @@
80
80
  }
81
81
  },
82
82
  "dependencies": {
83
- "@deepseek-ai/schemastery": "3.18.1",
83
+ "@deepseek-ai/schemastery": "3.18.2",
84
84
  "zod": "4.4.3"
85
85
  },
86
86
  "peerDependencies": {
87
- "@deepseek-ai/cordis": "4.0.1",
88
- "@deepseek-ai/dsh-anonymous-user-id": "0.1.1-rc.2",
89
- "@deepseek-ai/dsh-agent": "0.1.1-rc.2",
90
- "@deepseek-ai/dsh-api-remotes": "0.1.1-rc.2",
91
- "@deepseek-ai/dsh-attachment": "0.1.1-rc.2",
92
- "@deepseek-ai/dsh-client-connection": "0.1.1-rc.2",
93
- "@deepseek-ai/dsh-client-locale": "0.1.1-rc.2",
94
- "@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2",
95
- "@deepseek-ai/dsh-client-ui-conversation": "0.1.1-rc.2",
96
- "@deepseek-ai/dsh-client-ui-input-trigger": "0.1.1-rc.2",
97
- "@deepseek-ai/dsh-client-ui-layout": "0.1.1-rc.2",
98
- "@deepseek-ai/dsh-client-ui-settings": "0.1.1-rc.2",
99
- "@deepseek-ai/dsh-client-ui-tool": "0.1.1-rc.2",
100
- "@deepseek-ai/dsh-credentials": "0.1.1-rc.2",
101
- "@deepseek-ai/dsh-host-apiproxy": "0.1.1-rc.2",
102
- "@deepseek-ai/dsh-invariants": "0.1.1-rc.2",
103
- "@deepseek-ai/dsh-llm": "0.1.1-rc.2",
104
- "@deepseek-ai/dsh-llm-pi-ai": "0.1.1-rc.2",
105
- "@deepseek-ai/dsh-settings": "0.1.1-rc.2",
106
- "@deepseek-ai/dsh-storage": "0.1.1-rc.2",
107
- "@deepseek-ai/dsh-storage-domain": "0.1.1-rc.2",
108
- "@deepseek-ai/dsh-tools": "0.1.1-rc.2",
109
- "@deepseek-ai/dsh-web": "0.1.1-rc.2",
87
+ "@deepseek-ai/cordis": "4.0.1 || 4.0.2",
88
+ "@deepseek-ai/dsh-anonymous-user-id": "0.1.1-rc.2 || 0.1.2-alpha.4",
89
+ "@deepseek-ai/dsh-agent": "0.1.1-rc.2 || 0.1.2-alpha.4",
90
+ "@deepseek-ai/dsh-api-remotes": "0.1.1-rc.2 || 0.1.2-alpha.4",
91
+ "@deepseek-ai/dsh-attachment": "0.1.1-rc.2 || 0.1.2-alpha.4",
92
+ "@deepseek-ai/dsh-client-connection": "0.1.1-rc.2 || 0.1.2-alpha.4",
93
+ "@deepseek-ai/dsh-client-locale": "0.1.1-rc.2 || 0.1.2-alpha.4",
94
+ "@deepseek-ai/dsh-client-ui-conversation": "0.1.1-rc.2 || 0.1.2-alpha.4",
95
+ "@deepseek-ai/dsh-client-ui-input-trigger": "0.1.1-rc.2 || 0.1.2-alpha.4",
96
+ "@deepseek-ai/dsh-client-ui-layout": "0.1.1-rc.2 || 0.1.2-alpha.4",
97
+ "@deepseek-ai/dsh-client-ui-renderer": "0.1.1-rc.2 || 0.1.2-alpha.4",
98
+ "@deepseek-ai/dsh-client-ui-settings": "0.1.1-rc.2 || 0.1.2-alpha.4",
99
+ "@deepseek-ai/dsh-client-ui-tool": "0.1.1-rc.2 || 0.1.2-alpha.4",
100
+ "@deepseek-ai/dsh-credentials": "0.1.1-rc.2 || 0.1.2-alpha.4",
101
+ "@deepseek-ai/dsh-invariants": "0.1.1-rc.2 || 0.1.2-alpha.4",
102
+ "@deepseek-ai/dsh-llm": "0.1.1-rc.2 || 0.1.2-alpha.4",
103
+ "@deepseek-ai/dsh-llm-pi-ai": "0.1.1-rc.2 || 0.1.2-alpha.4",
104
+ "@deepseek-ai/dsh-settings": "0.1.1-rc.2 || 0.1.2-alpha.4",
105
+ "@deepseek-ai/dsh-storage": "0.1.1-rc.2 || 0.1.2-alpha.4",
106
+ "@deepseek-ai/dsh-storage-domain": "0.1.1-rc.2 || 0.1.2-alpha.4",
107
+ "@deepseek-ai/dsh-tools": "0.1.1-rc.2 || 0.1.2-alpha.4",
108
+ "@deepseek-ai/dsh-web": "0.1.1-rc.2 || 0.1.2-alpha.4",
110
109
  "zod": "4.4.3"
111
110
  },
112
111
  "devDependencies": {
113
- "@deepseek-ai/cordis": "4.0.1",
114
- "@deepseek-ai/dsh-anonymous-user-id": "0.1.1-rc.2",
115
- "@deepseek-ai/dsh-agent": "0.1.1-rc.2",
116
- "@deepseek-ai/dsh-api-remotes": "0.1.1-rc.2",
117
- "@deepseek-ai/dsh-attachment": "0.1.1-rc.2",
118
- "@deepseek-ai/dsh-client-connection": "0.1.1-rc.2",
119
- "@deepseek-ai/dsh-client-locale": "0.1.1-rc.2",
120
- "@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2",
121
- "@deepseek-ai/dsh-client-ui-conversation": "0.1.1-rc.2",
122
- "@deepseek-ai/dsh-client-ui-input-trigger": "0.1.1-rc.2",
123
- "@deepseek-ai/dsh-client-ui-layout": "0.1.1-rc.2",
124
- "@deepseek-ai/dsh-client-ui-primitives": "0.1.1-rc.2",
125
- "@deepseek-ai/dsh-client-ui-settings": "0.1.1-rc.2",
126
- "@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.2",
127
- "@deepseek-ai/dsh-client-ui-tool": "0.1.1-rc.2",
128
- "@deepseek-ai/dsh-credentials": "0.1.1-rc.2",
129
- "@deepseek-ai/dsh-host-apiproxy": "0.1.1-rc.2",
130
- "@deepseek-ai/dsh-invariants": "0.1.1-rc.2",
131
- "@deepseek-ai/dsh-llm": "0.1.1-rc.2",
132
- "@deepseek-ai/dsh-llm-pi-ai": "0.1.1-rc.2",
133
- "@deepseek-ai/dsh-settings": "0.1.1-rc.2",
134
- "@deepseek-ai/dsh-storage": "0.1.1-rc.2",
135
- "@deepseek-ai/dsh-storage-domain": "0.1.1-rc.2",
136
- "@deepseek-ai/dsh-tools": "0.1.1-rc.2",
137
- "@deepseek-ai/dsh-web": "0.1.1-rc.2",
112
+ "@deepseek-ai/cordis": "4.0.2",
113
+ "@deepseek-ai/dsh-anonymous-user-id": "0.1.2-alpha.4",
114
+ "@deepseek-ai/dsh-agent": "0.1.2-alpha.4",
115
+ "@deepseek-ai/dsh-api-remotes": "0.1.2-alpha.4",
116
+ "@deepseek-ai/dsh-attachment": "0.1.2-alpha.4",
117
+ "@deepseek-ai/dsh-client-connection": "0.1.2-alpha.4",
118
+ "@deepseek-ai/dsh-client-locale": "0.1.2-alpha.4",
119
+ "@deepseek-ai/dsh-client-ui-conversation": "0.1.2-alpha.4",
120
+ "@deepseek-ai/dsh-client-ui-input-trigger": "0.1.2-alpha.4",
121
+ "@deepseek-ai/dsh-client-ui-layout": "0.1.2-alpha.4",
122
+ "@deepseek-ai/dsh-client-ui-primitives": "0.1.2-alpha.4",
123
+ "@deepseek-ai/dsh-client-ui-settings": "0.1.2-alpha.4",
124
+ "@deepseek-ai/dsh-client-ui-slots": "0.1.2-alpha.4",
125
+ "@deepseek-ai/dsh-client-ui-tool": "0.1.2-alpha.4",
126
+ "@deepseek-ai/dsh-api-gateway": "0.1.2-alpha.4",
127
+ "@deepseek-ai/dsh-api-session-controller": "0.1.2-alpha.4",
128
+ "@deepseek-ai/dsh-api-settings-controller": "0.1.2-alpha.4",
129
+ "@deepseek-ai/dsh-api-workspace-controller": "0.1.2-alpha.4",
130
+ "@deepseek-ai/dsh-client-store": "0.1.2-alpha.4",
131
+ "@deepseek-ai/dsh-client-ui-chat": "0.1.2-alpha.4",
132
+ "@deepseek-ai/dsh-client-ui-renderer": "0.1.2-alpha.4",
133
+ "@deepseek-ai/dsh-client-ui-session": "0.1.2-alpha.4",
134
+ "@deepseek-ai/dsh-client-ui-theme": "0.1.2-alpha.4",
135
+ "@deepseek-ai/dsh-client-ui-workspace": "0.1.2-alpha.4",
136
+ "@deepseek-ai/dsh-commands": "0.1.2-alpha.4",
137
+ "@deepseek-ai/dsh-cordis-host-runner": "0.1.2-alpha.4",
138
+ "@deepseek-ai/dsh-file-reference": "0.1.2-alpha.4",
139
+ "@deepseek-ai/dsh-host-plugin-inventory": "0.1.2-alpha.4",
140
+ "@deepseek-ai/dsh-jobs": "0.1.2-alpha.4",
141
+ "@deepseek-ai/dsh-llm-retry": "0.1.2-alpha.4",
142
+ "@deepseek-ai/dsh-session-reference": "0.1.2-alpha.4",
143
+ "@deepseek-ai/dsh-subagent": "0.1.2-alpha.4",
144
+ "@deepseek-ai/dsh-tool-todo": "0.1.2-alpha.4",
145
+ "@deepseek-ai/dsh-workspace": "0.1.2-alpha.4",
146
+ "@deepseek-ai/dsh-credentials": "0.1.2-alpha.4",
147
+ "@deepseek-ai/dsh-invariants": "0.1.2-alpha.4",
148
+ "@deepseek-ai/dsh-llm": "0.1.2-alpha.4",
149
+ "@deepseek-ai/dsh-llm-pi-ai": "0.1.2-alpha.4",
150
+ "@deepseek-ai/dsh-settings": "0.1.2-alpha.4",
151
+ "@deepseek-ai/dsh-storage": "0.1.2-alpha.4",
152
+ "@deepseek-ai/dsh-storage-domain": "0.1.2-alpha.4",
153
+ "@deepseek-ai/dsh-tools": "0.1.2-alpha.4",
154
+ "@deepseek-ai/dsh-web": "0.1.2-alpha.4",
138
155
  "@testing-library/dom": "10.4.1",
139
156
  "@testing-library/react": "16.3.2",
140
157
  "@testing-library/user-event": "14.6.6",
@@ -163,7 +180,9 @@
163
180
  "build:client": "tsdown --env.DSH_BUILD_FACE client",
164
181
  "build": "pnpm run build:host && pnpm run build:client",
165
182
  "verify:pack": "pnpm run build && node scripts/verify-pack.mjs",
166
- "verify:fresh-install": "node scripts/verify-fresh-install.mjs",
183
+ "verify:fresh-install": "pnpm run verify:fresh-install:latest && pnpm run verify:fresh-install:rc2",
184
+ "verify:fresh-install:latest": "node scripts/verify-fresh-install.mjs --harness 0.1.2-alpha.4",
185
+ "verify:fresh-install:rc2": "node scripts/verify-fresh-install.mjs --harness 0.1.1-rc.2",
167
186
  "verify:node22-install": "node scripts/verify-node22-install.mjs",
168
187
  "check": "pnpm run verify:env && pnpm run typecheck && pnpm run lint && pnpm run test:coverage",
169
188
  "verify:release:static": "pnpm run check && pnpm audit --prod --audit-level=high && pnpm run verify:pack && pnpm run verify:fresh-install && pnpm run verify:node22-install",