dsh-codex-subscription 1.2.0 → 1.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/AGENTS.md +7 -7
- package/README.en.md +12 -11
- package/README.md +12 -12
- package/compatibility.json +3 -2
- package/lib/index.js +1 -1
- package/package.json +33 -33
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.2.
|
|
9
|
+
- Use the exact `1.2.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.
|
|
@@ -38,19 +38,19 @@ For an official DSH installation run through npm, keep the complete `npx` prefix
|
|
|
38
38
|
run command does not create a global `dsh` command:
|
|
39
39
|
|
|
40
40
|
```sh
|
|
41
|
-
npx -y @deepseek-ai/dsh@0.1.1-rc.
|
|
41
|
+
npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web add dsh-codex-subscription@1.2.1
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
With an existing global `dsh` command:
|
|
45
45
|
|
|
46
46
|
```sh
|
|
47
|
-
dsh plugin --profile web add dsh-codex-subscription@1.2.
|
|
47
|
+
dsh plugin --profile web add dsh-codex-subscription@1.2.1
|
|
48
48
|
```
|
|
49
49
|
|
|
50
50
|
From a DSH-Portable folder:
|
|
51
51
|
|
|
52
52
|
```powershell
|
|
53
|
-
.\dsh.exe plugin --profile web add dsh-codex-subscription@1.2.
|
|
53
|
+
.\dsh.exe plugin --profile web add dsh-codex-subscription@1.2.1
|
|
54
54
|
```
|
|
55
55
|
|
|
56
56
|
Use the same `add` command to update or repair. This is the complete package-changing operation.
|
|
@@ -68,9 +68,9 @@ dsh --profile web --dump-config
|
|
|
68
68
|
|
|
69
69
|
For DSH-Portable, replace `dsh` with `.\dsh.exe`. Static acceptance requires:
|
|
70
70
|
|
|
71
|
-
For the official npm route, run the same checks with `npx -y @deepseek-ai/dsh@0.1.1-rc.
|
|
71
|
+
For the official npm route, run the same checks with `npx -y @deepseek-ai/dsh@0.1.1-rc.2` in place of `dsh`.
|
|
72
72
|
|
|
73
|
-
1. `dsh-codex-subscription` version `1.2.
|
|
73
|
+
1. `dsh-codex-subscription` version `1.2.1` appears exactly once.
|
|
74
74
|
2. `codex-subscription` appears exactly once in the composed config.
|
|
75
75
|
3. No unrelated plugin or profile was changed and DSH was not restarted.
|
|
76
76
|
|
|
@@ -94,7 +94,7 @@ For DSH-Portable:
|
|
|
94
94
|
For the official npm route:
|
|
95
95
|
|
|
96
96
|
```sh
|
|
97
|
-
npx -y @deepseek-ai/dsh@0.1.1-rc.
|
|
97
|
+
npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web remove dsh-codex-subscription
|
|
98
98
|
```
|
|
99
99
|
|
|
100
100
|
Uninstall removes only this plugin. It must preserve the profile, sessions, other plugins, and saved
|
package/README.en.md
CHANGED
|
@@ -67,7 +67,7 @@ These capabilities reuse the same local ChatGPT sign-in. Subscription routing fa
|
|
|
67
67
|
|
|
68
68
|
## Prepare DSH
|
|
69
69
|
|
|
70
|
-
This plugin is currently compatible through DeepSeek Harness `0.1.1-rc.
|
|
70
|
+
This plugin is currently compatible through DeepSeek Harness `0.1.1-rc.2` and requires a ChatGPT account that currently has Codex access.
|
|
71
71
|
|
|
72
72
|
- Do not want to configure Node.js? Use [DSH-Portable](https://github.com/WSL043/DSH-Portable), a community desktop distribution with portable and installed editions for Windows plus desktop packages for macOS and Linux.
|
|
73
73
|
- Prefer the official route? Follow the [DeepSeek Harness run guide](https://github.com/deepseek-ai/deepseek-harness#run).
|
|
@@ -98,7 +98,7 @@ The lightweight setup checks the current folder, the system command, common loca
|
|
|
98
98
|
[DSH-Portable](https://github.com/WSL043/DSH-Portable), then invokes the official `plugin add`
|
|
99
99
|
operation once. It does not recursively scan disks, install pnpm, create a resident command, snapshot a
|
|
100
100
|
profile, or download the plugin twice. It needs no administrator access and never restarts DSH. Only
|
|
101
|
-
when no existing DSH is found does it use the official npm route pinned to `0.1.1-rc.
|
|
101
|
+
when no existing DSH is found does it use the official npm route pinned to `0.1.1-rc.2`; the setup warns
|
|
102
102
|
that first-time dependency resolution can take a while.
|
|
103
103
|
|
|
104
104
|
<details>
|
|
@@ -107,9 +107,9 @@ that first-time dependency resolution can take a while.
|
|
|
107
107
|
The official `npx @deepseek-ai/dsh web` command does not create a global `dsh` command. Keep the full `npx` prefix when installing the plugin:
|
|
108
108
|
|
|
109
109
|
```sh
|
|
110
|
-
npx -y @deepseek-ai/dsh@0.1.1-rc.
|
|
111
|
-
npx -y @deepseek-ai/dsh@0.1.1-rc.
|
|
112
|
-
npx -y @deepseek-ai/dsh@0.1.1-rc.
|
|
110
|
+
npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web add dsh-codex-subscription
|
|
111
|
+
npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web list dsh-codex-subscription --depth 0
|
|
112
|
+
npx -y @deepseek-ai/dsh@0.1.1-rc.2 --profile web --dump-config
|
|
113
113
|
```
|
|
114
114
|
|
|
115
115
|
</details>
|
|
@@ -168,10 +168,10 @@ see the [OpenAI Codex Speed documentation](https://learn.chatgpt.com/docs/agent-
|
|
|
168
168
|
On Windows, rerun the one-line setup above to update. For the official npm route, use:
|
|
169
169
|
|
|
170
170
|
```sh
|
|
171
|
-
npx -y @deepseek-ai/dsh@0.1.1-rc.
|
|
172
|
-
npx -y @deepseek-ai/dsh@0.1.1-rc.
|
|
173
|
-
npx -y @deepseek-ai/dsh@0.1.1-rc.
|
|
174
|
-
npx -y @deepseek-ai/dsh@0.1.1-rc.
|
|
171
|
+
npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web update dsh-codex-subscription
|
|
172
|
+
npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web list dsh-codex-subscription --depth 0
|
|
173
|
+
npx -y @deepseek-ai/dsh@0.1.1-rc.2 --profile web --dump-config
|
|
174
|
+
npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web remove dsh-codex-subscription
|
|
175
175
|
```
|
|
176
176
|
|
|
177
177
|
These operations preserve the DSH profile, other plugins, and saved sign-in.
|
|
@@ -192,15 +192,16 @@ From a DSH-Portable folder, replace `dsh` above with `.\dsh.exe`.
|
|
|
192
192
|
|
|
193
193
|
## Troubleshooting
|
|
194
194
|
|
|
195
|
-
- **`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.
|
|
195
|
+
- **`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;
|
|
196
196
|
- **`dsh.exe` is not recognized:** that file is not in the current folder; enter the DSH-Portable folder first or use the one-line Windows setup;
|
|
197
197
|
- **DSH-Portable is not found:** enter its folder and rerun setup, or run `.\dsh.exe plugin --profile web add dsh-codex-subscription` directly;
|
|
198
198
|
- **More than one DSH exists:** the one-line setup combines running copies with Portable folders detected in common locations; enter its number. For an Agent, use the intended folder or pass `-DshPath` explicitly;
|
|
199
199
|
- **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.
|
|
200
|
+
- **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 form collects exact DSH/plugin versions and reproduction steps. The generated report excludes credentials and account identifiers; still do not attach sign-in URLs, authorization codes, or browser callback addresses.
|
|
200
201
|
|
|
201
202
|
The ChatGPT Codex backend and DSH can change independently. This community project is not affiliated with or endorsed by DeepSeek or OpenAI.
|
|
202
203
|
|
|
203
|
-
Use [
|
|
204
|
+
Use the [bug report form](https://github.com/WSL043/dsh-codex-subscription/issues/new?template=install-problem.yml) for project feedback.
|
|
204
205
|
For DSH plugin discussion, visit [DeepSeek Harness Discussions](https://github.com/deepseek-ai/deepseek-harness/discussions).
|
|
205
206
|
Read [SECURITY.md](SECURITY.md) before reporting sensitive issues.
|
|
206
207
|
|
package/README.md
CHANGED
|
@@ -68,7 +68,7 @@ DSH-Portable 用户在产品目录中运行 `./dsh plugin ...`,Windows PowerSh
|
|
|
68
68
|
|
|
69
69
|
## 准备 DSH
|
|
70
70
|
|
|
71
|
-
本插件当前适配到 DeepSeek Harness `0.1.1-rc.
|
|
71
|
+
本插件当前适配到 DeepSeek Harness `0.1.1-rc.2`,并需要一个当前具有 Codex 使用资格的 ChatGPT 账户。
|
|
72
72
|
|
|
73
73
|
- 不想配置 Node.js:使用 [DSH-Portable](https://github.com/WSL043/DSH-Portable)。这是社区桌面分发,提供 Windows 便携版和安装版,以及 macOS、Linux 桌面包;
|
|
74
74
|
- 想按官方方式运行:查看 [DeepSeek Harness 官方说明](https://github.com/deepseek-ai/deepseek-harness#run)。
|
|
@@ -98,7 +98,7 @@ irm 'https://github.com/WSL043/dsh-codex-subscription/releases/latest/download/d
|
|
|
98
98
|
这个轻量助手会检查当前目录、系统命令、常见位置以及正在运行的官方 DSH 或
|
|
99
99
|
[DSH-Portable](https://github.com/WSL043/DSH-Portable),然后调用一次官方
|
|
100
100
|
`plugin add`。它不会递归扫盘、安装 pnpm、创建常驻命令、保存 profile 快照或重复下载插件。
|
|
101
|
-
无需管理员权限,也不会擅自重启 DSH。找不到现有 DSH 时才会使用固定为 `0.1.1-rc.
|
|
101
|
+
无需管理员权限,也不会擅自重启 DSH。找不到现有 DSH 时才会使用固定为 `0.1.1-rc.2`
|
|
102
102
|
的官方 npm 运行方式;首次解析依赖可能较慢,安装器会先明确提示。
|
|
103
103
|
|
|
104
104
|
<details>
|
|
@@ -107,9 +107,9 @@ irm 'https://github.com/WSL043/dsh-codex-subscription/releases/latest/download/d
|
|
|
107
107
|
官方的 `npx @deepseek-ai/dsh web` 不会创建全局 `dsh` 命令,因此安装插件时也要保留完整的 `npx` 前缀:
|
|
108
108
|
|
|
109
109
|
```sh
|
|
110
|
-
npx -y @deepseek-ai/dsh@0.1.1-rc.
|
|
111
|
-
npx -y @deepseek-ai/dsh@0.1.1-rc.
|
|
112
|
-
npx -y @deepseek-ai/dsh@0.1.1-rc.
|
|
110
|
+
npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web add dsh-codex-subscription
|
|
111
|
+
npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web list dsh-codex-subscription --depth 0
|
|
112
|
+
npx -y @deepseek-ai/dsh@0.1.1-rc.2 --profile web --dump-config
|
|
113
113
|
```
|
|
114
114
|
|
|
115
115
|
</details>
|
|
@@ -167,10 +167,10 @@ Spark 使用独立额度。插件不会写死“5 小时 + 每周”,也不会
|
|
|
167
167
|
Windows 用户重新运行上面的单行助手即可更新。官方 npm 用户使用:
|
|
168
168
|
|
|
169
169
|
```sh
|
|
170
|
-
npx -y @deepseek-ai/dsh@0.1.1-rc.
|
|
171
|
-
npx -y @deepseek-ai/dsh@0.1.1-rc.
|
|
172
|
-
npx -y @deepseek-ai/dsh@0.1.1-rc.
|
|
173
|
-
npx -y @deepseek-ai/dsh@0.1.1-rc.
|
|
170
|
+
npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web update dsh-codex-subscription
|
|
171
|
+
npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web list dsh-codex-subscription --depth 0
|
|
172
|
+
npx -y @deepseek-ai/dsh@0.1.1-rc.2 --profile web --dump-config
|
|
173
|
+
npx -y @deepseek-ai/dsh@0.1.1-rc.2 plugin --profile web remove dsh-codex-subscription
|
|
174
174
|
```
|
|
175
175
|
|
|
176
176
|
这些操作会保留 DSH profile、其他插件和登录信息。
|
|
@@ -191,18 +191,18 @@ DSH-Portable 在其目录中把上述 `dsh` 换成 `.\dsh.exe`。
|
|
|
191
191
|
|
|
192
192
|
## 常见问题
|
|
193
193
|
|
|
194
|
-
- **`dsh` 无法识别**:官方 npm 方式本来就不会创建全局 `dsh` 命令,请使用上面的完整 `npx -y @deepseek-ai/dsh@0.1.1-rc.
|
|
194
|
+
- **`dsh` 无法识别**:官方 npm 方式本来就不会创建全局 `dsh` 命令,请使用上面的完整 `npx -y @deepseek-ai/dsh@0.1.1-rc.2 ...` 命令;
|
|
195
195
|
- **`dsh.exe` 无法识别**:当前目录没有该文件。请先进入 DSH-Portable 目录,或使用 Windows 单行助手;
|
|
196
196
|
- **找不到 DSH-Portable**:进入它的目录后重新执行安装命令,或直接运行 `.\dsh.exe plugin --profile web add dsh-codex-subscription`;
|
|
197
197
|
- **电脑上有多个 DSH**:单行助手会合并正在运行的副本与常用目录内检测到的 Portable,输入对应编号即可;交给 Agent 时让它进入目标目录,或明确传入 `-DshPath`;
|
|
198
198
|
- **安装仍然失败**:把上面的 Agent 文档链接发给 Agent,不要删除 profile 或随意修改系统 PATH。
|
|
199
|
-
-
|
|
199
|
+
- **需要提交问题**:在设置页底部生成“支持诊断”,然后打开[使用问题表单](https://github.com/WSL043/dsh-codex-subscription/issues/new?template=install-problem.yml)。表单会收集准确的 DSH/插件版本和复现步骤;报告不含凭据和账号标识,仍不要附上登录链接、授权码或浏览器回调地址。
|
|
200
200
|
|
|
201
201
|
## 边界与支持
|
|
202
202
|
|
|
203
203
|
ChatGPT Codex 后端和 DSH 可能独立变化;本项目为社区项目,与 DeepSeek、OpenAI 无隶属或背书关系。
|
|
204
204
|
|
|
205
|
-
本项目的问题反馈请使用
|
|
205
|
+
本项目的问题反馈请使用[使用问题表单](https://github.com/WSL043/dsh-codex-subscription/issues/new?template=install-problem.yml);
|
|
206
206
|
DSH 插件交流可前往 [DeepSeek Harness Discussions](https://github.com/deepseek-ai/deepseek-harness/discussions)。
|
|
207
207
|
敏感问题请先阅读 [SECURITY.md](SECURITY.md)。
|
|
208
208
|
|
package/compatibility.json
CHANGED
package/lib/index.js
CHANGED
|
@@ -496,7 +496,7 @@ function openaiCodexSubscriptionProvider({ resolveSpeedMode = () => void 0 } = {
|
|
|
496
496
|
}
|
|
497
497
|
//#endregion
|
|
498
498
|
//#region src/version.js
|
|
499
|
-
const PACKAGE_VERSION = "1.2.
|
|
499
|
+
const PACKAGE_VERSION = "1.2.1";
|
|
500
500
|
const USER_AGENT = `dsh-codex-subscription/${PACKAGE_VERSION}`;
|
|
501
501
|
//#endregion
|
|
502
502
|
//#region src/codex-search.js
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-codex-subscription",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"description": "ChatGPT and Codex subscriptions for DeepSeek Harness with OAuth login, image generation, quota, and subscription web search",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./lib/index.js",
|
|
@@ -75,44 +75,44 @@
|
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"@deepseek-ai/cordis": "4.0.1",
|
|
78
|
-
"@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",
|
|
79
|
-
"@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",
|
|
80
|
-
"@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",
|
|
81
|
-
"@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",
|
|
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",
|
|
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",
|
|
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",
|
|
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",
|
|
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",
|
|
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",
|
|
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",
|
|
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",
|
|
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",
|
|
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",
|
|
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",
|
|
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",
|
|
78
|
+
"@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",
|
|
79
|
+
"@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",
|
|
80
|
+
"@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",
|
|
81
|
+
"@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",
|
|
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",
|
|
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",
|
|
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",
|
|
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",
|
|
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",
|
|
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",
|
|
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",
|
|
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",
|
|
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",
|
|
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",
|
|
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",
|
|
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",
|
|
94
94
|
"@deepseek-ai/schemastery": "3.18.1",
|
|
95
95
|
"@earendil-works/pi-ai": "0.82.1",
|
|
96
96
|
"react": "^18.2.0"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
99
|
"@deepseek-ai/cordis": "4.0.1",
|
|
100
|
-
"@deepseek-ai/dsh-api-remotes": "0.1.1-rc.
|
|
101
|
-
"@deepseek-ai/dsh-client-connection": "0.1.1-rc.
|
|
102
|
-
"@deepseek-ai/dsh-client-locale": "0.1.1-rc.
|
|
103
|
-
"@deepseek-ai/dsh-client-runtime": "0.1.1-rc.
|
|
104
|
-
"@deepseek-ai/dsh-client-ui-conversation": "0.1.1-rc.
|
|
105
|
-
"@deepseek-ai/dsh-client-ui-model-selection": "0.1.1-rc.
|
|
106
|
-
"@deepseek-ai/dsh-client-ui-primitives": "0.1.1-rc.
|
|
107
|
-
"@deepseek-ai/dsh-client-ui-settings": "0.1.1-rc.
|
|
108
|
-
"@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.
|
|
109
|
-
"@deepseek-ai/dsh-client-ui-tool": "0.1.1-rc.
|
|
110
|
-
"@deepseek-ai/dsh-credentials": "0.1.1-rc.
|
|
111
|
-
"@deepseek-ai/dsh-llm": "0.1.1-rc.
|
|
112
|
-
"@deepseek-ai/dsh-llm-pi-ai": "0.1.1-rc.
|
|
113
|
-
"@deepseek-ai/dsh-settings": "0.1.1-rc.
|
|
114
|
-
"@deepseek-ai/dsh-tools": "0.1.1-rc.
|
|
115
|
-
"@deepseek-ai/dsh-web": "0.1.1-rc.
|
|
100
|
+
"@deepseek-ai/dsh-api-remotes": "0.1.1-rc.2",
|
|
101
|
+
"@deepseek-ai/dsh-client-connection": "0.1.1-rc.2",
|
|
102
|
+
"@deepseek-ai/dsh-client-locale": "0.1.1-rc.2",
|
|
103
|
+
"@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2",
|
|
104
|
+
"@deepseek-ai/dsh-client-ui-conversation": "0.1.1-rc.2",
|
|
105
|
+
"@deepseek-ai/dsh-client-ui-model-selection": "0.1.1-rc.2",
|
|
106
|
+
"@deepseek-ai/dsh-client-ui-primitives": "0.1.1-rc.2",
|
|
107
|
+
"@deepseek-ai/dsh-client-ui-settings": "0.1.1-rc.2",
|
|
108
|
+
"@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.2",
|
|
109
|
+
"@deepseek-ai/dsh-client-ui-tool": "0.1.1-rc.2",
|
|
110
|
+
"@deepseek-ai/dsh-credentials": "0.1.1-rc.2",
|
|
111
|
+
"@deepseek-ai/dsh-llm": "0.1.1-rc.2",
|
|
112
|
+
"@deepseek-ai/dsh-llm-pi-ai": "0.1.1-rc.2",
|
|
113
|
+
"@deepseek-ai/dsh-settings": "0.1.1-rc.2",
|
|
114
|
+
"@deepseek-ai/dsh-tools": "0.1.1-rc.2",
|
|
115
|
+
"@deepseek-ai/dsh-web": "0.1.1-rc.2",
|
|
116
116
|
"@deepseek-ai/schemastery": "3.18.1",
|
|
117
117
|
"@earendil-works/pi-ai": "0.82.1",
|
|
118
118
|
"@heroicons/react": "2.2.0",
|