dsh-coding-subscription-oauth 0.8.0 → 0.8.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/CHANGELOG.md CHANGED
@@ -2,9 +2,15 @@
2
2
 
3
3
  All notable changes to `dsh-coding-subscription-oauth` are documented here, following the release loop in `docs/00-project-rules.md`. Format: [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Versioning follows [SemVer](https://semver.org/).
4
4
 
5
- ## Unreleased
6
-
7
- ## v0.8.0 - 2026-09-11
5
+ ## Unreleased
6
+
7
+ ## v0.8.1 - 2026-09-11
8
+
9
+ ### Changed
10
+
11
+ - When co-installed with and managed by Usage Center (`uiOwner === "hub"`), the compact placeholder button now directly dispatches `usage-stats:open-settings` with `{ detail: { tab: "accounts" } }` and is relabeled "Manage subscription accounts" (管理订阅账号), taking operators straight to Settings → Subscription accounts. Note: requires `dsh-hub-oauth-gateway >= 1.10.0`.
12
+
13
+ ## v0.8.0 - 2026-09-11
8
14
 
9
15
  ### Added
10
16
 
package/INSTALL.md CHANGED
@@ -1,19 +1,19 @@
1
1
  # 安装与使用 · dsh-coding-subscription-oauth
2
2
 
3
- 本仓库原名 **`dsh-grok-build`**。普通用户请使用已发布的 npm 版本:
4
-
5
- ```bash
6
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
7
- ```
3
+ 本仓库原名 **`dsh-grok-build`**。普通用户请使用已发布的 npm 版本:
4
+
5
+ ```bash
6
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
7
+ ```
8
8
 
9
9
  CLI 新命令是 `dsh-coding-oauth`(旧命令 `dsh-grok-build` 仍可用)。为兼容已有 profile,Cordis id 仍是 `llm-grok-build-oauth`,设置页 HTTP 路径仍是 `/plugins/dsh-grok-build/*`,凭据文件名不变。
10
10
 
11
- 第一次公开发布是 **`0.4.1`**。`0.6.1` 从未正式发布或打包,其未发布改动已合入当前推荐的 **`0.6.3`**:
12
-
13
- ```bash
14
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
15
- dsh plugin --profile web update dsh-coding-subscription-oauth
16
- ```
11
+ 第一次公开发布是 **`0.4.1`**。`0.6.1` 从未正式发布或打包,其未发布改动已合入当前推荐的 **`0.6.3`**:
12
+
13
+ ```bash
14
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
15
+ dsh plugin --profile web update dsh-coding-subscription-oauth
16
+ ```
17
17
 
18
18
  ## 前置条件
19
19
 
@@ -24,13 +24,13 @@ dsh plugin --profile web update dsh-coding-subscription-oauth
24
24
 
25
25
  `0.1.2-alpha.*` 与 `0.1.5-rc.1` 可作为 BOM **未验证候选**出现,但不是生产 pin。在把候选提升为 `verified` 之前,不要把它们当作正式兼容声明。面向 `0.1.5-rc.1` 的客户端 inject 已不再要求 `@deepseek-ai/dsh-client-runtime`(该包在候选宿主上不存在);缺失的可选 inject 仍为 soft diagnostic。OAuth provider profile 会初始化空的 `modelErrors` map,避免候选宿主在模型解析时对 undefined 调用 `.get`(见 `#38`)。
26
26
 
27
- ## 安装
28
-
29
- ```bash
30
- # 普通用户:当前 npm 发布版
31
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
32
-
33
- # 开发 / 备用:从 GitHub
27
+ ## 安装
28
+
29
+ ```bash
30
+ # 普通用户:当前 npm 发布版
31
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
32
+
33
+ # 开发 / 备用:从 GitHub
34
34
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
35
35
 
36
36
  # 本地开发目录(备用)
@@ -46,15 +46,16 @@ dsh plugin --profile web add dsh-agy@0.1.2
46
46
 
47
47
  - 本版按 DSH `0.1.1-rc.2` 的精确兼容矩阵发布;生产环境应锁定已验证的 BOM,不要用 `*` 或未验证的宽泛 peer range。候选宿主(如 `0.1.5-rc.1`)只记在 `candidates[]`,须经隔离冒烟后再考虑提升。
48
48
  - 从 `0.6.0` 升级到 `0.6.2` 后再重启:`0.6.0` 在严格 Cordis 注入检查下可能因读取尚未注入的可选服务而拖垮插件树。这个补丁不迁移或重置 OAuth 凭据、Gateway、模型/适配器 ID 与缓存。
49
- - 从 `0.6.3` 升级到 `0.6.4`:统一固定 `dsh-coding-oauth-core@0.1.2` 与 `undici@7.29.0`;无配置、凭据、数据或路由迁移。
50
- - 从 `0.7.1` 升级到 `0.8.0`:可选 OpenCode Go 兼容(`gateway.opencodeGo.enabled`,默认关);无配置/凭据/路由迁移。
51
- - 从 `0.7.0` 升级到 `0.7.1`:OAuth profile 初始化空 `modelErrors`,修复 DSH `0.1.5-rc.1` 选模型时 `Cannot read properties of undefined (reading 'get')`(`#38`);无配置/凭据/路由迁移。
49
+ - 从 `0.6.3` 升级到 `0.6.4`:统一固定 `dsh-coding-oauth-core@0.1.2` 与 `undici@7.29.0`;无配置、凭据、数据或路由迁移。
50
+ - 从 `0.7.1` 升级到 `0.8.0`:可选 OpenCode Go 兼容(`gateway.opencodeGo.enabled`,默认关);无配置/凭据/路由迁移。
51
+ - 从 `0.8.0` 升级到 `0.8.1`:被 Hub 接管时占位卡按钮直达设置订阅账号页(需 `dsh-hub-oauth-gateway >= 1.10.0`);无配置/凭据/路由迁移。
52
+ - 从 `0.7.0` 升级到 `0.7.1`:OAuth profile 初始化空 `modelErrors`,修复 DSH `0.1.5-rc.1` 选模型时 `Cannot read properties of undefined (reading 'get')`(`#38`);无配置/凭据/路由迁移。
52
53
  - 从 `0.6.5` 升级到 `0.7.0`:AuthDocument v2 多账号与 Accounts UI;去掉 `@deepseek-ai/dsh-client-runtime` inject;BOM 记录未验证候选 `0.1.5-rc.1`(verified 仍为 `0.1.1-rc.2`);无配置/凭据/路由破坏性迁移。
53
54
  - 从 `0.6.4` 升级到 `0.6.5`:Gateway key 的 reveal/rotate 仅限 `accessMode === "loopback"`(与 Settings UI 一致);无配置、凭据、数据或路由迁移。npm 包不再附带 `src/`,运行时仍为生成的 `lib/`。
54
- - 宿主边界(无需操作者迁移):客户端 classic-script 不再 inject `@deepseek-ai/dsh-client-runtime`;`ClientContext` 从 `@deepseek-ai/cordis` 解析。这与 Hub 在 `0.1.5-rc.1` 上的适配一致,避免陈旧 inject 诊断。
55
- - 在同一个 **web profile** 中先保证 `dsh-coding-oauth-core@0.1.2` 可从 npm 解析,再安装 Subscription `0.8.0`(以及需要的 `dsh-hub-oauth-gateway@1.13.0`)。Core 只是共享 npm 依赖,不是单独的 DSH 插件,用户不需要执行 `dsh plugin add dsh-coding-oauth-core`。
56
- - 共装 Hub 与 Subscription 时,先安装 `dsh-hub-oauth-gateway@1.13.0` 与 Subscription `0.8.0`,完成后只重启一次现有 DSH Web 进程;Hub 提供完整用量中心,Subscription 显示紧凑状态入口。只升级 Subscription 仍可独立工作。
57
- - 升级会保留既有 Cordis id、OAuth 凭据文件、模型/适配器 ID、Gateway 配置和模型缓存;不要为了“清理旧版本”删除这些文件。若旧包名 `dsh-grok-build` 仍在 profile 中,只移除那条旧插件记录,再安装当前包,避免重复路由。
55
+ - 宿主边界(无需操作者迁移):客户端 classic-script 不再 inject `@deepseek-ai/dsh-client-runtime`;`ClientContext` 从 `@deepseek-ai/cordis` 解析。这与 Hub 在 `0.1.5-rc.1` 上的适配一致,避免陈旧 inject 诊断。
56
+ - 在同一个 **web profile** 中先保证 `dsh-coding-oauth-core@0.1.2` 可从 npm 解析,再安装 Subscription `0.8.1`(以及需要的 `dsh-hub-oauth-gateway@1.13.1`)。Core 只是共享 npm 依赖,不是单独的 DSH 插件,用户不需要执行 `dsh plugin add dsh-coding-oauth-core`。
57
+ - 共装 Hub 与 Subscription 时,先安装 `dsh-hub-oauth-gateway@1.13.1` 与 Subscription `0.8.1`,完成后只重启一次现有 DSH Web 进程;Hub 提供完整用量中心,Subscription 显示紧凑状态入口。只升级 Subscription 仍可独立工作。
58
+ - 升级会保留既有 Cordis id、OAuth 凭据文件、模型/适配器 ID、Gateway 配置和模型缓存;不要为了“清理旧版本”删除这些文件。若旧包名 `dsh-grok-build` 仍在 profile 中,只移除那条旧插件记录,再安装当前包,避免重复路由。
58
59
  - 回滚时恢复上一个插件版本并重启一次,保留凭据和配置;先查看兼容性诊断与失败原因,不要用清空凭据来代替回滚。
59
60
  - DSH Web 与本地 Gateway 继续只绑定 loopback。远程 Settings 只能走 SSH 隧道或满足 owner proof、精确 Origin 和 CSRF proof 的 HTTPS 反向代理;升级不会放宽到 `0.0.0.0`。
60
61
 
package/README.de.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 🔐 dsh-coding-subscription-oauth
6
6
 
7
- **v0.8.0 · früher `dsh-grok-build`
7
+ **v0.8.1 · früher `dsh-grok-build`
8
8
 
9
9
  **OAuth-Plugin für Coding-Abonnements für [DeepSeek Harness](https://github.com/deepseek-ai/dsh).** Melden Sie sich einmal mit den Abonnements an, die Sie bereits bezahlen, und nutzen Sie die Modelle aus den Einstellungen oder der CLI von dsh. **Keine Tokens in den Chat einfügen.**
10
10
 
@@ -27,7 +27,7 @@ Zuerst **`dsh-grok-build`** (nur Grok Build). Jetzt SuperGrok / Codex / Kimi / C
27
27
  | | Das verwenden | Funktioniert weiter |
28
28
  |---|---|---|
29
29
  | GitHub / `dsh plugin add` | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | `github:lninghaha/dsh-grok-build` (derselbe `main`) |
30
- | npm | `dsh-coding-subscription-oauth@0.8.0` (aktuelle Version) | Es gab kein altes npm-Paket |
30
+ | npm | `dsh-coding-subscription-oauth@0.8.1` (aktuelle Version) | Es gab kein altes npm-Paket |
31
31
  | CLI | `dsh-coding-oauth` | `dsh-grok-build` |
32
32
  | Cordis-Plugin-id | `llm-grok-build-oauth` | unverändert |
33
33
  | Settings-HTTP-API | `/plugins/dsh-grok-build/*` | unverändert |
@@ -79,7 +79,7 @@ Diese Suchbegriffe und DSH-Fehler führen meist hierher.
79
79
 
80
80
  ```bash
81
81
  # 1. Plugin in das Web-Profil installieren (aktuelle npm-Version)
82
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
82
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
83
83
 
84
84
  # 2. optional — Google Antigravity (gepinnte, geprüfte Version)
85
85
  dsh plugin --profile web add dsh-agy@0.1.2
@@ -120,7 +120,7 @@ Erfordert DeepSeek Harness `0.1.1-rc.2` und Node.js 22.19+. Vollständige Detail
120
120
 
121
121
  ```bash
122
122
  # aktuelle npm-Version (empfohlen)
123
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
123
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
124
124
 
125
125
  # Entwicklung/Alternativ: von GitHub
126
126
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
package/README.es.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 🔐 dsh-coding-subscription-oauth
6
6
 
7
- **v0.8.0 · antes `dsh-grok-build`
7
+ **v0.8.1 · antes `dsh-grok-build`
8
8
 
9
9
  **Plugin OAuth de suscripciones de codificación para [DeepSeek Harness](https://github.com/deepseek-ai/dsh).** Inicia sesión una vez con las suscripciones que ya pagas y luego usa sus modelos desde la página de configuración o la CLI de dsh. **Sin pegar tokens en el chat.**
10
10
 
@@ -28,7 +28,7 @@ Empezó como **`dsh-grok-build`** (solo Grok Build). Ahora cubre SuperGrok / Cod
28
28
  | | Usa esto | Sigue funcionando |
29
29
  |---|---|---|
30
30
  | GitHub / `dsh plugin add` | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | `github:lninghaha/dsh-grok-build` (el mismo `main`) |
31
- | npm | `dsh-coding-subscription-oauth@0.8.0` (versión actual) | No se publicó un paquete npm legado |
31
+ | npm | `dsh-coding-subscription-oauth@0.8.1` (versión actual) | No se publicó un paquete npm legado |
32
32
  | CLI | `dsh-coding-oauth` | `dsh-grok-build` |
33
33
  | Cordis plugin id | `llm-grok-build-oauth` | sin cambios |
34
34
  | API HTTP de ajustes | `/plugins/dsh-grok-build/*` | sin cambios |
@@ -79,7 +79,7 @@ Estas búsquedas y errores de DSH suelen traer a la gente hasta aquí.
79
79
 
80
80
  ```bash
81
81
  # 1. instala el plugin en el perfil web (versión actual de npm)
82
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
82
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
83
83
 
84
84
  # 2. opcional — Google Antigravity (versión fija revisada)
85
85
  dsh plugin --profile web add dsh-agy@0.1.2
@@ -120,7 +120,7 @@ Requiere DeepSeek Harness `0.1.1-rc.2` y Node.js 22.19+. Detalles completos en l
120
120
 
121
121
  ```bash
122
122
  # versión actual de npm (recomendado)
123
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
123
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
124
124
 
125
125
  # desarrollo/alternativo: desde GitHub
126
126
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
package/README.fr.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 🔐 dsh-coding-subscription-oauth
6
6
 
7
- **v0.8.0 · anciennement `dsh-grok-build`
7
+ **v0.8.1 · anciennement `dsh-grok-build`
8
8
 
9
9
  **Plugin OAuth pour abonnements de codage de [DeepSeek Harness](https://github.com/deepseek-ai/dsh).** Connectez-vous une fois avec les abonnements que vous payez déjà, puis utilisez leurs modèles depuis la page de configuration ou la CLI dsh. **Aucun token collé dans le chat.**
10
10
 
@@ -28,7 +28,7 @@ Le projet s'appelait **`dsh-grok-build`** (Grok Build uniquement). Il couvre mai
28
28
  | | Utiliser | Toujours valable |
29
29
  |---|---|---|
30
30
  | GitHub / `dsh plugin add` | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | `github:lninghaha/dsh-grok-build` (même `main`) |
31
- | npm | `dsh-coding-subscription-oauth@0.8.0` (version actuelle) | Aucun ancien paquet npm n'a été publié |
31
+ | npm | `dsh-coding-subscription-oauth@0.8.1` (version actuelle) | Aucun ancien paquet npm n'a été publié |
32
32
  | CLI | `dsh-coding-oauth` | `dsh-grok-build` |
33
33
  | Cordis plugin id | `llm-grok-build-oauth` | inchangé |
34
34
  | API HTTP des réglages | `/plugins/dsh-grok-build/*` | inchangé |
@@ -79,7 +79,7 @@ Ce sont les recherches et erreurs DSH qui mènent le plus souvent ici.
79
79
 
80
80
  ```bash
81
81
  # 1. installez le plugin dans le profil web (version actuelle npm)
82
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
82
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
83
83
 
84
84
  # 2. optionnel — Google Antigravity (version épinglée examinée)
85
85
  dsh plugin --profile web add dsh-agy@0.1.2
@@ -120,7 +120,7 @@ Nécessite DeepSeek Harness `0.1.1-rc.2` et Node.js 22.19+. Détails complets da
120
120
 
121
121
  ```bash
122
122
  # version actuelle npm (recommandé)
123
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
123
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
124
124
 
125
125
  # développement/alternatif : depuis GitHub
126
126
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
package/README.ja.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 🔐 dsh-coding-subscription-oauth
6
6
 
7
- **v0.8.0 · 旧名 `dsh-grok-build`
7
+ **v0.8.1 · 旧名 `dsh-grok-build`
8
8
 
9
9
  **DeepSeek Harness(dsh)のためのコーディングサブスクリプション OAuth プラグイン。** 支払い済みのサブスクリプションで一度きりのサインイン——その後は dsh の設定ページまたは CLI からそのモデルを使えます。**チャットにトークンを貼り付ける必要はありません。**
10
10
 
@@ -27,7 +27,7 @@
27
27
  | | これを使う | 互換 |
28
28
  |---|---|---|
29
29
  | GitHub / `dsh plugin add` | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | `github:lninghaha/dsh-grok-build`(同じ `main`) |
30
- | npm | `dsh-coding-subscription-oauth@0.8.0`(現在のリリース) | 旧 npm パッケージは公開されていない |
30
+ | npm | `dsh-coding-subscription-oauth@0.8.1`(現在のリリース) | 旧 npm パッケージは公開されていない |
31
31
  | CLI | `dsh-coding-oauth` | `dsh-grok-build` |
32
32
  | Cordis プラグイン id | `llm-grok-build-oauth` | 変更なし |
33
33
  | 設定ページ HTTP API | `/plugins/dsh-grok-build/*` | 変更なし |
@@ -79,7 +79,7 @@ DSH にコーディングサブスクを載せるとき、よく次の検索語
79
79
 
80
80
  ```bash
81
81
  # 1. web プロファイルにプラグインをインストール(現在の npm リリース)
82
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
82
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
83
83
 
84
84
  # 2. 任意 — Google Antigravity(レビュー済みの固定バージョン)
85
85
  dsh plugin --profile web add dsh-agy@0.1.2
@@ -120,7 +120,7 @@ DeepSeek Harness `0.1.1-rc.2` と Node.js 22.19+ が前提です。詳細は[イ
120
120
 
121
121
  ```bash
122
122
  # 現在の npm リリース(推奨)
123
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
123
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
124
124
 
125
125
  # 開発/代替:GitHub から
126
126
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
package/README.ko.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 🔐 dsh-coding-subscription-oauth
6
6
 
7
- **v0.8.0 · 이전 이름 `dsh-grok-build`
7
+ **v0.8.1 · 이전 이름 `dsh-grok-build`
8
8
 
9
9
  **[DeepSeek Harness](https://github.com/deepseek-ai/dsh)용 코딩 구독 OAuth 플러그인.** 이미 결제한 구독으로 한 번에 로그인하고, dsh 설정 페이지나 CLI에서 그 모델을 사용하세요. **채팅에 토큰을 붙여넣을 필요가 없습니다.**
10
10
 
@@ -27,7 +27,7 @@
27
27
  | | 이것을 쓰세요 | 계속 동작 |
28
28
  |---|---|---|
29
29
  | GitHub / `dsh plugin add` | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | `github:lninghaha/dsh-grok-build`(같은 `main`) |
30
- | npm | `dsh-coding-subscription-oauth@0.8.0`(현재 릴리스) | 레거시 npm 패키지는 게시된 적 없음 |
30
+ | npm | `dsh-coding-subscription-oauth@0.8.1`(현재 릴리스) | 레거시 npm 패키지는 게시된 적 없음 |
31
31
  | CLI | `dsh-coding-oauth` | `dsh-grok-build` |
32
32
  | Cordis 플러그인 id | `llm-grok-build-oauth` | 그대로 |
33
33
  | 설정 페이지 HTTP API | `/plugins/dsh-grok-build/*` | 그대로 |
@@ -79,7 +79,7 @@
79
79
 
80
80
  ```bash
81
81
  # 1. web 프로필에 플러그인 설치 (현재 npm 릴리스)
82
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
82
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
83
83
 
84
84
  # 2. 선택 사항 — Google Antigravity (검증된 고정 버전)
85
85
  dsh plugin --profile web add dsh-agy@0.1.2
@@ -120,7 +120,7 @@ DeepSeek Harness `0.1.1-rc.2` 및 Node.js 22.19+가 필요합니다. 자세한
120
120
 
121
121
  ```bash
122
122
  # 현재 npm 릴리스 (권장)
123
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
123
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
124
124
 
125
125
  # 개발/대안: GitHub에서
126
126
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 🔐 dsh-coding-subscription-oauth
6
6
 
7
- **v0.8.0** · formerly `dsh-grok-build`
7
+ **v0.8.1** · formerly `dsh-grok-build`
8
8
 
9
9
  **Coding-subscription OAuth for [DeepSeek Harness](https://github.com/deepseek-ai/dsh).** Use SuperGrok / X Premium (Grok Build), ChatGPT Plus/Pro (Codex), Kimi Code, Claude Pro/Max and Google Antigravity inside DSH — without a second API-key bill and **without pasting any token into chat.**
10
10
 
@@ -27,7 +27,7 @@ Published first as **`dsh-grok-build`** when it only covered Grok Build. The cur
27
27
 
28
28
  | | Use this | Still works |
29
29
  |---|---|---|
30
- | npm (recommended) | Current release is `0.8.0`: `dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0` | No legacy npm package was published |
30
+ | npm (recommended) | Current release is `0.8.0`: `dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1` | No legacy npm package was published |
31
31
  | GitHub / development | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | Previous GitHub repo `dsh-grok-build` was removed |
32
32
  | CLI | `dsh-coding-oauth` | `dsh-grok-build` |
33
33
  | Cordis plugin id | `llm-grok-build-oauth` | unchanged |
@@ -83,7 +83,7 @@ Grok Build device login, live `/v1/models-v2` and Responses streaming are verifi
83
83
 
84
84
  ```bash
85
85
  # 1. install the current npm release into the web profile
86
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
86
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
87
87
 
88
88
  # 2. optional — Google Antigravity (pinned, reviewed version)
89
89
  dsh plugin --profile web add dsh-agy@0.1.2
@@ -124,7 +124,7 @@ Requires DeepSeek Harness `0.1.1-rc.2` (verified BOM) and Node.js 22.19+. Unveri
124
124
 
125
125
  ```bash
126
126
  # current npm release
127
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
127
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
128
128
 
129
129
  # development / alternative: from GitHub
130
130
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
package/README.pt-BR.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 🔐 dsh-coding-subscription-oauth
6
6
 
7
- **v0.8.0 · antigo `dsh-grok-build`
7
+ **v0.8.1 · antigo `dsh-grok-build`
8
8
 
9
9
  **Plugin de OAuth para assinaturas de codificação do [DeepSeek Harness](https://github.com/deepseek-ai/dsh).** Entre com as assinaturas que você já paga — depois use os modelos delas a partir da página de configurações do dsh ou da CLI. **Nenhum token colado no chat.**
10
10
 
@@ -28,7 +28,7 @@ O projeto começou como **`dsh-grok-build`** (só Grok Build). Agora cobre Super
28
28
  | | Use isto | Ainda funciona |
29
29
  |---|---|---|
30
30
  | GitHub / `dsh plugin add` | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | `github:lninghaha/dsh-grok-build` (mesmo `main`) |
31
- | npm | `dsh-coding-subscription-oauth@0.8.0` (versão atual) | Nenhum pacote npm legado foi publicado |
31
+ | npm | `dsh-coding-subscription-oauth@0.8.1` (versão atual) | Nenhum pacote npm legado foi publicado |
32
32
  | CLI | `dsh-coding-oauth` | `dsh-grok-build` |
33
33
  | Cordis plugin id | `llm-grok-build-oauth` | inalterado |
34
34
  | API HTTP das configurações | `/plugins/dsh-grok-build/*` | inalterado |
@@ -79,7 +79,7 @@ Estas são as buscas e erros do DSH que costumam trazer as pessoas até aqui.
79
79
 
80
80
  ```bash
81
81
  # 1. instale o plugin no perfil web (versão atual do npm)
82
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
82
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
83
83
 
84
84
  # 2. opcional — Google Antigravity (versão fixa revisada)
85
85
  dsh plugin --profile web add dsh-agy@0.1.2
@@ -120,7 +120,7 @@ Requer DeepSeek Harness `0.1.1-rc.2` e Node.js 22.19+. Detalhes completos nas [n
120
120
 
121
121
  ```bash
122
122
  # versão atual do npm (recomendado)
123
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
123
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
124
124
 
125
125
  # desenvolvimento/alternativo: do GitHub
126
126
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
package/README.ru.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 🔐 dsh-coding-subscription-oauth
6
6
 
7
- **v0.8.0 · ранее `dsh-grok-build`
7
+ **v0.8.1 · ранее `dsh-grok-build`
8
8
 
9
9
  **Плагин OAuth для подписок на кодинг для [DeepSeek Harness](https://github.com/deepseek-ai/dsh).** Войдите один раз по уже оплаченным подпискам — и используйте их модели из страницы настроек или CLI dsh. **Никаких вставленных токенов в чат.**
10
10
 
@@ -28,7 +28,7 @@
28
28
  | | Используйте | По-прежнему работает |
29
29
  |---|---|---|
30
30
  | GitHub / `dsh plugin add` | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | `github:lninghaha/dsh-grok-build` (тот же `main`) |
31
- | npm | `dsh-coding-subscription-oauth@0.8.0` (текущая версия) | Старого npm-пакета не было |
31
+ | npm | `dsh-coding-subscription-oauth@0.8.1` (текущая версия) | Старого npm-пакета не было |
32
32
  | CLI | `dsh-coding-oauth` | `dsh-grok-build` |
33
33
  | Cordis plugin id | `llm-grok-build-oauth` | без изменений |
34
34
  | HTTP API страницы настроек | `/plugins/dsh-grok-build/*` | без изменений |
@@ -79,7 +79,7 @@
79
79
 
80
80
  ```bash
81
81
  # 1. установите текущую npm-версию в web-профиль
82
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
82
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
83
83
 
84
84
  # 2. опционально — Google Antigravity (зафиксированная проверенная версия)
85
85
  dsh plugin --profile web add dsh-agy@0.1.2
@@ -120,7 +120,7 @@ dsh plugin --profile web add dsh-agy@0.1.2
120
120
 
121
121
  ```bash
122
122
  # текущая npm-версия (рекомендуется)
123
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
123
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
124
124
 
125
125
  # разработка/альтернатива: из GitHub
126
126
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
package/README.zh-CN.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 🔐 dsh-coding-subscription-oauth
6
6
 
7
- **v0.8.0** · 原名 `dsh-grok-build`
7
+ **v0.8.1** · 原名 `dsh-grok-build`
8
8
 
9
9
  **面向 [DeepSeek Harness](https://github.com/deepseek-ai/dsh) 的编码订阅 OAuth 插件。** 把 SuperGrok / X Premium(Grok Build)、ChatGPT Plus/Pro(Codex)、Kimi Code、Claude Pro/Max 和 Google Antigravity 接到 DSH——不必再开一份按量 API-key,**也不要把 token 粘贴进聊天。**
10
10
 
@@ -27,7 +27,7 @@
27
27
 
28
28
  | | 请用这个 | 仍然可用 |
29
29
  |---|---|---|
30
- | npm(推荐) | 当前版本是 `0.8.0`:`dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0` | 没有发布过旧 npm 包 |
30
+ | npm(推荐) | 当前版本是 `0.8.0`:`dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1` | 没有发布过旧 npm 包 |
31
31
  | GitHub / 开发安装 | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | 旧仓库 `dsh-grok-build` 已删除 |
32
32
  | CLI | `dsh-coding-oauth` | `dsh-grok-build` |
33
33
  | Cordis 插件 id | `llm-grok-build-oauth` | 不变 |
@@ -81,7 +81,7 @@
81
81
 
82
82
  ```bash
83
83
  # 1. 安装当前 npm 发布版到 web profile
84
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
84
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
85
85
 
86
86
  # 2. 可选 —— Google Antigravity(固定审核过的版本)
87
87
  dsh plugin --profile web add dsh-agy@0.1.2
@@ -122,7 +122,7 @@ dsh plugin --profile web add dsh-agy@0.1.2
122
122
 
123
123
  ```bash
124
124
  # 当前 npm 版本
125
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0
125
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1
126
126
 
127
127
  # 开发 / 备用:从 GitHub 安装
128
128
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
@@ -121,11 +121,11 @@ The legacy `/plugins/dsh-grok-build/auth/*` endpoints remain registered and reus
121
121
 
122
122
  This project does not replicate the private Google Antigravity protocol. The profile separately installs `dsh-agy@0.1.2`, which provides the `agy` route. Because the `/agy` dashboard in that version includes an export API with no authentication of its own, trusted-host deployments should disable `dsh-agy-web` in the profile's final `cordis.patch.yml` (see `INSTALL.md`) and keep only the host adapter and CLI. The profile uses a pnpm patch with a lockfile hash: with no Google session, `listModels()` returns empty; after authentication the provider group name is `Google Antigravity (OAuth)`. Decision to **keep** `patches/dsh-agy@0.1.2.patch` (upstream not absorbed as of 0.2.4): [`docs/research/adr-dsh-agy-patch.md`](research/adr-dsh-agy-patch.md).
123
123
 
124
- ## 6. Compatibility
125
-
126
- The canonical package and repository name is **`dsh-coding-subscription-oauth`**. The previous GitHub URL still resolves to the same `main`, so old `dsh plugin add github:lninghaha/dsh-grok-build` commands continue to install the renamed package. The first public npm/GitHub Release was **`0.4.1`**. The current release is **`0.8.0`** (`dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0`), verified against DSH **`0.1.1-rc.2`**. `0.1.5-rc.1` is recorded only as an unverified BOM candidate; client inject no longer requires `@deepseek-ai/dsh-client-runtime` (absent on that candidate). GitHub and local tarball installs remain valid.
127
-
128
- Stable on-disk / in-process identifiers (do not rename without a migration):
124
+ ## 6. Compatibility
125
+
126
+ The canonical package and repository name is **`dsh-coding-subscription-oauth`**. The previous GitHub URL still resolves to the same `main`, so old `dsh plugin add github:lninghaha/dsh-grok-build` commands continue to install the renamed package. The first public npm/GitHub Release was **`0.4.1`**. The current release is **`0.8.1`** (`dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1`), verified against DSH **`0.1.1-rc.2`**. `0.1.5-rc.1` is recorded only as an unverified BOM candidate; client inject no longer requires `@deepseek-ai/dsh-client-runtime` (absent on that candidate). GitHub and local tarball installs remain valid.
127
+
128
+ Stable on-disk / in-process identifiers (do not rename without a migration):
129
129
 
130
130
  - Cordis id: `llm-grok-build-oauth`
131
131
  - Settings HTTP API: `/plugins/dsh-grok-build/oauth/*`, `/plugins/dsh-grok-build/capabilities`, `/plugins/dsh-grok-build/codex/usage`, `/plugins/dsh-grok-build/imagine/*`, and legacy `/plugins/dsh-grok-build/auth/*`
@@ -121,11 +121,11 @@ POST /plugins/dsh-grok-build/gateway/rotate
121
121
 
122
122
  本项目不复制 Google Antigravity 私有协议。profile 单独安装 `dsh-agy@0.1.2`,提供 `agy` route。由于该版本的 `/agy` dashboard 含无自身认证的 export API,trusted-host 部署应在 profile 最终 `cordis.patch.yml` 中禁用 `dsh-agy-web`(见 `INSTALL.md`),只保留 host adapter 和 CLI。profile 使用带 lockfile hash 的 pnpm patch:无 Google session 时 `listModels()` 返回空,认证后 provider group 名为 `Google Antigravity (OAuth)`。**保留** `patches/dsh-agy@0.1.2.patch` 的结论见 [`docs/research/adr-dsh-agy-patch.md`](research/adr-dsh-agy-patch.md)(至 0.2.4 上游仍未等价吸收)。
123
123
 
124
- ## 6. 兼容性
125
-
126
- 正式包名与仓库名是 **`dsh-coding-subscription-oauth`**。旧 GitHub 地址仍指向同一条 `main`,因此旧的 `dsh plugin add github:lninghaha/dsh-grok-build` 仍会安装更名后的包。第一次公开 npm / GitHub Release 是 **`0.4.1`**。当前版本是 **`0.8.0`**(`dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.0`),精确验证 DSH **`0.1.1-rc.2`**。`0.1.5-rc.1` 仅作为未验证 BOM 候选记录;客户端 inject 不再要求 `@deepseek-ai/dsh-client-runtime`(该候选宿主上不存在此包)。GitHub 与本地 tarball 安装仍然有效。
127
-
128
- 以下标识保持稳定(无迁移方案前不要改名):
124
+ ## 6. 兼容性
125
+
126
+ 正式包名与仓库名是 **`dsh-coding-subscription-oauth`**。旧 GitHub 地址仍指向同一条 `main`,因此旧的 `dsh plugin add github:lninghaha/dsh-grok-build` 仍会安装更名后的包。第一次公开 npm / GitHub Release 是 **`0.4.1`**。当前版本是 **`0.8.1`**(`dsh plugin --profile web add dsh-coding-subscription-oauth@0.8.1`),精确验证 DSH **`0.1.1-rc.2`**。`0.1.5-rc.1` 仅作为未验证 BOM 候选记录;客户端 inject 不再要求 `@deepseek-ai/dsh-client-runtime`(该候选宿主上不存在此包)。GitHub 与本地 tarball 安装仍然有效。
127
+
128
+ 以下标识保持稳定(无迁移方案前不要改名):
129
129
 
130
130
  - Cordis id:`llm-grok-build-oauth`
131
131
  - 设置页 HTTP API:`/plugins/dsh-grok-build/oauth/*`、`/plugins/dsh-grok-build/capabilities`、`/plugins/dsh-grok-build/codex/usage`、`/plugins/dsh-grok-build/imagine/*`,以及旧的 `/plugins/dsh-grok-build/auth/*`