dsh-codex-subscription 2.1.0 → 2.1.1-beta.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/README.en.md +7 -0
- package/README.md +7 -0
- package/THIRD_PARTY_NOTICES.md +2 -0
- package/lib/client.js +1839 -1361
- package/lib/index.js +1984 -1484
- package/package.json +8 -2
package/README.en.md
CHANGED
|
@@ -245,6 +245,13 @@ With a supported Codex model selected, open the composer's model menu to choose
|
|
|
245
245
|
Standard adds no icon; only Fast shows a lightning icon before the model name. Spark does not show the speed entry. Fast mode increases speed and uses more Credits;
|
|
246
246
|
see the [OpenAI Codex Speed documentation](https://learn.chatgpt.com/docs/agent-configuration/speed) for the current rules.
|
|
247
247
|
|
|
248
|
+
### Advanced experiments (2.1.1 Beta)
|
|
249
|
+
|
|
250
|
+
Opt in under **Advanced & diagnostics**. SSE and DSH subtasks remain the defaults:
|
|
251
|
+
|
|
252
|
+
- **WebSocket** reuses connections and eligible context transfers through your existing proxy. Failed handshakes can fall back to SSE; interrupted responses surface an error without automatic replay. Applies to the next request, does not expand context limits, and is not guaranteed to be faster.
|
|
253
|
+
- **Codex independent subtasks** reuse your subscription login and the official DSH Codex runtime, without a separate login or CLI setup. They follow the current subscription model and workspace permissions; other model sessions use Luna low. Shared-context subtasks remain with DSH.
|
|
254
|
+
|
|
248
255
|
## Update and uninstall
|
|
249
256
|
|
|
250
257
|
### Update and verify
|
package/README.md
CHANGED
|
@@ -244,6 +244,13 @@ ChatGPT 返回可用重置卡时,设置页会把每张卡分别显示为紧凑
|
|
|
244
244
|
只有高速模式会在模型名称左侧显示闪电;Spark 不显示速度入口。高速模式会提高速度,也会消耗更多 Credits;具体规则见
|
|
245
245
|
[OpenAI Codex Speed 文档](https://learn.chatgpt.com/docs/agent-configuration/speed)。
|
|
246
246
|
|
|
247
|
+
### 高级实验选项(2.1.1 Beta)
|
|
248
|
+
|
|
249
|
+
在 **高级与诊断** 中按需开启,默认仍使用 SSE 和 DSH 子任务:
|
|
250
|
+
|
|
251
|
+
- **WebSocket**:复用连接和可复用的上下文传输,沿用现有代理;握手失败可回退 SSE,已开始的响应中断会报错,不自动重放。下次请求生效,不增加模型上下文容量,也不保证更快。
|
|
252
|
+
- **Codex 独立子任务**:复用订阅登录和官方 DSH Codex 运行时,无需另行登录或配置 CLI。跟随当前订阅模型及工作区权限;其他模型会话使用 Luna low。共享上下文的子任务仍交给 DSH。
|
|
253
|
+
|
|
247
254
|
## 更新与卸载
|
|
248
255
|
|
|
249
256
|
### 更新并检查
|
package/THIRD_PARTY_NOTICES.md
CHANGED
|
@@ -5,11 +5,13 @@ This project depends on software distributed under its own terms. The dependency
|
|
|
5
5
|
| Project | Role | License | Source |
|
|
6
6
|
| --- | --- | --- | --- |
|
|
7
7
|
| DeepSeek Harness packages | Plugin host, client slots, credential and LLM interfaces | MIT | https://github.com/deepseek-ai/deepseek-harness |
|
|
8
|
+
| `@openai/codex` 0.153.4 | Optional official DSH Codex subagent runtime, installed as a dependency | Apache-2.0 | https://github.com/openai/codex |
|
|
8
9
|
| `@earendil-works/pi-ai` 0.82.1 | OpenAI Codex OAuth, model catalog, Responses transport, and WebSocket continuation | MIT | https://github.com/earendil-works/pi |
|
|
9
10
|
| React | DSH settings component runtime | MIT | https://github.com/facebook/react |
|
|
10
11
|
| dsh-image-viewer 0.1.0-beta.9 (3d121d3), with 0.1.0 (7f3be2c) zoom and annotation improvements | Adapted built-in image viewer, interaction state, and styles | MIT, Copyright (c) 2026 WSL043; full license included in LICENSE | https://github.com/WSL043/dsh-image-viewer |
|
|
11
12
|
| Heroicons | Composer speed icon | MIT | https://github.com/tailwindlabs/heroicons |
|
|
12
13
|
| `https-proxy-agent` 7.0.6 | HTTPS proxy transport for Codex OAuth token requests | MIT | https://github.com/TooTallNate/proxy-agents |
|
|
14
|
+
| `ws` 8.21.3 | Request-scoped subscription WebSocket transport | MIT | https://github.com/websockets/ws |
|
|
13
15
|
| QuotaPin for Codex | Design basis for the opt-in local quota runway forecast | MIT | https://github.com/WSL043/QuotaPin-for-Codex |
|
|
14
16
|
| tsdown | Development-time bundler | MIT | https://github.com/rolldown/tsdown |
|
|
15
17
|
|