dsh-coding-subscription-oauth 0.5.1 → 0.5.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/CHANGELOG.md CHANGED
@@ -4,6 +4,12 @@ All notable changes to `dsh-coding-subscription-oauth` are documented here, foll
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ## v0.5.2 - 2026-08-18
8
+
9
+ ### Documentation
10
+
11
+ - Make the published npm package the first installation path for normal users; keep GitHub and local-directory installs explicitly as development or fallback options.
12
+
7
13
  ## v0.5.1 - 2026-08-18
8
14
 
9
15
  ### Documentation
package/INSTALL.md CHANGED
@@ -1,17 +1,17 @@
1
1
  # 安装与使用 · dsh-coding-subscription-oauth
2
2
 
3
- 本仓库原名 **`dsh-grok-build`**。新安装请用:
3
+ 本仓库原名 **`dsh-grok-build`**。普通用户请使用已发布的 npm 版本:
4
4
 
5
5
  ```bash
6
- dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
6
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.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.5.1`**:
11
+ 第一次公开发布是 **`0.4.1`**。当前推荐 **`0.5.2`**:
12
12
 
13
13
  ```bash
14
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.1
14
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
15
15
  dsh plugin --profile web update dsh-coding-subscription-oauth
16
16
  ```
17
17
 
@@ -27,11 +27,14 @@ dsh plugin --profile web update dsh-coding-subscription-oauth
27
27
  ## 安装
28
28
 
