dsh-codex-subscription 1.12.1-beta.1 → 1.12.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/AGENTS.md CHANGED
@@ -6,7 +6,7 @@ Use this guide when a user asks an Agent to install, update, verify, or remove
6
6
  ## Safety
7
7
 
8
8
  - Confirm the target DSH installation and profile. Use `web` only when it is the user's target.
9
- - Use the exact `1.12.0` package below; do not install a moving branch.
9
+ - Use the exact `1.12.1` package below; do not install a moving branch.
10
10
  - Never print OAuth credentials, account IDs, authorization callbacks, or credential-store contents.
11
11
  - Preserve the DSH profile, unrelated plugins, sessions, and saved sign-in.
12
12
  - Do not start, stop, or restart DSH without explicit permission.
@@ -34,13 +34,13 @@ For an official DSH installation run through npm, keep the complete `npx` prefix
34
34
  run command does not create a global `dsh` command:
35
35
 
36
36
  ```sh
37
- npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web add dsh-codex-subscription@1.12.0
37
+ npx -y @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add dsh-codex-subscription@1.12.1
38
38
  ```
39
39
 
40
40
  With an existing global `dsh` command:
41
41
 
42
42
  ```sh
43
- dsh plugin --profile web add dsh-codex-subscription@1.12.0
43
+ dsh plugin --profile web add dsh-codex-subscription@1.12.1
44
44
  ```
45
45
 
46
46
  Use the same `add` command to update or repair. This is the complete package-changing operation.
@@ -56,9 +56,9 @@ dsh plugin --profile web list dsh-codex-subscription --depth 0
56
56
  dsh --profile web --dump-config
57
57
  ```
58
58
 
59
- For the official npm route, run the same checks with `npx -y @deepseek-ai/dsh@0.1.1-rc.2` in place of `dsh`.
59
+ For the official npm route, run the same checks with `npx -y @deepseek-ai/dsh@0.1.2-rc.1` in place of `dsh`.
60
60
 
61
- 1. `dsh-codex-subscription` version `1.12.0` appears exactly once.
61
+ 1. `dsh-codex-subscription` version `1.12.1` appears exactly once.
62
62
  2. `codex-subscription` appears exactly once in the composed config.
63
63
  3. No unrelated plugin or profile was changed and DSH was not restarted.
64
64
 
@@ -76,7 +76,7 @@ dsh plugin --profile web remove dsh-codex-subscription
76
76
  For the official npm route:
77
77
 
78
78
  ```sh
79
- npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web remove dsh-codex-subscription
79
+ npx -y @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web remove dsh-codex-subscription
80
80
  ```
81
81
 
82
82
  Uninstall removes only this plugin. It must preserve the profile, sessions, other plugins, and saved
package/README.en.md CHANGED
@@ -58,7 +58,7 @@ These capabilities reuse the same local ChatGPT sign-in. Subscription routing fa
58
58
  <img src="https://raw.githubusercontent.com/WSL043/dsh-codex-subscription/main/docs/assets/context-settings-en.png" width="820" alt="Current Codex subscription settings in DeepSeek Harness with search, model-aware context, composer quota, and support diagnostics">
59
59
  </p>
60
60
 
61
- Captured from the installed official DeepSeek Harness `0.1.1-rc.2` product with the current plugin build.
61
+ Captured from the installed official DeepSeek Harness `0.1.2-rc.1` product with the current plugin build.
62
62
 
63
63
  ## Prepare DSH
64
64
 
@@ -104,9 +104,9 @@ The guide includes verification steps and tells the Agent to preserve the DSH pr
104
104
  The official `npx @deepseek-ai/dsh web` command does not create a global `dsh` command. Keep the full `npx` prefix when installing the plugin:
105
105
 
106
106
  ```sh
