dsh-coding-subscription-oauth 0.6.0 → 0.6.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.
Files changed (122) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/CONTRIBUTING.md +0 -0
  3. package/INSTALL.md +9 -8
  4. package/LICENSE +0 -0
  5. package/NOTICE +0 -0
  6. package/README.de.md +7 -8
  7. package/README.es.md +7 -8
  8. package/README.fr.md +7 -8
  9. package/README.ja.md +7 -8
  10. package/README.ko.md +7 -8
  11. package/README.md +8 -9
  12. package/README.pt-BR.md +7 -8
  13. package/README.ru.md +7 -8
  14. package/README.zh-CN.md +8 -9
  15. package/compatibility/dsh-bom.json +17 -30
  16. package/cordis.patch.yml +0 -0
  17. package/docs/00-project-rules.md +0 -0
  18. package/docs/02-architecture.md +1 -1
  19. package/docs/02-architecture.zh-CN.md +1 -1
  20. package/lib/adapter.d.ts.map +1 -1
  21. package/lib/alias-adapter.d.ts +3 -1
  22. package/lib/alias-adapter.d.ts.map +1 -1
  23. package/lib/bin.js +3 -3
  24. package/lib/bin.js.map +1 -1
  25. package/lib/client.js +3 -3
  26. package/lib/client.js.map +4 -4
  27. package/lib/compatibility.d.ts +14 -14
  28. package/lib/dsh-host-adapter.d.ts.map +1 -1
  29. package/lib/index.d.ts +1 -1
  30. package/lib/index.d.ts.map +1 -1
  31. package/lib/index.js +109 -79
  32. package/lib/index.js.map +3 -3
  33. package/media/en/settings_accounts.png +0 -0
  34. package/media/en/settings_capabilities.png +0 -0
  35. package/media/en/settings_gateway.png +0 -0
  36. package/media/settings_accounts.png +0 -0
  37. package/media/settings_capabilities.png +0 -0
  38. package/media/settings_gateway.png +0 -0
  39. package/media/settings_overview.png +0 -0
  40. package/media/zh-CN/settings_accounts.png +0 -0
  41. package/media/zh-CN/settings_capabilities.png +0 -0
  42. package/media/zh-CN/settings_gateway.png +0 -0
  43. package/package.json +38 -38
  44. package/patches/dsh-agy@0.1.2.patch +0 -0
  45. package/scripts/release.mjs +0 -0
  46. package/scripts/smoke-deployed-routes.mjs +0 -0
  47. package/scripts/verify-deployed-catalog.mjs +0 -0
  48. package/src/adapter.ts +75 -14
  49. package/src/alias-adapter.ts +17 -23
  50. package/src/auth-routes.ts +0 -0
  51. package/src/auth.ts +0 -0
  52. package/src/bin.ts +0 -0
  53. package/src/capability-routes.ts +0 -0
  54. package/src/capability-runtime.ts +0 -0
  55. package/src/capability-settings.ts +0 -0
  56. package/src/capability-tools.ts +0 -0
  57. package/src/catalog.ts +0 -0
  58. package/src/client/GrokBuildSettings.tsx +0 -0
  59. package/src/client/api.ts +0 -0
  60. package/src/client/components/AboutTab.tsx +0 -0
  61. package/src/client/components/AccountsTab.tsx +0 -0
  62. package/src/client/components/Badge.tsx +0 -0
  63. package/src/client/components/CapabilitiesTab.tsx +0 -0
  64. package/src/client/components/CliPullPreview.tsx +0 -0
  65. package/src/client/components/CopyButton.tsx +0 -0
  66. package/src/client/components/GatewayTab.tsx +0 -0
  67. package/src/client/components/NoticeBanner.tsx +0 -0
  68. package/src/client/components/ProgressBar.tsx +0 -0
  69. package/src/client/components/ProviderCard.tsx +0 -0
  70. package/src/client/components/SettingsTabs.tsx +0 -0
  71. package/src/client/components/ToggleSwitch.tsx +0 -0
  72. package/src/client/constants.ts +1 -1
  73. package/src/client/display.ts +0 -0
  74. package/src/client/dshClientAdapter.ts +32 -14
  75. package/src/client/gatewaySnippets.ts +0 -0
  76. package/src/client/index.tsx +3 -3
  77. package/src/client/locales.ts +0 -0
  78. package/src/client/microStyles.ts +0 -0
  79. package/src/client/parsers.ts +0 -0
  80. package/src/client/styles.ts +0 -0
  81. package/src/client/types.ts +0 -0
  82. package/src/codex-http.ts +0 -0
  83. package/src/codex-images.ts +0 -0
  84. package/src/codex-model-capabilities.ts +0 -0
  85. package/src/codex-search.ts +0 -0
  86. package/src/codex-usage.ts +0 -0
  87. package/src/compatibility.ts +14 -14
  88. package/src/dsh-host-adapter.ts +8 -6
  89. package/src/gateway-anthropic-messages.ts +0 -0
  90. package/src/gateway-auth.ts +0 -0
  91. package/src/gateway-backend.ts +0 -0
  92. package/src/gateway-body.ts +0 -0
  93. package/src/gateway-config.ts +0 -0
  94. package/src/gateway-http.ts +0 -0
  95. package/src/gateway-openai-chat.ts +0 -0
  96. package/src/gateway-openai-responses.ts +0 -0
  97. package/src/gateway-parse.ts +0 -0
  98. package/src/gateway-protocol.ts +0 -0
  99. package/src/gateway-routes.ts +0 -0
  100. package/src/gateway.ts +0 -0
  101. package/src/grok-errors.ts +0 -0
  102. package/src/grok-imagine.ts +0 -0
  103. package/src/grok-import.ts +0 -0
  104. package/src/http-json.ts +0 -0
  105. package/src/ids.ts +0 -0
  106. package/src/imagine-routes.ts +0 -0
  107. package/src/index.ts +26 -39
  108. package/src/invariant.ts +0 -0
  109. package/src/kimi-errors.ts +0 -0
  110. package/src/media-store.ts +0 -0
  111. package/src/oauth-import-routes.ts +0 -0
  112. package/src/oauth-providers.ts +0 -0
  113. package/src/oauth-session.ts +0 -0
  114. package/src/oauth-sources.ts +0 -0
  115. package/src/oauth.ts +0 -0
  116. package/src/provider.ts +0 -0
  117. package/src/proxy.ts +0 -0
  118. package/src/redact.ts +0 -0
  119. package/src/session.ts +0 -0
  120. package/src/store.ts +0 -0
  121. package/src/web-origin.ts +0 -0
  122. package/src/web-routes.ts +0 -0