29
29
  ```bash
30
- # GitHub
30
+ # 普通用户:当前 npm 发布版
31
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
32
+
33
+ # 开发 / 备用:从 GitHub
31
34
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
32
35
 
33
- # 或本地开发目录
34
- dsh plugin --profile web add ./dsh-coding-subscription-oauth
36
+ # 本地开发目录(备用)
37
+ # dsh plugin --profile web add ./dsh-coding-subscription-oauth
35
38
 
36
39
  # Google Antigravity 可选依赖,固定版本
37
40
  dsh plugin --profile web add dsh-agy@0.1.2
package/README.de.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 🔐 dsh-coding-subscription-oauth
6
6
 
7
- **v0.5.1 · früher `dsh-grok-build`
7
+ **v0.5.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
 
@@ -24,7 +24,7 @@ Zuerst **`dsh-grok-build`** (nur Grok Build). Jetzt SuperGrok / Codex / Kimi / C
24
24
  | | Das verwenden | Funktioniert weiter |
25
25
  |---|---|---|
26
26
  | GitHub / `dsh plugin add` | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | `github:lninghaha/dsh-grok-build` (derselbe `main`) |
27
- | npm | Noch nicht veröffentlicht; von GitHub installieren | Es gab kein altes npm-Paket |
27
+ | npm | `dsh-coding-subscription-oauth@0.5.2` (aktuelle Version) | Es gab kein altes npm-Paket |
28
28
  | CLI | `dsh-coding-oauth` | `dsh-grok-build` |
29
29
  | Cordis-Plugin-id | `llm-grok-build-oauth` | unverändert |
30
30
  | Settings-HTTP-API | `/plugins/dsh-grok-build/*` | unverändert |
@@ -70,8 +70,8 @@ Diese Suchbegriffe und DSH-Fehler führen meist hierher.
70
70
  ## 🚀 Schnellstart
71
71
 
72
72
  ```bash
73
- # 1. Plugin in das Web-Profil installieren
74
- dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
73
+ # 1. Plugin in das Web-Profil installieren (aktuelle npm-Version)
74
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
75
75
 
76
76
  # 2. optional — Google Antigravity (gepinnte, geprüfte Version)
77
77
  dsh plugin --profile web add dsh-agy@0.1.2
@@ -106,10 +106,13 @@ Danach **Settings → Coding OAuth** öffnen und bei einem beliebigen Anbieter a
106
106
  Erfordert DeepSeek Harness `0.1.0-rc.6+` und Node.js 22.19+. Vollständige Details in den [Installationshinweisen](INSTALL.md).
107
107
 
108
108
  ```bash
109
- # von GitHub
109
+ # aktuelle npm-Version (empfohlen)
110
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
111
+
112
+ # Entwicklung/Alternativ: von GitHub
110
113
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
111
114
 
112
- # oder ein lokales Entwicklungs-Checkout
115
+ # Entwicklung/Alternativ: ein lokales Entwicklungs-Checkout
113
116
  dsh plugin --profile web add ./dsh-coding-subscription-oauth
114
117
  ```
115
118
 
package/README.es.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 🔐 dsh-coding-subscription-oauth
6
6
 
7
- **v0.5.1 · antes `dsh-grok-build`
7
+ **v0.5.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
 
@@ -24,7 +24,7 @@ Empezó como **`dsh-grok-build`** (solo Grok Build). Ahora cubre SuperGrok / Cod
24
24
  | | Usa esto | Sigue funcionando |
25
25
  |---|---|---|
26
26
  | GitHub / `dsh plugin add` | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | `github:lninghaha/dsh-grok-build` (el mismo `main`) |
27
- | npm | Aún no publicado; instala desde GitHub | No se publicó un paquete npm legado |
27
+ | npm | `dsh-coding-subscription-oauth@0.5.2` (versión actual) | No se publicó un paquete npm legado |
28
28
  | CLI | `dsh-coding-oauth` | `dsh-grok-build` |
29
29
  | Cordis plugin id | `llm-grok-build-oauth` | sin cambios |
30
30
  | API HTTP de ajustes | `/plugins/dsh-grok-build/*` | sin cambios |
@@ -70,8 +70,8 @@ Estas búsquedas y errores de DSH suelen traer a la gente hasta aquí.
70
70
  ## 🚀 Inicio rápido
71
71
 
72
72
  ```bash
73
- # 1. instala el plugin en el perfil web
74
- dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
73
+ # 1. instala el plugin en el perfil web (versión actual de npm)
74
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
75
75
 
76
76
  # 2. opcional — Google Antigravity (versión fija revisada)
77
77
  dsh plugin --profile web add dsh-agy@0.1.2
@@ -106,10 +106,13 @@ Luego abre **Settings → Coding OAuth** e inicia sesión en cualquier proveedor
106
106
  Requiere DeepSeek Harness `0.1.0-rc.6+` y Node.js 22.19+. Detalles completos en las [notas de instalación](INSTALL.md).
107
107
 
108
108
  ```bash
109
- # desde GitHub
109
+ # versión actual de npm (recomendado)
110
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
111
+
112
+ # desarrollo/alternativo: desde GitHub
110
113
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
111
114
 
112
- # o un checkout local de desarrollo
115
+ # desarrollo/alternativo: un checkout local de desarrollo
113
116
  dsh plugin --profile web add ./dsh-coding-subscription-oauth
114
117
  ```
115
118
 
package/README.fr.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 🔐 dsh-coding-subscription-oauth
6
6
 
7
- **v0.5.1 · anciennement `dsh-grok-build`
7
+ **v0.5.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
 
@@ -24,7 +24,7 @@ Le projet s'appelait **`dsh-grok-build`** (Grok Build uniquement). Il couvre mai
24
24
  | | Utiliser | Toujours valable |
25
25
  |---|---|---|
26
26
  | GitHub / `dsh plugin add` | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | `github:lninghaha/dsh-grok-build` (même `main`) |
27
- | npm | Pas encore publié ; installer depuis GitHub | Aucun ancien paquet npm n'a été publié |
27
+ | npm | `dsh-coding-subscription-oauth@0.5.2` (version actuelle) | Aucun ancien paquet npm n'a été publié |
28
28
  | CLI | `dsh-coding-oauth` | `dsh-grok-build` |
29
29
  | Cordis plugin id | `llm-grok-build-oauth` | inchangé |
30
30
  | API HTTP des réglages | `/plugins/dsh-grok-build/*` | inchangé |
@@ -70,8 +70,8 @@ Ce sont les recherches et erreurs DSH qui mènent le plus souvent ici.
70
70
  ## 🚀 Démarrage rapide
71
71
 
72
72
  ```bash
73
- # 1. installez le plugin dans le profil web
74
- dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
73
+ # 1. installez le plugin dans le profil web (version actuelle npm)
74
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
75
75
 
76
76
  # 2. optionnel — Google Antigravity (version épinglée examinée)
77
77
  dsh plugin --profile web add dsh-agy@0.1.2
@@ -106,10 +106,13 @@ Ensuite ouvrez **Settings → Coding OAuth** et connectez-vous à n'importe quel
106
106
  Nécessite DeepSeek Harness `0.1.0-rc.6+` et Node.js 22.19+. Détails complets dans les [notes d'installation](INSTALL.md).
107
107
 
108
108
  ```bash
109
- # depuis GitHub
109
+ # version actuelle npm (recommandé)
110
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
111
+
112
+ # développement/alternatif : depuis GitHub
110
113
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
111
114
 
112
- # ou un checkout local de développement
115
+ # développement/alternatif : un checkout local de développement
113
116
  dsh plugin --profile web add ./dsh-coding-subscription-oauth
114
117
  ```
115
118
 
package/README.ja.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 🔐 dsh-coding-subscription-oauth
6
6
 
7
- **v0.5.1 · 旧名 `dsh-grok-build`
7
+ **v0.5.2 · 旧名 `dsh-grok-build`
8
8
 
9
9
  **DeepSeek Harness(dsh)のためのコーディングサブスクリプション OAuth プラグイン。** 支払い済みのサブスクリプションで一度きりのサインイン——その後は dsh の設定ページまたは CLI からそのモデルを使えます。**チャットにトークンを貼り付ける必要はありません。**
10
10
 
@@ -24,7 +24,7 @@
24
24
  | | これを使う | 互換 |
25
25
  |---|---|---|
26
26
  | GitHub / `dsh plugin add` | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | `github:lninghaha/dsh-grok-build`(同じ `main`) |
27
- | npm | 未公開。GitHub からインストール | 旧 npm パッケージは公開されていない |
27
+ | npm | `dsh-coding-subscription-oauth@0.5.2`(現在のリリース) | 旧 npm パッケージは公開されていない |
28
28
  | CLI | `dsh-coding-oauth` | `dsh-grok-build` |
29
29
  | Cordis プラグイン id | `llm-grok-build-oauth` | 変更なし |
30
30
  | 設定ページ HTTP API | `/plugins/dsh-grok-build/*` | 変更なし |
@@ -70,8 +70,8 @@ DSH にコーディングサブスクを載せるとき、よく次の検索語
70
70
  ## 🚀 クイックスタート
71
71
 
72
72
  ```bash
73
- # 1. web プロファイルにプラグインをインストール
74
- dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
73
+ # 1. web プロファイルにプラグインをインストール(現在の npm リリース)
74
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
75
75
 
76
76
  # 2. 任意 — Google Antigravity(レビュー済みの固定バージョン)
77
77
  dsh plugin --profile web add dsh-agy@0.1.2
@@ -106,10 +106,13 @@ systemctl --user restart dsh-web.service
106
106
  DeepSeek Harness `0.1.0-rc.6+` と Node.js 22.19+ が前提です。詳細は[インストールノート](INSTALL.md)をご覧ください。
107
107
 
108
108
  ```bash
109
- # GitHub から
109
+ # 現在の npm リリース(推奨)
110
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
111
+
112
+ # 開発/代替:GitHub から
110
113
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
111
114
 
112
- # またはローカルの開発ディレクトリから
115
+ # 開発/代替:ローカルの開発ディレクトリから
113
116
  dsh plugin --profile web add ./dsh-coding-subscription-oauth
114
117
  ```
115
118
 
package/README.ko.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 🔐 dsh-coding-subscription-oauth
6
6
 
7
- **v0.5.1 · 이전 이름 `dsh-grok-build`
7
+ **v0.5.2 · 이전 이름 `dsh-grok-build`
8
8
 
9
9
  **[DeepSeek Harness](https://github.com/deepseek-ai/dsh)용 코딩 구독 OAuth 플러그인.** 이미 결제한 구독으로 한 번에 로그인하고, dsh 설정 페이지나 CLI에서 그 모델을 사용하세요. **채팅에 토큰을 붙여넣을 필요가 없습니다.**
10
10
 
@@ -24,7 +24,7 @@
24
24
  | | 이것을 쓰세요 | 계속 동작 |
25
25
  |---|---|---|
26
26
  | GitHub / `dsh plugin add` | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | `github:lninghaha/dsh-grok-build`(같은 `main`) |
27
- | npm | 아직 게시되지 않음. GitHub에서 설치 | 레거시 npm 패키지는 게시된 적 없음 |
27
+ | npm | `dsh-coding-subscription-oauth@0.5.2`(현재 릴리스) | 레거시 npm 패키지는 게시된 적 없음 |
28
28
  | CLI | `dsh-coding-oauth` | `dsh-grok-build` |
29
29
  | Cordis 플러그인 id | `llm-grok-build-oauth` | 그대로 |
30
30
  | 설정 페이지 HTTP API | `/plugins/dsh-grok-build/*` | 그대로 |
@@ -70,8 +70,8 @@
70
70
  ## 🚀 빠른 시작
71
71
 
72
72
  ```bash
73
- # 1. web 프로필에 플러그인 설치
74
- dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
73
+ # 1. web 프로필에 플러그인 설치 (현재 npm 릴리스)
74
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
75
75
 
76
76
  # 2. 선택 사항 — Google Antigravity (검증된 고정 버전)
77
77
  dsh plugin --profile web add dsh-agy@0.1.2
@@ -106,10 +106,13 @@ systemctl --user restart dsh-web.service
106
106
  DeepSeek Harness `0.1.0-rc.6+` 및 Node.js 22.19+가 필요합니다. 자세한 내용은 [설치 노트](INSTALL.md)를 참조하세요.
107
107
 
108
108
  ```bash
109
- # GitHub에서
109
+ # 현재 npm 릴리스 (권장)
110
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
111
+
112
+ # 개발/대안: GitHub에서
110
113
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
111
114
 
112
- # 또는 로컬 개발 디렉터리에서
115
+ # 개발/대안: 로컬 개발 디렉터리에서
113
116
  dsh plugin --profile web add ./dsh-coding-subscription-oauth
114
117
  ```
115
118
 
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 🔐 dsh-coding-subscription-oauth
6
6
 
7
- **v0.5.1** · formerly `dsh-grok-build`
7
+ **v0.5.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
 
@@ -23,8 +23,8 @@ Published first as **`dsh-grok-build`** when it only covered Grok Build. The cur
23
23
 
24
24
  | | Use this | Still works |
25
25
  |---|---|---|
26
- | GitHub / `dsh plugin add` | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | `github:lninghaha/dsh-grok-build` (same `main`) |
27
- | npm | Current release is `0.5.1`: `dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.1` then `dsh plugin --profile web update dsh-coding-subscription-oauth`. GitHub install still works. | No legacy npm package was published |
26
+ | npm (recommended) | Current release is `0.5.2`: `dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2` | No legacy npm package was published |
27
+ | GitHub / development | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | `github:lninghaha/dsh-grok-build` (same `main`) |
28
28
  | CLI | `dsh-coding-oauth` | `dsh-grok-build` |
29
29
  | Cordis plugin id | `llm-grok-build-oauth` | unchanged |
30
30
  | Settings HTTP API | `/plugins/dsh-grok-build/*` | unchanged |
@@ -77,7 +77,7 @@ Grok Build device login, live `/v1/models-v2` and Responses streaming are verifi
77
77
 
78
78
  ```bash
79
79
  # 1. install the current npm release into the web profile
80
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.1
80
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
81
81
 
82
82
  # 2. optional — Google Antigravity (pinned, reviewed version)
83
83
  dsh plugin --profile web add dsh-agy@0.1.2
@@ -114,10 +114,12 @@ Requires DeepSeek Harness `0.1.0-rc.6+` and Node.js 22.19+. Full details in the
114
114
 
115
115
  ```bash
116
116
  # current npm release
117
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.1
117
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
118
118
 
119
- # or from GitHub / a local dev checkout
119
+ # development / alternative: from GitHub
120
120
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
121
+
122
+ # local development checkout (alternative)
121
123
  # dsh plugin --profile web add ./dsh-coding-subscription-oauth
122
124
  ```
123
125
 
package/README.pt-BR.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 🔐 dsh-coding-subscription-oauth
6
6
 
7
- **v0.5.1 · antigo `dsh-grok-build`
7
+ **v0.5.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
 
@@ -24,7 +24,7 @@ O projeto começou como **`dsh-grok-build`** (só Grok Build). Agora cobre Super
24
24
  | | Use isto | Ainda funciona |
25
25
  |---|---|---|
26
26
  | GitHub / `dsh plugin add` | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | `github:lninghaha/dsh-grok-build` (mesmo `main`) |
27
- | npm | Ainda não publicado; instale pelo GitHub | Nenhum pacote npm legado foi publicado |
27
+ | npm | `dsh-coding-subscription-oauth@0.5.2` (versão atual) | Nenhum pacote npm legado foi publicado |
28
28
  | CLI | `dsh-coding-oauth` | `dsh-grok-build` |
29
29
  | Cordis plugin id | `llm-grok-build-oauth` | inalterado |
30
30
  | API HTTP das configurações | `/plugins/dsh-grok-build/*` | inalterado |
@@ -70,8 +70,8 @@ Estas são as buscas e erros do DSH que costumam trazer as pessoas até aqui.
70
70
  ## 🚀 Início rápido
71
71
 
72
72
  ```bash
73
- # 1. instale o plugin no perfil web
74
- dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
73
+ # 1. instale o plugin no perfil web (versão atual do npm)
74
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
75
75
 
76
76
  # 2. opcional — Google Antigravity (versão fixa revisada)
77
77
  dsh plugin --profile web add dsh-agy@0.1.2
@@ -106,10 +106,13 @@ Depois abra **Settings → Coding OAuth** e faça login em qualquer provedor. Pr
106
106
  Requer DeepSeek Harness `0.1.0-rc.6+` e Node.js 22.19+. Detalhes completos nas [notas de instalação](INSTALL.md).
107
107
 
108
108
  ```bash
109
- # do GitHub
109
+ # versão atual do npm (recomendado)
110
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
111
+
112
+ # desenvolvimento/alternativo: do GitHub
110
113
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
111
114
 
112
- # ou um checkout local de desenvolvimento
115
+ # desenvolvimento/alternativo: um checkout local de desenvolvimento
113
116
  dsh plugin --profile web add ./dsh-coding-subscription-oauth
114
117
  ```
115
118
 
package/README.ru.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 🔐 dsh-coding-subscription-oauth
6
6
 
7
- **v0.5.1 · ранее `dsh-grok-build`
7
+ **v0.5.2 · ранее `dsh-grok-build`
8
8
 
9
9
  **Плагин OAuth для подписок на кодинг для [DeepSeek Harness](https://github.com/deepseek-ai/dsh).** Войдите один раз по уже оплаченным подпискам — и используйте их модели из страницы настроек или CLI dsh. **Никаких вставленных токенов в чат.**
10
10
 
@@ -24,7 +24,7 @@
24
24
  | | Используйте | По-прежнему работает |
25
25
  |---|---|---|
26
26
  | GitHub / `dsh plugin add` | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | `github:lninghaha/dsh-grok-build` (тот же `main`) |
27
- | npm | Пока не опубликовано; ставьте с GitHub | Старого npm-пакета не было |
27
+ | npm | `dsh-coding-subscription-oauth@0.5.2` (текущая версия) | Старого npm-пакета не было |
28
28
  | CLI | `dsh-coding-oauth` | `dsh-grok-build` |
29
29
  | Cordis plugin id | `llm-grok-build-oauth` | без изменений |
30
30
  | HTTP API страницы настроек | `/plugins/dsh-grok-build/*` | без изменений |
@@ -70,8 +70,8 @@
70
70
  ## 🚀 Быстрый старт
71
71
 
72
72
  ```bash
73
- # 1. установите плагин в web-профиль
74
- dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
73
+ # 1. установите текущую npm-версию в web-профиль
74
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
75
75
 
76
76
  # 2. опционально — Google Antigravity (зафиксированная проверенная версия)
77
77
  dsh plugin --profile web add dsh-agy@0.1.2
@@ -106,11 +106,14 @@ systemctl --user restart dsh-web.service
106
106
  Требуется DeepSeek Harness `0.1.0-rc.6+` и Node.js 22.19+. Полные детали в [заметках по установке](INSTALL.md).
107
107
 
108
108
  ```bash
109
- # с GitHub
109
+ # текущая npm-версия (рекомендуется)
110
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
111
+
112
+ # разработка/альтернатива: из GitHub
110
113
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
111
114
 
112
- # или локальный dev-клоун
113
- dsh plugin --profile web add ./dsh-coding-subscription-oauth
115
+ # разработка/альтернатива: локальный checkout
116
+ # dsh plugin --profile web add ./dsh-coding-subscription-oauth
114
117
  ```
115
118
 
116
119
  После установки перезапустите `dsh web`. Проверка на реальном развёртывании:
package/README.zh-CN.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # 🔐 dsh-coding-subscription-oauth
6
6
 
7
- **v0.5.1** · 原名 `dsh-grok-build`
7
+ **v0.5.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
 
@@ -23,8 +23,8 @@
23
23
 
24
24
  | | 请用这个 | 仍然可用 |
25
25
  |---|---|---|
26
- | GitHub / `dsh plugin add` | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | `github:lninghaha/dsh-grok-build`(同一条 `main`) |
27
- | npm | 当前版本是 `0.5.1`:`dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.1`,之后 `dsh plugin --profile web update dsh-coding-subscription-oauth`。GitHub 安装仍然可用。 | 没有发布过旧 npm |
26
+ | npm(推荐) | 当前版本是 `0.5.2`:`dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2` | 没有发布过旧 npm |
27
+ | GitHub / 开发安装 | [`dsh-coding-subscription-oauth`](https://github.com/lninghaha/dsh-coding-subscription-oauth) | `github:lninghaha/dsh-grok-build`(同一条 `main`) |
28
28
  | CLI | `dsh-coding-oauth` | `dsh-grok-build` |
29
29
  | Cordis 插件 id | `llm-grok-build-oauth` | 不变 |
30
30
  | 设置页 HTTP API | `/plugins/dsh-grok-build/*` | 不变 |
@@ -74,8 +74,8 @@
74
74
  ## 🚀 快速开始
75
75
 
76
76
  ```bash
77
- # 1. 安装到 web profile
78
- dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
77
+ # 1. 安装当前 npm 发布版到 web profile
78
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
79
79
 
80
80
  # 2. 可选 —— Google Antigravity(固定审核过的版本)
81
81
  dsh plugin --profile web add dsh-agy@0.1.2
@@ -112,10 +112,12 @@ systemctl --user restart dsh-web.service
112
112
 
113
113
  ```bash
114
114
  # 当前 npm 版本
115
- dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.1
115
+ dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2
116
116
 
117
- # 或从 GitHub / 本地开发目录
117
+ # 开发 / 备用:从 GitHub 安装
118
118
  dsh plugin --profile web add github:lninghaha/dsh-coding-subscription-oauth
119
+
120
+ # 本地开发目录(备用)
119
121
  # dsh plugin --profile web add ./dsh-coding-subscription-oauth
120
122
  ```
121
123
 
@@ -118,7 +118,7 @@ This project does not replicate the private Google Antigravity protocol. The pro
118
118
 
119
119
  ## 6. Compatibility
120
120
 
121
- 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.5.1`** (`dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.1`). GitHub and local tarball installs remain valid.
121
+ 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.5.2`** (`dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2`). GitHub and local tarball installs remain valid.
122
122
 
123
123
  Stable on-disk / in-process identifiers (do not rename without a migration):
124
124
 
@@ -114,7 +114,7 @@ POST /plugins/dsh-grok-build/gateway/rotate
114
114
 
115
115
  ## 6. 兼容性
116
116
 
117
- 正式包名与仓库名是 **`dsh-coding-subscription-oauth`**。旧 GitHub 地址仍指向同一条 `main`,因此旧的 `dsh plugin add github:lninghaha/dsh-grok-build` 仍会安装更名后的包。第一次公开 npm / GitHub Release 是 **`0.4.1`**。当前版本是 **`0.5.1`**(`dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.1`)。GitHub 与本地 tarball 安装仍然有效。
117
+ 正式包名与仓库名是 **`dsh-coding-subscription-oauth`**。旧 GitHub 地址仍指向同一条 `main`,因此旧的 `dsh plugin add github:lninghaha/dsh-grok-build` 仍会安装更名后的包。第一次公开 npm / GitHub Release 是 **`0.4.1`**。当前版本是 **`0.5.2`**(`dsh plugin --profile web add dsh-coding-subscription-oauth@0.5.2`)。GitHub 与本地 tarball 安装仍然有效。
118
118
 
119
119
  以下标识保持稳定(无迁移方案前不要改名):
120
120
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dsh-coding-subscription-oauth",
3
3
  "description": "DeepSeek Harness coding-subscription OAuth: SuperGrok/Grok Build, ChatGPT Plus Codex, Kimi Code, Claude Code. Fixes AUTH API key is invalid, INVALID_REPLAY_STATE, grok-4.6 xhigh, Kimi Bearer vs x-api-key.",
4
- "version": "0.5.1",
4
+ "version": "0.5.2",
5
5
  "publishConfig": {
6
6
  "access": "public",
7
7
  "registry": "https://registry.npmjs.org/"