107
- npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web add dsh-codex-subscription
108
- npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web list dsh-codex-subscription --depth 0
109
- npx -y @deepseek-ai/dsh@0.1.1-rc.2 --profile web --dump-config
107
+ npx -y @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add dsh-codex-subscription
108
+ npx -y @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web list dsh-codex-subscription --depth 0
109
+ npx -y @deepseek-ai/dsh@0.1.2-rc.1 --profile web --dump-config
110
110
  ```
111
111
 
112
112
  </details>
@@ -204,17 +204,17 @@ These operations preserve the DSH profile, other plugins, and saved sign-in.
204
204
  <summary>Official npm fallback</summary>
205
205
 
206
206
  ```sh
207
- npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web update dsh-codex-subscription
208
- npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web list dsh-codex-subscription --depth 0
209
- npx -y @deepseek-ai/dsh@0.1.1-rc.2 --profile web --dump-config
210
- npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web remove dsh-codex-subscription
207
+ npx -y @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web update dsh-codex-subscription
208
+ npx -y @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web list dsh-codex-subscription --depth 0
209
+ npx -y @deepseek-ai/dsh@0.1.2-rc.1 --profile web --dump-config
210
+ npx -y @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web remove dsh-codex-subscription
211
211
  ```
212
212
 
213
213
  </details>
214
214
 
215
215
  ## Troubleshooting
216
216
 
217
- - **`dsh` is not recognized:** the official npm route does not create a global `dsh` command; use the complete `npx -y @deepseek-ai/dsh@0.1.1-rc.2 ...` command above;
217
+ - **`dsh` is not recognized:** the official npm route does not create a global `dsh` command; use the complete `npx -y @deepseek-ai/dsh@0.1.2-rc.1 ...` command above;
218
218
  - **More than one DSH exists:** run the standard command from the intended DSH environment so that product selects the corresponding profile;
219
219
  - **Setup still fails:** send the Agent guide above to an Agent. Do not delete the profile or change the system PATH to force an install.
220
220
  - **Need to report a problem:** generate a **Support diagnostics** report at the bottom of Settings, then open the [bug report form](https://github.com/WSL043/dsh-codex-subscription/issues/new?template=install-problem.yml). The report includes the OS/runtime, bounded sign-in phase, and safe request-failure categories, but excludes credentials, account identifiers, proxy addresses, raw responses, and full logs. Paste it into the required diagnostics field; never attach sign-in URLs, authorization codes, or browser callback addresses.
package/README.md CHANGED
@@ -59,7 +59,7 @@ DSH-Portable 也提供相同的标准插件命令,因此同样使用上面的
59
59
  <img src="https://raw.githubusercontent.com/WSL043/dsh-codex-subscription/main/docs/assets/context-settings.png" width="820" alt="当前 DeepSeek Harness Codex 订阅设置,包含搜索来源、模型感知上下文、输入框额度和支持诊断">
60
60
  </p>
61
61
 
62
- 图片来自已安装的官方 DeepSeek Harness `0.1.1-rc.2` 与当前插件构建。
62
+ 图片来自已安装的官方 DeepSeek Harness `0.1.2-rc.1` 与当前插件构建。
63
63
 
64
64
  ## 准备 DSH
65
65
 
@@ -105,9 +105,9 @@ Agent 文档包含安装、更新、卸载和验收步骤,并要求保留 DSH
105
105
  官方的 `npx @deepseek-ai/dsh web` 不会创建全局 `dsh` 命令,因此安装插件时也要保留完整的 `npx` 前缀:
106
106
 
107
107
  ```sh
108
- npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web add dsh-codex-subscription
109
- npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web list dsh-codex-subscription --depth 0
110
- npx -y @deepseek-ai/dsh@0.1.1-rc.2 --profile web --dump-config
108
+ npx -y @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web add dsh-codex-subscription
109
+ npx -y @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web list dsh-codex-subscription --depth 0
110
+ npx -y @deepseek-ai/dsh@0.1.2-rc.1 --profile web --dump-config
111
111
  ```
112
112
 
113
113
  </details>
@@ -200,17 +200,17 @@ dsh plugin --profile web remove dsh-codex-subscription
200
200
  <summary>官方 npm 备用方式</summary>
201
201
 
202
202
  ```sh
