dsh-codex-subscription 2.1.0-beta.1 → 2.1.0-beta.2

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 CHANGED
@@ -258,7 +258,7 @@ If this project is useful, the [Star button](https://github.com/WSL043/dsh-codex
258
258
 
259
259
  [简体中文](README.md) · [MIT](LICENSE)
260
260
 
261
- ### Advanced example · 2.1.0-beta.1
261
+ ### Advanced example · 2.1.0-beta.2
262
262
 
263
263
  **Astra draws the sketch; GPT Image 2 generates the illustration.** Astra draws 427 strokes across six layers through the native `codex_sketch` interface; Luna then calls the subscription image tool. The request uses `gpt-image-2` at low quality; the server does not report the executing model. This Beta adds PNG export, layered PSD import/export and editable draft files. PSD retains pixel layers; native drafts retain strokes. Sketch canvas and Agent drawing are separate Beta options, both off by default in Advanced settings. Drawing tools are exposed only when Agent drawing is enabled; the agent then automatically opens the current session’s board.
264
264
 
@@ -266,4 +266,4 @@ If this project is useful, the [Star button](https://github.com/WSL043/dsh-codex
266
266
  | --- | --- |
267
267
  | ![Sketch](https://raw.githubusercontent.com/WSL043/dsh-codex-subscription/main/docs/assets/sketch-advanced-source.png) | ![Result](https://raw.githubusercontent.com/WSL043/dsh-codex-subscription/main/docs/assets/sketch-advanced-result.png) |
268
268
 
269
- [Beta v2.1.0-beta.1](https://github.com/WSL043/dsh-codex-subscription/releases/tag/v2.1.0-beta.1)
269
+ [Beta v2.1.0-beta.2](https://github.com/WSL043/dsh-codex-subscription/releases/tag/v2.1.0-beta.2)
package/README.md CHANGED
@@ -259,7 +259,7 @@ DSH 插件交流可前往 [DeepSeek Harness Discussions](https://github.com/deep
259
259
 
260
260
  [MIT](LICENSE)
261
261
 
262
- ### 进阶展示 · 2.1.0-beta.1
262
+ ### 进阶展示 · 2.1.0-beta.2
263
263
 
264
264
  **Astra 绘制草图,GPT Image 2 生成成图。** Astra 通过原生 `codex_sketch` 接口完成 6 层、427 笔绘制,再由 Luna 调用订阅生图工具精修。生图请求使用 `gpt-image-2`、低质量档;服务端未报告实际执行型号。Beta 新增 PNG 导出、分层 PSD 导入导出和可编辑草稿文件;PSD 保留像素图层,原生草稿保留笔画。草图画板与 Agent 绘图均默认关闭,可在高级设置中分别开启。仅开启 Agent 绘图后才向模型提供绘图工具;提出绘画请求后自动打开当前会话画板。
265
265
 
@@ -267,4 +267,4 @@ DSH 插件交流可前往 [DeepSeek Harness Discussions](https://github.com/deep
267
267
  | --- | --- |
268
268
  | ![Sketch](https://raw.githubusercontent.com/WSL043/dsh-codex-subscription/main/docs/assets/sketch-advanced-source.png) | ![Result](https://raw.githubusercontent.com/WSL043/dsh-codex-subscription/main/docs/assets/sketch-advanced-result.png) |
269
269
 
270
- [Beta v2.1.0-beta.1](https://github.com/WSL043/dsh-codex-subscription/releases/tag/v2.1.0-beta.1)
270
+ [Beta v2.1.0-beta.2](https://github.com/WSL043/dsh-codex-subscription/releases/tag/v2.1.0-beta.2)
package/lib/client.js CHANGED
@@ -5602,7 +5602,7 @@ window.__ModuleLoader__.load({
5602
5602
  }
5603
5603
  //#endregion
5604
5604
  //#region src/version.js
5605
- const PACKAGE_VERSION = "2.1.0-beta.1";
5605
+ const PACKAGE_VERSION = "2.1.0-beta.2";
5606
5606
  //#endregion
5607
5607
  //#region src/client-recovery.js
5608
5608
  async function recoveryCall(rpc, endpoint, payload = {}, timeoutMs = 1e4) {
package/lib/index.js CHANGED
@@ -1832,9 +1832,10 @@ function openaiCodexSubscriptionProvider({ resolveSpeedMode = () => void 0, reso
1832
1832
  streamSimple: (model, context, options) => networkIterable(() => provider.streamSimple(model, context, withPreferences(model, options)))
1833
1833
  });
1834
1834
  }
1835
+ Object.freeze(["0.82.1", "0.85.1"]);
1835
1836
  //#endregion
1836
1837
  //#region src/version.js
1837
- const PACKAGE_VERSION = "2.1.0-beta.1";
1838
+ const PACKAGE_VERSION = "2.1.0-beta.2";
1838
1839
  const USER_AGENT = `dsh-codex-subscription/${PACKAGE_VERSION}`;
1839
1840
  //#endregion
1840
1841
  //#region src/model-catalog.js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-codex-subscription",
3
- "version": "2.1.0-beta.1",
3
+ "version": "2.1.0-beta.2",
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",
@@ -90,7 +90,7 @@
90
90
  "@deepseek-ai/dsh-tools": "0.1.2-rc.1 || 0.1.5-rc.1 || 0.1.5-alpha.1 || 0.1.5-alpha.2",
91
91
  "@deepseek-ai/dsh-web": "0.1.2-rc.1 || 0.1.5-rc.1 || 0.1.5-alpha.1 || 0.1.5-alpha.2",
92
92
  "@deepseek-ai/schemastery": "3.18.1 || ^3.18.2",
93
- "@earendil-works/pi-ai": "0.82.1",
93
+ "@earendil-works/pi-ai": "0.82.1 || 0.85.1",
94
94
  "react": "^18.2.0",
95
95
  "react-dom": "^18.2.0"
96
96
  },