package/CHANGELOG.md CHANGED
@@ -4,6 +4,20 @@ All notable changes to `dsh-coding-subscription-oauth` are documented here, foll
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ## v0.6.2 - 2026-08-25
8
+
9
+ `0.6.1` was never published or packed; its unreleased changes are folded into this release.
10
+
11
+ ### Fixed
12
+
13
+ - Probe optional DSH host services without eagerly reading Cordis properties, so a missing injection degrades safely instead of failing the complete plugin tree during startup.
14
+ - Require only `webServer` at plugin activation and register owner OAuth, capability, gateway, and import routes directly so optional services may arrive and leave independently.
15
+ - Inject rc.2-required pi-ai credential storage/auth context through the existing owner-locked OAuth files, fail closed for unknown provider writes, and retain image attachments under the provider request policy.
16
+
17
+ ### Changed
18
+
19
+ - Verify the exact DeepSeek Harness `0.1.1-rc.2` BOM and resolve `dsh-coding-oauth-core@0.1.0` from npm rather than a sibling workspace path.
20
+
7
21
  ## v0.6.0 - 2026-08-22
8
22
 
9
23
  ### Added
package/CONTRIBUTING.md CHANGED
File without changes
package/INSTALL.md CHANGED
@@ -3,21 +3,21 @@
3
3
  本仓库原名 **`dsh-grok-build`**。普通用户请使用已发布的 npm 版本:
4
4
 
5
5
  ```bash
6
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
6
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
7
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.0`**:
11
+ 第一次公开发布是 **`0.4.1`**。`0.6.1` 从未正式发布或打包,其未发布改动已合入当前推荐的 **`0.6.2`**:
12
12
 
13
13
  ```bash
14
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
14
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
15
15
  dsh plugin --profile web update dsh-coding-subscription-oauth
16
16
  ```
17
17
 
18
18
  ## 前置条件
19
19
 
20
- - DeepSeek Harness 0.1.0-rc.6+
20
+ - DeepSeek Harness 0.1.1-rc.2(精确已验证 BOM)
21
21
  - Node.js 22.19+
22
22
  - 需要使用的个人编码订阅;没有 Claude/Google 账号也可以先安装路由
23
23
  - 部分网络需要 HTTP/HTTPS 代理
@@ -26,7 +26,7 @@ dsh plugin --profile web update dsh-coding-subscription-oauth
26
26
 