203
- npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web update dsh-codex-subscription
204
- npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web list dsh-codex-subscription --depth 0
205
- npx -y @deepseek-ai/dsh@0.1.1-rc.2 --profile web --dump-config
206
- npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web remove dsh-codex-subscription
203
+ npx -y @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web update dsh-codex-subscription
204
+ npx -y @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web list dsh-codex-subscription --depth 0
205
+ npx -y @deepseek-ai/dsh@0.1.2-rc.1 --profile web --dump-config
206
+ npx -y @deepseek-ai/dsh@0.1.2-rc.1 plugin --profile web remove dsh-codex-subscription
207
207
  ```
208
208
 
209
209
  </details>
210
210
 
211
211
  ## 常见问题
212
212
 
213
- - **`dsh` 无法识别**:官方 npm 方式本来就不会创建全局 `dsh` 命令,请使用上面的完整 `npx -y @deepseek-ai/dsh@0.1.1-rc.2 ...` 命令;
213
+ - **`dsh` 无法识别**:官方 npm 方式本来就不会创建全局 `dsh` 命令,请使用上面的完整 `npx -y @deepseek-ai/dsh@0.1.2-rc.1 ...` 命令;
214
214
  - **电脑上有多个 DSH**:请从目标 DSH 环境运行标准命令,由该产品自身选择对应 profile;
215
215
  - **安装仍然失败**:把上面的 Agent 文档链接发给 Agent,不要删除 profile 或随意修改系统 PATH。
216
216
  - **需要提交问题**:在设置页底部生成“支持诊断”,然后打开[使用问题表单](https://github.com/WSL043/dsh-codex-subscription/issues/new?template=install-problem.yml)。报告包含系统/运行时、有限的登录阶段和安全的请求失败分类,但不含凭据、账号标识、代理地址、原始响应或完整日志;请粘贴到必填诊断栏,且不要附上登录链接、授权码或浏览器回调地址。
@@ -1,11 +1,12 @@
1
1
  {
2
- "latestTested": "0.1.1-rc.2",
2
+ "latestTested": "0.1.2-rc.1",
3
3
  "supported": [
4
4
  "0.1.0-rc.6",
5
5
  "0.1.0-rc.7",
6
6
  "0.1.0-rc.8",
7
7
  "0.1.1-rc.1",
8
- "0.1.1-rc.2"
8
+ "0.1.1-rc.2",
9
+ "0.1.2-rc.1"
9
10
  ],
10
11
  "previews": [
11
12
  "0.1.2-alpha.2",
package/lib/index.js CHANGED
@@ -1265,7 +1265,7 @@ function openaiCodexSubscriptionProvider({ resolveSpeedMode = () => void 0, reso
1265
1265
  }
1266
1266
  //#endregion
1267
1267
  //#region src/version.js
1268
- const PACKAGE_VERSION = "1.12.1-beta.1";
1268
+ const PACKAGE_VERSION = "1.12.1";
1269
1269
  const USER_AGENT = `dsh-codex-subscription/${PACKAGE_VERSION}`;
1270
1270
  //#endregion
1271
1271
  //#region src/model-catalog.js
@@ -1555,9 +1555,16 @@ function originalImageRefsEqual(left, right) {
1555
1555
  /** Resolve only an exact original reference copied into a DSH fork prefix. */
1556
1556
  function inheritedOriginalImageRef(session, assetId) {
1557
1557
  const parentSession = session?.header?.parentSession;
1558
- const seedLength = session?.header?.seedLength;
1559
- if (typeof parentSession !== "string" || parentSession.length === 0 || !Number.isSafeInteger(seedLength) || seedLength < 0 || !Array.isArray(session?.events) || !ORIGINAL_IMAGE_ID_PATTERN.test(assetId)) return void 0;
1560
- for (const event of session.events) {
1558
+ const seedLength = Number.isSafeInteger(session?.inheritedEventCount) ? session.inheritedEventCount : session?.header?.seedLength;
1559
+ if (typeof parentSession !== "string" || parentSession.length === 0 || !Number.isSafeInteger(seedLength) || seedLength < 0 || !ORIGINAL_IMAGE_ID_PATTERN.test(assetId)) return void 0;
1560
+ let events = session?.events;
1561
+ if (!Array.isArray(events) && typeof session?.snapshotEvents === "function") try {
1562
+ events = session.snapshotEvents();
1563
+ } catch {
1564
+ return;
1565
+ }
1566
+ if (!Array.isArray(events)) return void 0;
1567
+ for (const event of events) {
1561
1568
  if (!Number.isSafeInteger(event?.seq) || event.seq < 0 || event.seq >= seedLength || event.type !== "tool/result") continue;
1562
1569
  const original = decodeImagePresentation(event.data?.meta)?.original;
1563
1570
  if (original?.assetId === assetId) return original;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-codex-subscription",
3
- "version": "1.12.1-beta.1",
3
+ "version": "1.12.1",
4
4
  "description": "Use ChatGPT and Codex subscriptions in DeepSeek Harness with OAuth, quota, safe resets, web search, images, and Fast mode",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -32,7 +32,6 @@
32
32
  "@deepseek-ai/dsh-api-remotes",
33
33
  "@deepseek-ai/dsh-client-connection",
34
34
  "@deepseek-ai/dsh-client-locale",
35
- "@deepseek-ai/dsh-client-runtime",
36
35
  "@deepseek-ai/dsh-client-ui-conversation",
37
36
  "@deepseek-ai/dsh-client-ui-model-selection",
38
37
  "@deepseek-ai/dsh-client-ui-settings",
@@ -77,47 +76,46 @@
77
76
  },
78
77
  "peerDependencies": {
79
78
  "@deepseek-ai/cordis": "4.0.1 || 4.0.2",
80
- "@deepseek-ai/dsh-api-remotes": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5",
81
- "@deepseek-ai/dsh-client-connection": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5",
82
- "@deepseek-ai/dsh-client-locale": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5",
83
- "@deepseek-ai/dsh-client-runtime": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5",
84
- "@deepseek-ai/dsh-client-ui-conversation": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5",
85
- "@deepseek-ai/dsh-client-ui-model-selection": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5",
86
- "@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5",
87
- "@deepseek-ai/dsh-client-ui-settings": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5",
88
- "@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5",
89
- "@deepseek-ai/dsh-client-ui-tool": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5",
90
- "@deepseek-ai/dsh-credentials": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5",
91
- "@deepseek-ai/dsh-llm": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5",
92
- "@deepseek-ai/dsh-llm-pi-ai": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5",
93
- "@deepseek-ai/dsh-settings": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5",
94
- "@deepseek-ai/dsh-tools": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5",
95
- "@deepseek-ai/dsh-web": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5",
96
- "@deepseek-ai/schemastery": "3.18.1",
79
+ "@deepseek-ai/dsh-api-remotes": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5 || 0.1.2-rc.1",
80
+ "@deepseek-ai/dsh-client-connection": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5 || 0.1.2-rc.1",
81
+ "@deepseek-ai/dsh-client-locale": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5 || 0.1.2-rc.1",
82
+ "@deepseek-ai/dsh-client-ui-conversation": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5 || 0.1.2-rc.1",
83
+ "@deepseek-ai/dsh-client-ui-model-selection": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5 || 0.1.2-rc.1",
84
+ "@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5 || 0.1.2-rc.1",
85
+ "@deepseek-ai/dsh-client-ui-settings": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5 || 0.1.2-rc.1",
86
+ "@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5 || 0.1.2-rc.1",
87
+ "@deepseek-ai/dsh-client-ui-tool": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5 || 0.1.2-rc.1",
88
+ "@deepseek-ai/dsh-credentials": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5 || 0.1.2-rc.1",
89
+ "@deepseek-ai/dsh-llm": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5 || 0.1.2-rc.1",
90
+ "@deepseek-ai/dsh-llm-pi-ai": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5 || 0.1.2-rc.1",
91
+ "@deepseek-ai/dsh-settings": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5 || 0.1.2-rc.1",
92
+ "@deepseek-ai/dsh-tools": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5 || 0.1.2-rc.1",
93
+ "@deepseek-ai/dsh-web": "0.1.0-rc.6 || 0.1.0-rc.7 || 0.1.0-rc.8 || 0.1.1-rc.1 || 0.1.1-rc.2 || 0.1.2-alpha.2 || 0.1.2-alpha.3 || 0.1.2-alpha.4 || 0.1.2-alpha.5 || 0.1.2-rc.1",
94
+ "@deepseek-ai/schemastery": "3.18.1 || ^3.18.2",
97
95
  "@earendil-works/pi-ai": "0.82.1",
98
96
  "react": "^18.2.0",
99
97
  "react-dom": "^18.2.0"
100
98
  },
101
99
  "devDependencies": {
102
- "@deepseek-ai/cordis": "4.0.1",
103
- "@deepseek-ai/dsh-api-remotes": "0.1.1-rc.2",
104
- "@deepseek-ai/dsh-client-connection": "0.1.1-rc.2",
105
- "@deepseek-ai/dsh-client-locale": "0.1.1-rc.2",
106
- "@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2",
107
- "@deepseek-ai/dsh-client-ui-conversation": "0.1.1-rc.2",
108
- "@deepseek-ai/dsh-client-ui-model-selection": "0.1.1-rc.2",
109
- "@deepseek-ai/dsh-client-ui-primitives": "0.1.1-rc.2",
110
- "@deepseek-ai/dsh-client-ui-settings": "0.1.1-rc.2",
111
- "@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.2",
112
- "@deepseek-ai/dsh-client-ui-tool": "0.1.1-rc.2",
113
- "@deepseek-ai/dsh-credentials": "0.1.1-rc.2",
114
- "@deepseek-ai/dsh-llm": "0.1.1-rc.2",
115
- "@deepseek-ai/dsh-llm-pi-ai": "0.1.1-rc.2",
116
- "@deepseek-ai/dsh-settings": "0.1.1-rc.2",
117
- "@deepseek-ai/dsh-session": "0.1.1-rc.2",
118
- "@deepseek-ai/dsh-tools": "0.1.1-rc.2",
119
- "@deepseek-ai/dsh-web": "0.1.1-rc.2",
120
- "@deepseek-ai/schemastery": "3.18.1",
100
+ "@deepseek-ai/cordis": "4.0.2",
101
+ "@deepseek-ai/dsh-api-remotes": "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-conversation": "0.1.2-rc.1",
105
+ "@deepseek-ai/dsh-client-ui-model-selection": "0.1.2-rc.1",
106
+ "@deepseek-ai/dsh-client-ui-primitives": "0.1.2-rc.1",
107
+ "@deepseek-ai/dsh-client-ui-settings": "0.1.2-rc.1",
108
+ "@deepseek-ai/dsh-client-ui-slots": "0.1.2-rc.1",
109
+ "@deepseek-ai/dsh-client-ui-tool": "0.1.2-rc.1",
110
+ "@deepseek-ai/dsh-credentials": "0.1.2-rc.1",
111
+ "@deepseek-ai/dsh-invariants": "0.1.2-rc.1",
112
+ "@deepseek-ai/dsh-llm": "0.1.2-rc.1",
113
+ "@deepseek-ai/dsh-llm-pi-ai": "0.1.2-rc.1",
114
+ "@deepseek-ai/dsh-settings": "0.1.2-rc.1",
115
+ "@deepseek-ai/dsh-session": "0.1.2-rc.1",
116
+ "@deepseek-ai/dsh-tools": "0.1.2-rc.1",
117
+ "@deepseek-ai/dsh-web": "0.1.2-rc.1",
118
+ "@deepseek-ai/schemastery": "3.18.2",
121
119
  "@earendil-works/pi-ai": "0.82.1",
122
120
  "@heroicons/react": "2.2.0",
123
121
  "react": "18.3.1",