27
27
  ```bash
28
28
  # 普通用户:当前 npm 发布版
29
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
29
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
30
30
 
31
31
  # 开发 / 备用:从 GitHub
32
32
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
@@ -42,9 +42,10 @@ dsh plugin --profile web add dsh-agy@0.1.2
42
42
 
43
43
  ## 升级注意事项
44
44
 
45
- - 本版按 DSH `0.1.0-rc.6+` 的精确兼容矩阵发布;生产环境应锁定已验证的 BOM,不要用 `*` 或未验证的宽泛 peer range。
46
- - 在同一个 **web profile** 中先保证 `dsh-coding-oauth-core@0.1.0` 可从 npm 解析,再安装 Subscription `0.6.0`(以及需要的 Hub `1.9.0`)。Core 只是共享 npm 依赖,不是单独的 DSH 插件,用户不需要执行 `dsh plugin add dsh-coding-oauth-core`。
47
- - 共装 Hub Subscription 时,安装两个目标版本后只重启一次现有 DSH Web 进程;Hub 提供完整用量中心,Subscription 显示紧凑状态入口。只升级 Subscription 仍可独立工作。
45
+ - 本版按 DSH `0.1.1-rc.2` 的精确兼容矩阵发布;生产环境应锁定已验证的 BOM,不要用 `*` 或未验证的宽泛 peer range。
46
+ - `0.6.0` 升级到 `0.6.2` 后再重启:`0.6.0` 在严格 Cordis 注入检查下可能因读取尚未注入的可选服务而拖垮插件树。这个补丁不迁移或重置 OAuth 凭据、Gateway、模型/适配器 ID 与缓存。
47
+ - 在同一个 **web profile** 中先保证 `dsh-coding-oauth-core@0.1.0` 可从 npm 解析,再安装 Subscription `0.6.2`(以及需要的 Hub `1.9.1`)。Core 只是共享 npm 依赖,不是单独的 DSH 插件,用户不需要执行 `dsh plugin add dsh-coding-oauth-core`。
48
+ - 共装 Hub 与 Subscription 时,先安装 Hub `1.9.1` 与 Subscription `0.6.2`,完成后只重启一次现有 DSH Web 进程;Hub 提供完整用量中心,Subscription 显示紧凑状态入口。只升级 Subscription 仍可独立工作。
48
49
  - 升级会保留既有 Cordis id、OAuth 凭据文件、模型/适配器 ID、Gateway 配置和模型缓存;不要为了“清理旧版本”删除这些文件。若旧包名 `dsh-grok-build` 仍在 profile 中,只移除那条旧插件记录,再安装当前包,避免重复路由。
49
50
  - 回滚时恢复上一个插件版本并重启一次,保留凭据和配置;先查看兼容性诊断与失败原因,不要用清空凭据来代替回滚。
50
51
  - DSH Web 与本地 Gateway 继续只绑定 loopback。远程 Settings 只能走 SSH 隧道或满足 owner proof、精确 Origin 和 CSRF proof 的 HTTPS 反向代理;升级不会放宽到 `0.0.0.0`。
package/LICENSE CHANGED
File without changes
package/NOTICE CHANGED
File without changes
package/README.de.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 🔐 dsh-coding-subscription-oauth
6
6
 
7
- **v0.6.0 · früher `dsh-grok-build`
7
+ **v0.6.2 · 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.6.0` (aktuelle Version) | Es gab kein altes npm-Paket |
30
+ | npm | `dsh-coding-subscription-oauth@0.6.2` (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 |
@@ -77,14 +77,13 @@ Diese Suchbegriffe und DSH-Fehler führen meist hierher.
77
77
 
78
78
  ```bash
79
79
  # 1. Plugin in das Web-Profil installieren (aktuelle npm-Version)
80
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
80
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
81
81
 
82
82
  # 2. optional — Google Antigravity (gepinnte, geprüfte Version)
83
83
  dsh plugin --profile web add dsh-agy@0.1.2
84
84
 
85
- # 3. den residenten dsh-web-Dienst neu starten
86
- # Local service-manager example only; `dsh web` is the official CLI alias for the web profile.
87
- systemctl --user restart dsh-web.service
85
+ # 3. den vorhandenen DSH-Web-Prozess mit dem konfigurierten Prozessmanager neu starten
86
+ # `dsh web` ist der offizielle CLI-Alias, kein Dienstname.
88
87
  ```
89
88
 
90
89
  Danach **Settings → Coding OAuth** öffnen und bei einem beliebigen Anbieter anmelden. Fertig — wählen Sie Ihr authentifiziertes Modell im Wähler.
@@ -115,11 +114,11 @@ Danach **Settings → Coding OAuth** öffnen und bei einem beliebigen Anbieter a
115
114
 
116
115
  ## Installation
117
116
 
118
- Erfordert DeepSeek Harness `0.1.0-rc.6+` und Node.js 22.19+. Vollständige Details in den [Installationshinweisen](INSTALL.md).
117
+ Erfordert DeepSeek Harness `0.1.1-rc.2` und Node.js 22.19+. Vollständige Details in den [Installationshinweisen](INSTALL.md).
119
118
 
120
119
  ```bash
121
120
  # aktuelle npm-Version (empfohlen)
122
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
121
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
123
122
 
124
123
  # Entwicklung/Alternativ: von GitHub
125
124
  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.6.0 · antes `dsh-grok-build`
7
+ **v0.6.2 · 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.6.0` (versión actual) | No se publicó un paquete npm legado |
31
+ | npm | `dsh-coding-subscription-oauth@0.6.2` (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 |
@@ -77,14 +77,13 @@ Estas búsquedas y errores de DSH suelen traer a la gente hasta aquí.
77
77
 
78
78
  ```bash
79
79
  # 1. instala el plugin en el perfil web (versión actual de npm)
80
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
80
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
81
81
 
82
82
  # 2. opcional — Google Antigravity (versión fija revisada)
83
83
  dsh plugin --profile web add dsh-agy@0.1.2
84
84
 
85
- # 3. reinicia el servicio dsh web residente
86
- # Local service-manager example only; `dsh web` is the official CLI alias for the web profile.
87
- systemctl --user restart dsh-web.service
85
+ # 3. reinicia el proceso DSH Web existente con el gestor de procesos configurado
86
+ # `dsh web` es el alias oficial de CLI, no un nombre de servicio.
88
87
  ```
89
88
 
90
89
  Luego abre **Settings → Coding OAuth** e inicia sesión en cualquier proveedor. Listo — elige tu modelo autenticado en el selector.
@@ -115,11 +114,11 @@ Luego abre **Settings → Coding OAuth** e inicia sesión en cualquier proveedor
115
114
 
116
115
  ## Instalación
117
116
 
118
- Requiere DeepSeek Harness `0.1.0-rc.6+` y Node.js 22.19+. Detalles completos en las [notas de instalación](INSTALL.md).
117
+ Requiere DeepSeek Harness `0.1.1-rc.2` y Node.js 22.19+. Detalles completos en las [notas de instalación](INSTALL.md).
119
118
 
120
119
  ```bash
121
120
  # versión actual de npm (recomendado)
122
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
121
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
123
122
 
124
123
  # desarrollo/alternativo: desde GitHub
125
124
  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.6.0 · anciennement `dsh-grok-build`
7
+ **v0.6.2 · 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.6.0` (version actuelle) | Aucun ancien paquet npm n'a été publié |
31
+ | npm | `dsh-coding-subscription-oauth@0.6.2` (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é |
@@ -77,14 +77,13 @@ Ce sont les recherches et erreurs DSH qui mènent le plus souvent ici.
77
77
 
78
78
  ```bash
79
79
  # 1. installez le plugin dans le profil web (version actuelle npm)
80
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
80
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
81
81
 
82
82
  # 2. optionnel — Google Antigravity (version épinglée examinée)
83
83
  dsh plugin --profile web add dsh-agy@0.1.2
84
84
 
85
- # 3. redémarrez le service dsh web résident
86
- # Local service-manager example only; `dsh web` is the official CLI alias for the web profile.
87
- systemctl --user restart dsh-web.service
85
+ # 3. redémarrez le processus DSH Web existant avec le gestionnaire configuré
86
+ # `dsh web` est l’alias CLI officiel, pas un nom de service.
88
87
  ```
89
88
 
90
89
  Ensuite ouvrez **Settings → Coding OAuth** et connectez-vous à n'importe quel fournisseur. C'est tout — choisissez votre modèle authentifié dans le sélecteur.
@@ -115,11 +114,11 @@ Ensuite ouvrez **Settings → Coding OAuth** et connectez-vous à n'importe quel
115
114
 
116
115
  ## Installation
117
116
 
118
- Nécessite DeepSeek Harness `0.1.0-rc.6+` et Node.js 22.19+. Détails complets dans les [notes d'installation](INSTALL.md).
117
+ Nécessite DeepSeek Harness `0.1.1-rc.2` et Node.js 22.19+. Détails complets dans les [notes d'installation](INSTALL.md).
119
118
 
120
119
  ```bash
121
120
  # version actuelle npm (recommandé)
122
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
121
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
123
122
 
124
123
  # développement/alternatif : depuis GitHub
125
124
  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.6.0 · 旧名 `dsh-grok-build`
7
+ **v0.6.2 · 旧名 `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.6.0`(現在のリリース) | 旧 npm パッケージは公開されていない |
30
+ | npm | `dsh-coding-subscription-oauth@0.6.2`(現在のリリース) | 旧 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/*` | 変更なし |
@@ -77,14 +77,13 @@ DSH にコーディングサブスクを載せるとき、よく次の検索語
77
77
 
78
78
  ```bash
79
79
  # 1. web プロファイルにプラグインをインストール(現在の npm リリース)
80
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
80
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
81
81
 
82
82
  # 2. 任意 — Google Antigravity(レビュー済みの固定バージョン)
83
83
  dsh plugin --profile web add dsh-agy@0.1.2
84
84
 
85
- # 3. 常駐している dsh web サービスを再起動
86
- # Local service-manager example only; `dsh web` is the official CLI alias for the web profile.
87
- systemctl --user restart dsh-web.service
85
+ # 3. 実際に設定したプロセスマネージャーで既存の DSH Web プロセスを再起動
86
+ # `dsh web` は公式 CLI エイリアスであり、サービス名ではありません。
88
87
  ```
89
88
 
90
89
  次に **Settings → Coding OAuth** を開いて任意のプロバイダーにサインインします。これで完了です——セレクターから認証済みモデルを選べます。
@@ -115,11 +114,11 @@ systemctl --user restart dsh-web.service
115
114
 
116
115
  ## インストール
117
116
 
118
- DeepSeek Harness `0.1.0-rc.6+` と Node.js 22.19+ が前提です。詳細は[インストールノート](INSTALL.md)をご覧ください。
117
+ DeepSeek Harness `0.1.1-rc.2` と Node.js 22.19+ が前提です。詳細は[インストールノート](INSTALL.md)をご覧ください。
119
118
 
120
119
  ```bash
121
120
  # 現在の npm リリース(推奨)
122
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
121
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
123
122
 
124
123
  # 開発/代替:GitHub から
125
124
  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.6.0 · 이전 이름 `dsh-grok-build`
7
+ **v0.6.2 · 이전 이름 `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.6.0`(현재 릴리스) | 레거시 npm 패키지는 게시된 적 없음 |
30
+ | npm | `dsh-coding-subscription-oauth@0.6.2`(현재 릴리스) | 레거시 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/*` | 그대로 |
@@ -77,14 +77,13 @@
77
77
 
78
78
  ```bash
79
79
  # 1. web 프로필에 플러그인 설치 (현재 npm 릴리스)
80
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
80
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
81
81
 
82
82
  # 2. 선택 사항 — Google Antigravity (검증된 고정 버전)
83
83
  dsh plugin --profile web add dsh-agy@0.1.2
84
84
 
85
- # 3. 상주하는 dsh web 서비스 재시작
86
- # Local service-manager example only; `dsh web` is the official CLI alias for the web profile.
87
- systemctl --user restart dsh-web.service
85
+ # 3. 실제로 구성한 프로세스 관리자로 기존 DSH Web 프로세스 재시작
86
+ # `dsh web`은 공식 CLI 별칭이지 서비스 이름이 아닙니다.
88
87
  ```
89
88
 
90
89
  그런 다음 **Settings → Coding OAuth**를 열고 원하는 프로바이더에 로그인하세요. 완료입니다 — 선택기에서 인증된 모델을 선택하면 됩니다.
@@ -115,11 +114,11 @@ systemctl --user restart dsh-web.service
115
114
 
116
115
  ## 설치
117
116
 
118
- DeepSeek Harness `0.1.0-rc.6+` 및 Node.js 22.19+가 필요합니다. 자세한 내용은 [설치 노트](INSTALL.md)를 참조하세요.
117
+ DeepSeek Harness `0.1.1-rc.2` 및 Node.js 22.19+가 필요합니다. 자세한 내용은 [설치 노트](INSTALL.md)를 참조하세요.
119
118
 
120
119
  ```bash
121
120
  # 현재 npm 릴리스 (권장)
122
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
121
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
123
122
 
124
123
  # 개발/대안: GitHub에서
125
124
  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.6.0** · formerly `dsh-grok-build`
7
+ **v0.6.2** · 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
 
@@ -17,7 +17,7 @@
17
17
 
18
18
  ---
19
19
 
20
- > **Upgrade / 升级:** Follow the versioned steps in [`INSTALL.md`](INSTALL.md). Install into the existing `web` profile, keep profile/config/credential files, and restart one existing DSH Web process after all packages are updated. When Hub and Subscription are both used, `dsh-coding-oauth-core@0.1.0` is their shared npm dependency, not a separate DSH plugin.
20
+ > **Upgrade / 升级:** Follow the versioned steps in [`INSTALL.md`](INSTALL.md). `0.6.2` includes the strict Cordis injection startup fix and DSH `0.1.1-rc.2` support; keep profile/config/credential files and restart one existing DSH Web process only after updating. `dsh-coding-oauth-core@0.1.0` remains a shared npm dependency, not a separate DSH plugin.
21
21
 
22
22
  ---
23
23
 
@@ -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.6.0`: `dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0` | No legacy npm package was published |
30
+ | npm (recommended) | Current release is `0.6.2`: `dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2` | 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 |
@@ -81,14 +81,13 @@ Grok Build device login, live `/v1/models-v2` and Responses streaming are verifi
81
81
 
82
82
  ```bash
83
83
  # 1. install the current npm release into the web profile
84
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
84
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
85
85
 
86
86
  # 2. optional — Google Antigravity (pinned, reviewed version)
87
87
  dsh plugin --profile web add dsh-agy@0.1.2
88
88
 
89
- # 3. restart the resident DSH Web process
90
- # Local service-manager example only; `dsh web` is the official CLI alias for the web profile, not a systemd unit name.
91
- systemctl --user restart dsh-web.service
89
+ # 3. restart the existing DSH Web process with its configured process manager
90
+ # `dsh web` is the official CLI alias for the web profile, not a service-unit name.
92
91
  ```
93
92
 
94
93
  Then open **Settings → Coding OAuth** and sign in to any provider. Done — pick your authenticated model from the selector.
@@ -119,11 +118,11 @@ Then open **Settings → Coding OAuth** and sign in to any provider. Done — pi
119
118
 
120
119
  ## Install
121
120
 
122
- Requires DeepSeek Harness `0.1.0-rc.6+` and Node.js 22.19+. Full details in the [installation notes](INSTALL.md).
121
+ Requires DeepSeek Harness `0.1.1-rc.2` and Node.js 22.19+. Full details in the [installation notes](INSTALL.md).
123
122
 
124
123
  ```bash
125
124
  # current npm release
126
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
125
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
127
126
 
128
127
  # development / alternative: from GitHub
129
128
  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.6.0 · antigo `dsh-grok-build`
7
+ **v0.6.2 · 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.6.0` (versão atual) | Nenhum pacote npm legado foi publicado |
31
+ | npm | `dsh-coding-subscription-oauth@0.6.2` (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 |
@@ -77,14 +77,13 @@ Estas são as buscas e erros do DSH que costumam trazer as pessoas até aqui.
77
77
 
78
78
  ```bash
79
79
  # 1. instale o plugin no perfil web (versão atual do npm)
80
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
80
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
81
81
 
82
82
  # 2. opcional — Google Antigravity (versão fixa revisada)
83
83
  dsh plugin --profile web add dsh-agy@0.1.2
84
84
 
85
- # 3. reinicie o serviço dsh web residente
86
- # Local service-manager example only; `dsh web` is the official CLI alias for the web profile.
87
- systemctl --user restart dsh-web.service
85
+ # 3. reinicie o processo DSH Web existente com o gerenciador configurado
86
+ # `dsh web` é o alias oficial da CLI, não um nome de serviço.
88
87
  ```
89
88
 
90
89
  Depois abra **Settings → Coding OAuth** e faça login em qualquer provedor. Pronto — escolha seu modelo autenticado no seletor.
@@ -115,11 +114,11 @@ Depois abra **Settings → Coding OAuth** e faça login em qualquer provedor. Pr
115
114
 
116
115
  ## Instalação
117
116
 
118
- Requer DeepSeek Harness `0.1.0-rc.6+` e Node.js 22.19+. Detalhes completos nas [notas de instalação](INSTALL.md).
117
+ Requer DeepSeek Harness `0.1.1-rc.2` e Node.js 22.19+. Detalhes completos nas [notas de instalação](INSTALL.md).
119
118
 
120
119
  ```bash
121
120
  # versão atual do npm (recomendado)
122
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
121
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
123
122
 
124
123
  # desenvolvimento/alternativo: do GitHub
125
124
  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.6.0 · ранее `dsh-grok-build`
7
+ **v0.6.2 · ранее `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.6.0` (текущая версия) | Старого npm-пакета не было |
31
+ | npm | `dsh-coding-subscription-oauth@0.6.2` (текущая версия) | Старого 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/*` | без изменений |
@@ -77,14 +77,13 @@
77
77
 
78
78
  ```bash
79
79
  # 1. установите текущую npm-версию в web-профиль
80
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
80
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
81
81
 
82
82
  # 2. опционально — Google Antigravity (зафиксированная проверенная версия)
83
83
  dsh plugin --profile web add dsh-agy@0.1.2
84
84
 
85
- # 3. перезапустите резидентный сервис dsh web
86
- # Local service-manager example only; `dsh web` is the official CLI alias for the web profile.
87
- systemctl --user restart dsh-web.service
85
+ # 3. перезапустите существующий процесс DSH Web через настроенный менеджер процессов
86
+ # `dsh web` официальный псевдоним CLI, а не имя службы.
88
87
  ```
89
88
 
90
89
  Затем откройте **Settings → Coding OAuth** и войдите в любого провайдера. Готово — выберите авторизованную модель в селекторе.
@@ -115,11 +114,11 @@ systemctl --user restart dsh-web.service
115
114
 
116
115
  ## Установка
117
116
 
118
- Требуется DeepSeek Harness `0.1.0-rc.6+` и Node.js 22.19+. Полные детали в [заметках по установке](INSTALL.md).
117
+ Требуется DeepSeek Harness `0.1.1-rc.2` и Node.js 22.19+. Полные детали в [заметках по установке](INSTALL.md).
119
118
 
120
119
  ```bash
121
120
  # текущая npm-версия (рекомендуется)
122
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
121
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
123
122
 
124
123
  # разработка/альтернатива: из GitHub
125
124
  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.6.0** · 原名 `dsh-grok-build`
7
+ **v0.6.2** · 原名 `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
 
@@ -17,7 +17,7 @@
17
17
 
18
18
  ---
19
19
 
20
- > **Upgrade / 升级:** Follow the versioned steps in [`INSTALL.md`](INSTALL.md). Install into the existing `web` profile, keep profile/config/credential files, and restart one existing DSH Web process after all packages are updated. When Hub and Subscription are both used, `dsh-coding-oauth-core@0.1.0` is their shared npm dependency, not a separate DSH plugin.
20
+ > **升级:** [`INSTALL.md`](INSTALL.md) 的版本化步骤操作。`0.6.2` 包含严格 Cordis 注入启动修复并正式支持 DSH `0.1.1-rc.2`;保留 profile、配置和凭据文件,更新后再重启一次现有 DSH Web 进程。`dsh-coding-oauth-core@0.1.0` 仍是共享 npm 依赖,不是需要单独安装的 DSH 插件。
21
21
 
22
22
  ---
23
23
 
@@ -27,7 +27,7 @@
27
27
 
28
28
  | | 请用这个 | 仍然可用 |
29
29
  |---|---|---|
30
- | npm(推荐) | 当前版本是 `0.6.0`:`dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0` | 没有发布过旧 npm 包 |
30
+ | npm(推荐) | 当前版本是 `0.6.2`:`dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2` | 没有发布过旧 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` | 不变 |
@@ -79,14 +79,13 @@
79
79
 
80
80
  ```bash
81
81
  # 1. 安装当前 npm 发布版到 web profile
82
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
82
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
83
83
 
84
84
  # 2. 可选 —— Google Antigravity(固定审核过的版本)
85
85
  dsh plugin --profile web add dsh-agy@0.1.2
86
86
 
87
- # 3. 重启常驻的 dsh web 服务
88
- # 仅示范本机服务管理器;官方 `dsh web` 是启动 web profile 的 CLI 别名,不是 systemd 单元名。
89
- systemctl --user restart dsh-web.service
87
+ # 3. 使用本机实际配置的进程管理器重启现有 DSH Web 进程
88
+ # 官方 `dsh web` 是启动 web profile 的 CLI 别名,不是服务单元名。
90
89
  ```
91
90
 
92
91
  然后打开 **设置 → 编码 OAuth** 登录任一供应商即可。选择器会自动列出已认证的模型。
@@ -117,11 +116,11 @@ systemctl --user restart dsh-web.service
117
116
 
118
117
  ## 安装
119
118
 
120
- 需要 DeepSeek Harness `0.1.0-rc.6+` 与 Node.js 22.19+。完整细节见[安装说明](INSTALL.md)。
119
+ 需要 DeepSeek Harness `0.1.1-rc.2` 与 Node.js 22.19+。完整细节见[安装说明](INSTALL.md)。
121
120
 
122
121
  ```bash
123
122
  # 当前 npm 版本
124
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0
123
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2
125
124
 
126
125
  # 开发 / 备用:从 GitHub 安装
127
126
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
@@ -2,42 +2,29 @@
2
2
  "schemaVersion": 1,
3
3
  "coreAbi": "dsh-coding-oauth-core/v1",
4
4
  "verified": {
5
- "id": "dsh-0.1.0-rc.6",
6
- "dshVersion": "0.1.0-rc.6",
5
+ "id": "dsh-0.1.1-rc.2",
6
+ "dshVersion": "0.1.1-rc.2",
7
7
  "packages": {
8
8
  "@deepseek-ai/cordis": "4.0.1",
9
- "@deepseek-ai/dsh-atomic-write": "0.1.0-rc.6",
10
- "@deepseek-ai/dsh-attachment": "0.1.0-rc.6",
11
- "@deepseek-ai/dsh-client-locale": "0.1.0-rc.6",
12
- "@deepseek-ai/dsh-client-runtime": "0.1.0-rc.6",
13
- "@deepseek-ai/dsh-client-ui-settings": "0.1.0-rc.6",
14
- "@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.6",
15
- "@deepseek-ai/dsh-client-web": "0.1.0-rc.6",
16
- "@deepseek-ai/dsh-credentials": "0.1.0-rc.6",
17
- "@deepseek-ai/dsh-home-paths": "0.1.0-rc.6",
18
- "@deepseek-ai/dsh-host-webserver": "0.1.0-rc.6",
19
- "@deepseek-ai/dsh-invariants": "0.1.0-rc.6",
20
- "@deepseek-ai/dsh-llm": "0.1.0-rc.6",
21
- "@deepseek-ai/dsh-llm-pi-ai": "0.1.0-rc.6",
22
- "@deepseek-ai/dsh-tools": "0.1.0-rc.6",
9
+ "@deepseek-ai/dsh-atomic-write": "0.1.1-rc.2",
10
+ "@deepseek-ai/dsh-attachment": "0.1.1-rc.2",
11
+ "@deepseek-ai/dsh-client-locale": "0.1.1-rc.2",
12
+ "@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2",
13
+ "@deepseek-ai/dsh-client-ui-settings": "0.1.1-rc.2",
14
+ "@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.2",
15
+ "@deepseek-ai/dsh-client-web": "0.1.1-rc.2",
16
+ "@deepseek-ai/dsh-credentials": "0.1.1-rc.2",
17
+ "@deepseek-ai/dsh-home-paths": "0.1.1-rc.2",
18
+ "@deepseek-ai/dsh-host-webserver": "0.1.1-rc.2",
19
+ "@deepseek-ai/dsh-invariants": "0.1.1-rc.2",
20
+ "@deepseek-ai/dsh-llm": "0.1.1-rc.2",
21
+ "@deepseek-ai/dsh-llm-pi-ai": "0.1.1-rc.2",
22
+ "@deepseek-ai/dsh-tools": "0.1.1-rc.2",
23
23
  "@deepseek-ai/schemastery": "3.18.1",
24
24
  "@earendil-works/pi-ai": "0.84.2",
25
25
  "react": "18.3.1",
26
26
  "react-dom": "18.3.1"
27
27
  }
28
28
  },
29
- "candidates": [
30
- {
31
- "id": "dsh-0.1.0-rc.7",
32
- "dshVersion": "0.1.0-rc.7",
33
- "releaseLine": "0.1.0-rc.7",
34
- "status": "unverified"
35
- },
36
- {
37
- "id": "dsh-0.1.1-rc.2",
38
- "dshVersion": "0.1.1-rc.2",
39
- "releaseLine": "0.1.1-rc.2",
40
- "status": "unverified"
41
- }
42
- ]
29
+ "candidates": []
43
30
  }
package/cordis.patch.yml CHANGED
File without changes
File without changes
@@ -122,7 +122,7 @@ This project does not replicate the private Google Antigravity protocol. The pro
122
122
 
123
123
  ## 6. Compatibility
124
124
 
125
- 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.6.0`** (`dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0`). GitHub and local tarball installs remain valid.
125
+ 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.6.2`** (`dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2`), verified against DSH **`0.1.1-rc.2`**. GitHub and local tarball installs remain valid.
126
126
 
127
127
  Stable on-disk / in-process identifiers (do not rename without a migration):
128
128
 
@@ -122,7 +122,7 @@ POST /plugins/dsh-grok-build/gateway/rotate
122
122
 
123
123
  ## 6. 兼容性
124
124
 
125
- 正式包名与仓库名是 **`dsh-coding-subscription-oauth`**。旧 GitHub 地址仍指向同一条 `main`,因此旧的 `dsh plugin add github:lninghaha/dsh-grok-build` 仍会安装更名后的包。第一次公开 npm / GitHub Release 是 **`0.4.1`**。当前版本是 **`0.6.0`**(`dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.0`)。GitHub 与本地 tarball 安装仍然有效。
125
+ 正式包名与仓库名是 **`dsh-coding-subscription-oauth`**。旧 GitHub 地址仍指向同一条 `main`,因此旧的 `dsh plugin add github:lninghaha/dsh-grok-build` 仍会安装更名后的包。第一次公开 npm / GitHub Release 是 **`0.4.1`**。当前版本是 **`0.6.2`**(`dsh plugin --profile web add dsh-coding-subscription-oauth@0.6.2`),精确验证 DSH **`0.1.1-rc.2`**。GitHub 与本地 tarball 安装仍然有效。
126
126
 
127
127
  以下标识保持稳定(无迁移方案前不要改名):
128
128