@seemseam/ccb 8.2.0 → 8.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README/ar.md CHANGED
@@ -6,7 +6,7 @@
6
6
  **نسّق Codex وClaude وGemini وغيرهم من وكلاء CLI ضمن سير عمل مرئي وقابل للتحكم والتدخل المباشر**
7
7
 
8
8
  <p>
9
- <img src="https://img.shields.io/badge/version-8.2.0-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.3.0-orange.svg" alt="version">
10
10
  <img src="https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20WSL-lightgrey.svg" alt="platform">
11
11
  <img src="https://img.shields.io/badge/providers-17%20CLI%20families-0B7285.svg" alt="providers">
12
12
  </p>
@@ -54,18 +54,20 @@
54
54
 
55
55
  ## طريقة التثبيت
56
56
 
57
- ثبّت أو حدّث باستخدام npm:
57
+ ثبّت أو حدّث نسخة CCB التي يديرها npm باستخدام npm:
58
58
 
59
59
  ```bash
60
- npm install -g @seemseam/ccb
60
+ npm install -g @seemseam/ccb@latest
61
61
  ```
62
62
 
63
- بعد تثبيت CCB استخدم updater المدمج:
63
+ للتثبيت من GitHub release أو المصدر استخدم updater المعاملاتي في CCB:
64
64
 
65
65
  ```bash
66
66
  ccb update
67
67
  ```
68
68
 
69
+ في التثبيت الذي يديره npm يعرض `ccb update` أمر npm المكافئ ولا يعدّل payload المضمّن.
70
+
69
71
  <details>
70
72
  <summary><b>حزم GitHub release وخيار التثبيت من المصدر</b></summary>
71
73
 
@@ -180,9 +182,9 @@ ccb update mobile
180
182
  <details>
181
183
  <summary><b>تفاصيل Mobile App وحدود الأمان والمصدر</b></summary>
182
184
 
183
- يتضمن CCB 8.2.0 مصدر Flutter الخاص بـ CCB Mobile داخل [`mobile/`](../mobile/) وينشر Android APK عبر GitHub Releases:
185
+ يتضمن CCB 8.3.0 مصدر Flutter الخاص بـ CCB Mobile داخل [`mobile/`](../mobile/) وينشر Android APK عبر GitHub Releases:
184
186
 
185
- - [تنزيل CCB Mobile v8.2.0 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.2.0/ccb-mobile-v8.2.0.apk)
187
+ - [تنزيل CCB Mobile v8.3.0 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.3.0/ccb-mobile-v8.3.0.apk)
186
188
  - مصدر التطبيق: [`mobile/app`](../mobile/app)
187
189
  - مصدر gateway الخادم: [`lib/mobile_gateway`](../lib/mobile_gateway)
188
190
 
@@ -261,6 +263,27 @@ ccb update rich
261
263
  ## ملاحظات الإصدار
262
264
 
263
265
  <details open>
266
+ <summary><b>v8.3.0</b> - دورات provider دقيقة وسلامة jobs وMobile terminal داخل المشروع</summary>
267
+
268
+ - يربط Kimi وClaude وQoder بعقود turn وactivation وsession وcompletion الأصلية لكل منها.
269
+ - يضيف follow-up للـ active job الدقيق ومراحل تنفيذ مترابطة وتشخيص inbound اليتيم ونتيجة cancellation نهائية.
270
+ - يرث امتدادات providers وإضافات Copilot مع حماية ownership صريحة للـ assets المسقطة.
271
+ - يفوض ترقيات التثبيت المُدار عبر npm إلى npm ويسحب worktrees التي تحتوي markers فقط بصورة متحفظة.
272
+ - يبقي chat وterminal في Mobile داخل workspace المشروع المحدد ويزامن جميع أسطح الإصدار مع 8.3.0.
273
+
274
+ </details>
275
+
276
+ <details>
277
+ <summary><b>v8.2.1</b> - بدء حتمي واستعادة مصادقة قابلة للتنفيذ واتصال Android في الخلفية</summary>
278
+
279
+ - أضيفت حواجز جيل البدء وإثبات الجاهزية المحدود وتشخيصات العمليات والخط الزمني.
280
+ - تتوقف حلقات إعادة التشغيل عند فشل مصادقة المزوّد نهائيًا وتظهر خطوة تسجيل الدخول المطلوبة.
281
+ - أضيف تحكم اختياري لاتصال Android في الخلفية مع حالة رد واحدة قيد التنفيذ لكل Agent.
282
+ - تمت مزامنة حزم Linux وmacOS وnpm وAndroid الموقعة مع 8.2.1.
283
+
284
+ </details>
285
+
286
+ <details>
264
287
  <summary><b>v8.2.0</b> - بدء أسرع وإصلاحات للمزوّدين وموثوقية Mobile</summary>
265
288
 
266
289
  - يقلل العمل المتكرر في بدء ccbd مع الإبقاء على فحوص lifecycle وownership.
package/README/de.md CHANGED
@@ -6,7 +6,7 @@
6
6
  **Koordiniere Codex, Claude, Gemini und andere CLI-Agenten in sichtbaren, steuerbaren Workflows, die du direkt uebernehmen kannst**
7
7
 
8
8
  <p>
9
- <img src="https://img.shields.io/badge/version-8.2.0-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.3.0-orange.svg" alt="version">
10
10
  <img src="https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20WSL-lightgrey.svg" alt="platform">
11
11
  <img src="https://img.shields.io/badge/providers-17%20CLI%20families-0B7285.svg" alt="providers">
12
12
  </p>
@@ -54,18 +54,20 @@
54
54
 
55
55
  ## Installation
56
56
 
57
- Installieren oder aktualisieren Sie mit npm:
57
+ Installieren oder aktualisieren Sie eine von npm verwaltete CCB-Installation mit npm:
58
58
 
59
59
  ```bash
60
- npm install -g @seemseam/ccb
60
+ npm install -g @seemseam/ccb@latest
61
61
  ```
62
62
 
63
- Nach der Installation verwenden Sie den CCB updater:
63
+ Für GitHub-release- oder Source-Installationen verwenden Sie den transaktionalen CCB updater:
64
64
 
65
65
  ```bash
66
66
  ccb update
67
67
  ```
68
68
 
69
+ Bei einer von npm verwalteten Installation zeigt `ccb update` den entsprechenden npm-Befehl an und ändert das eingebettete Payload nicht.
70
+
69
71
  <details>
70
72
  <summary><b>GitHub-release-Pakete und Source-Install als Fallback</b></summary>
71
73
 
@@ -180,9 +182,9 @@ Dieser Befehl fuehrt durch Installation und Konfiguration.
180
182
  <details>
181
183
  <summary><b>Mobile-App-Details, Sicherheitsgrenze und Source</b></summary>
182
184
 
183
- CCB 8.2.0 enthaelt den Flutter-Quellcode von CCB Mobile in [`mobile/`](../mobile/) und veroeffentlicht das Android APK ueber GitHub Releases:
185
+ CCB 8.3.0 enthaelt den Flutter-Quellcode von CCB Mobile in [`mobile/`](../mobile/) und veroeffentlicht das Android APK ueber GitHub Releases:
184
186
 
185
- - [CCB Mobile v8.2.0 APK herunterladen](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.2.0/ccb-mobile-v8.2.0.apk)
187
+ - [CCB Mobile v8.3.0 APK herunterladen](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.3.0/ccb-mobile-v8.3.0.apk)
186
188
  - App-Source: [`mobile/app`](../mobile/app)
187
189
  - Server-gateway-Source: [`lib/mobile_gateway`](../lib/mobile_gateway)
188
190
 
@@ -261,6 +263,27 @@ Danke an [tmux-agent-sidebar](https://github.com/hiroppy/tmux-agent-sidebar) fue
261
263
  ## Release Notes
262
264
 
263
265
  <details open>
266
+ <summary><b>v8.3.0</b> - Exakte Provider-Turns, Job-Integritaet und projektgebundenes Mobile-Terminal</summary>
267
+
268
+ - Bindet Kimi, Claude und Qoder an ihre nativen Turn-, Aktivierungs-, Session- und Completion-Vertraege.
269
+ - Ergaenzt Follow-ups fuer den exakten aktiven Job, korrelierte Ausfuehrungsphasen, Diagnose verwaister Inbounds und terminale Cancellation-Ergebnisse.
270
+ - Uebernimmt Provider-Erweiterungen und Copilot-Plugins mit explizitem Ownership-Schutz fuer projizierte Assets.
271
+ - Delegiert npm-verwaltete Upgrades an npm und entfernt Marker-only-Worktrees konservativ.
272
+ - Haelt Mobile-Chat und -Terminal im Workspace des ausgewaehlten Projekts und synchronisiert alle Release-Oberflaechen mit 8.3.0.
273
+
274
+ </details>
275
+
276
+ <details>
277
+ <summary><b>v8.2.1</b> - Deterministischer Start, klare Auth-Recovery und Android-Hintergrundzugriff</summary>
278
+
279
+ - Fuegt durchgaengige Startup-Generationszaeune, begrenzte Readiness-Nachweise und Zeitliniendiagnosen hinzu.
280
+ - Stoppt aussichtslose Provider-Auth-Neustartschleifen und zeigt die erforderliche Login-Aktion an.
281
+ - Ergaenzt opt-in Android-Hintergrundverbindungen und genau einen laufenden Reply-Status pro Agent.
282
+ - Synchronisiert Linux-, macOS-, npm- und signierte Android-Artefakte auf 8.2.1.
283
+
284
+ </details>
285
+
286
+ <details>
264
287
  <summary><b>v8.2.0</b> - Schnellerer Start, Provider-Fixes und Mobile-Zuverlaessigkeit</summary>
265
288
 
266
289
  - Reduziert wiederholte Arbeit beim ccbd-Start, ohne Lifecycle- und Ownership-Pruefungen abzuschwaechen.
package/README/es.md CHANGED
@@ -6,7 +6,7 @@
6
6
  **Coordina Codex, Claude, Gemini y otros agentes CLI en flujos visibles y controlables que puedes tomar directamente**
7
7
 
8
8
  <p>
9
- <img src="https://img.shields.io/badge/version-8.2.0-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.3.0-orange.svg" alt="version">
10
10
  <img src="https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20WSL-lightgrey.svg" alt="platform">
11
11
  <img src="https://img.shields.io/badge/providers-17%20CLI%20families-0B7285.svg" alt="providers">
12
12
  </p>
@@ -54,18 +54,20 @@
54
54
 
55
55
  ## Cómo instalar
56
56
 
57
- Instala o actualiza con npm:
57
+ Instala o actualiza una instalación administrada por npm con npm:
58
58
 
59
59
  ```bash
60
- npm install -g @seemseam/ccb
60
+ npm install -g @seemseam/ccb@latest
61
61
  ```
62
62
 
63
- Después de instalar CCB, usa su updater:
63
+ Para instalaciones desde GitHub release o fuente, usa el updater transaccional de CCB:
64
64
 
65
65
  ```bash
66
66
  ccb update
67
67
  ```
68
68
 
69
+ En una instalación administrada por npm, `ccb update` muestra el comando npm equivalente sin modificar el payload incluido.
70
+
69
71
  <details>
70
72
  <summary><b>Paquete de GitHub release e instalación desde fuente como respaldo</b></summary>
71
73
 
@@ -180,9 +182,9 @@ Este comando guía la instalación y configuración.
180
182
  <details>
181
183
  <summary><b>Detalles de Mobile App, límite de seguridad y fuente</b></summary>
182
184
 
183
- CCB 8.2.0 incluye el código Flutter de CCB Mobile en [`mobile/`](../mobile/) y publica el APK Android mediante GitHub Releases:
185
+ CCB 8.3.0 incluye el código Flutter de CCB Mobile en [`mobile/`](../mobile/) y publica el APK Android mediante GitHub Releases:
184
186
 
185
- - [Descargar CCB Mobile v8.2.0 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.2.0/ccb-mobile-v8.2.0.apk)
187
+ - [Descargar CCB Mobile v8.3.0 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.3.0/ccb-mobile-v8.3.0.apk)
186
188
  - Fuente de la app: [`mobile/app`](../mobile/app)
187
189
  - Fuente del gateway del servidor: [`lib/mobile_gateway`](../lib/mobile_gateway)
188
190
 
@@ -261,6 +263,27 @@ Gracias a [tmux-agent-sidebar](https://github.com/hiroppy/tmux-agent-sidebar) po
261
263
  ## Notas de versión
262
264
 
263
265
  <details open>
266
+ <summary><b>v8.3.0</b> - Turnos exactos de providers, integridad de jobs y terminal Mobile dentro del proyecto</summary>
267
+
268
+ - Vincula Kimi, Claude y Qoder a sus contratos nativos de turno, activación, sesión y finalización.
269
+ - Añade follow-ups para el job activo exacto, fases de ejecución correlacionadas, diagnóstico de inbounds huérfanos y cancelación terminal.
270
+ - Hereda extensiones de providers y plugins de Copilot con protección explícita de ownership para los assets proyectados.
271
+ - Delega las actualizaciones gestionadas por npm a npm y retira de forma conservadora los worktrees que solo contienen marcadores.
272
+ - Mantiene el chat y el terminal Mobile dentro del workspace del proyecto seleccionado y sincroniza todas las superficies de release con 8.3.0.
273
+
274
+ </details>
275
+
276
+ <details>
277
+ <summary><b>v8.2.1</b> - Inicio determinista, recuperación de autenticación accionable y conexión Android en segundo plano</summary>
278
+
279
+ - Añade cercas de generación de inicio, prueba acotada de disponibilidad y diagnósticos de operaciones y cronología.
280
+ - Detiene los reinicios sin salida por autenticación del provider y muestra la acción de inicio de sesión necesaria.
281
+ - Añade conexión Android en segundo plano opcional y un único estado de respuesta activa por Agent.
282
+ - Sincroniza los artefactos Linux, macOS, npm y Android firmado con 8.2.1.
283
+
284
+ </details>
285
+
286
+ <details>
264
287
  <summary><b>v8.2.0</b> - Inicio más rápido, correcciones de providers y Mobile fiable</summary>
265
288
 
266
289
  - Reduce trabajo repetido durante el inicio de ccbd sin debilitar las comprobaciones de lifecycle y ownership.
package/README/fr.md CHANGED
@@ -6,7 +6,7 @@
6
6
  **Coordonne Codex, Claude, Gemini et d'autres agents CLI dans des workflows visibles, contrôlables et reprenables directement**
7
7
 
8
8
  <p>
9
- <img src="https://img.shields.io/badge/version-8.2.0-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.3.0-orange.svg" alt="version">
10
10
  <img src="https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20WSL-lightgrey.svg" alt="platform">
11
11
  <img src="https://img.shields.io/badge/providers-17%20CLI%20families-0B7285.svg" alt="providers">
12
12
  </p>
@@ -54,18 +54,20 @@
54
54
 
55
55
  ## Comment installer
56
56
 
57
- Installez ou mettez à jour avec npm :
57
+ Installez ou mettez à jour une installation gérée par npm avec npm :
58
58
 
59
59
  ```bash
60
- npm install -g @seemseam/ccb
60
+ npm install -g @seemseam/ccb@latest
61
61
  ```
62
62
 
63
- Après l'installation, utilisez l'updater intégré de CCB :
63
+ Pour une installation GitHub release ou source, utilisez l'updater transactionnel de CCB :
64
64
 
65
65
  ```bash
66
66
  ccb update
67
67
  ```
68
68
 
69
+ Dans une installation gérée par npm, `ccb update` affiche la commande npm équivalente sans modifier le payload embarqué.
70
+
69
71
  <details>
70
72
  <summary><b>Paquets GitHub release et installation source en secours</b></summary>
71
73
 
@@ -180,9 +182,9 @@ Cette commande guide l'installation et la configuration.
180
182
  <details>
181
183
  <summary><b>Détails de l'app mobile, frontière de sécurité et source</b></summary>
182
184
 
183
- CCB 8.2.0 inclut le code source Flutter de CCB Mobile dans [`mobile/`](../mobile/) et publie l'APK Android via GitHub Releases :
185
+ CCB 8.3.0 inclut le code source Flutter de CCB Mobile dans [`mobile/`](../mobile/) et publie l'APK Android via GitHub Releases :
184
186
 
185
- - [Télécharger l'APK CCB Mobile v8.2.0](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.2.0/ccb-mobile-v8.2.0.apk)
187
+ - [Télécharger l'APK CCB Mobile v8.3.0](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.3.0/ccb-mobile-v8.3.0.apk)
186
188
  - Source de l'app : [`mobile/app`](../mobile/app)
187
189
  - Source du gateway serveur : [`lib/mobile_gateway`](../lib/mobile_gateway)
188
190
 
@@ -261,6 +263,27 @@ Merci à [tmux-agent-sidebar](https://github.com/hiroppy/tmux-agent-sidebar) pou
261
263
  ## Notes de version
262
264
 
263
265
  <details open>
266
+ <summary><b>v8.3.0</b> - Tours provider exacts, intégrité des jobs et terminal Mobile lié au projet</summary>
267
+
268
+ - Lie Kimi, Claude et Qoder à leurs contrats natifs de tour, d'activation, de session et d'achèvement.
269
+ - Ajoute les follow-ups du job actif exact, les phases d'exécution corrélées, le diagnostic des inbounds orphelins et l'annulation terminale.
270
+ - Hérite des extensions provider et des plugins Copilot avec une protection explicite de l'ownership des assets projetés.
271
+ - Délègue les mises à niveau gérées par npm à npm et retire prudemment les worktrees ne contenant que des marqueurs.
272
+ - Maintient le chat et le terminal Mobile dans le workspace du projet sélectionné et synchronise toutes les surfaces de release avec 8.3.0.
273
+
274
+ </details>
275
+
276
+ <details>
277
+ <summary><b>v8.2.1</b> - Démarrage déterministe, récupération d'authentification explicite et connexion Android en arrière-plan</summary>
278
+
279
+ - Ajoute des barrières de génération de démarrage, une preuve de disponibilité bornée et des diagnostics chronologiques.
280
+ - Arrête les boucles de redémarrage sans issue liées à l'authentification provider et affiche l'action de connexion requise.
281
+ - Ajoute une connexion Android en arrière-plan sur activation et un seul état de réponse active par Agent.
282
+ - Synchronise les artefacts Linux, macOS, npm et Android signé avec la version 8.2.1.
283
+
284
+ </details>
285
+
286
+ <details>
264
287
  <summary><b>v8.2.0</b> - Démarrage accéléré, correctifs provider et fiabilité Mobile</summary>
265
288
 
266
289
  - Réduit le travail répété au démarrage de ccbd sans affaiblir les contrôles de lifecycle et d'ownership.
package/README/ja.md CHANGED
@@ -6,7 +6,7 @@
6
6
  **Codex、Claude、Gemini などの CLI Agent を、見える・制御できる・直接引き継げるワークフローで連携**
7
7
 
8
8
  <p>
9
- <img src="https://img.shields.io/badge/version-8.2.0-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.3.0-orange.svg" alt="version">
10
10
  <img src="https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20WSL-lightgrey.svg" alt="platform">
11
11
  <img src="https://img.shields.io/badge/providers-17%20CLI%20families-0B7285.svg" alt="providers">
12
12
  </p>
@@ -54,18 +54,20 @@
54
54
 
55
55
  ## インストール方法
56
56
 
57
- npm でのインストールまたは更新を推奨します。
57
+ npm 管理の CCB は npm でインストールまたは更新します。
58
58
 
59
59
  ```bash
60
- npm install -g @seemseam/ccb
60
+ npm install -g @seemseam/ccb@latest
61
61
  ```
62
62
 
63
- インストール後は CCB updater を使います。
63
+ GitHub release パッケージまたはソースからのインストールでは、CCB のトランザクション updater を使います。
64
64
 
65
65
  ```bash
66
66
  ccb update
67
67
  ```
68
68
 
69
+ npm 管理のインストールでは、`ccb update` は同等の npm コマンドを表示するだけで、vendored payload を直接変更しません。
70
+
69
71
  <details>
70
72
  <summary><b>GitHub release パッケージとソースインストールのフォールバック</b></summary>
71
73
 
@@ -180,9 +182,9 @@ ccb update mobile
180
182
  <details>
181
183
  <summary><b>Mobile App の詳細、安全境界、ソース</b></summary>
182
184
 
183
- CCB 8.2.0 では Flutter 版 CCB Mobile のソースが [`mobile/`](../mobile/) に含まれ、Android APK は GitHub Releases で公開されています。
185
+ CCB 8.3.0 では Flutter 版 CCB Mobile のソースが [`mobile/`](../mobile/) に含まれ、Android APK は GitHub Releases で公開されています。
184
186
 
185
- - [CCB Mobile v8.2.0 APK をダウンロード](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.2.0/ccb-mobile-v8.2.0.apk)
187
+ - [CCB Mobile v8.3.0 APK をダウンロード](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.3.0/ccb-mobile-v8.3.0.apk)
186
188
  - App ソース:[`mobile/app`](../mobile/app)
187
189
  - サーバー gateway ソース:[`lib/mobile_gateway`](../lib/mobile_gateway)
188
190
 
@@ -261,6 +263,27 @@ sidebar のアイデアと示唆を提供してくれた [tmux-agent-sidebar](ht
261
263
  ## リリースノート
262
264
 
263
265
  <details open>
266
+ <summary><b>v8.3.0</b> - 正確な provider turn、job の整合性、プロジェクト内 Mobile ターミナル</summary>
267
+
268
+ - Kimi、Claude、Qoder をそれぞれのネイティブな turn、activation、session、completion 契約に結び付けました。
269
+ - 正確な active job への follow-up、相関した実行フェーズ、孤立 inbound の診断、終端 cancellation 結果を追加しました。
270
+ - provider 拡張と Copilot plugin を、投影 asset の明示的な ownership 保護付きで継承します。
271
+ - npm 管理インストールの更新を npm に委譲し、marker-only worktree を保守的に廃止します。
272
+ - Mobile の chat と terminal を選択中の project workspace 内に保ち、すべての release surface を 8.3.0 に同期しました。
273
+
274
+ </details>
275
+
276
+ <details>
277
+ <summary><b>v8.2.1</b> - 決定的な起動、操作可能な認証復旧、Android バックグラウンド接続</summary>
278
+
279
+ - 起動世代フェンス、有限の readiness 証明、操作数とタイムラインの診断を追加しました。
280
+ - 復旧不能な Provider 認証の再起動ループを停止し、必要なログイン操作を表示します。
281
+ - オプトインの Android バックグラウンド接続と Agent ごとに 1 つの working reply 状態を追加しました。
282
+ - Linux、macOS、npm、署名済み Android artifact を 8.2.1 に同期しました。
283
+
284
+ </details>
285
+
286
+ <details>
264
287
  <summary><b>v8.2.0</b> - 起動高速化、Provider 修正、Mobile の信頼性向上</summary>
265
288
 
266
289
  - lifecycle と ownership の検証を維持しながら、ccbd 起動時の重複処理を削減しました。
package/README/ko.md CHANGED
@@ -6,7 +6,7 @@
6
6
  **Codex, Claude, Gemini 등 CLI Agent를 보이고 제어 가능하며 직접 이어받을 수 있는 워크플로로 조율**
7
7
 
8
8
  <p>
9
- <img src="https://img.shields.io/badge/version-8.2.0-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.3.0-orange.svg" alt="version">
10
10
  <img src="https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20WSL-lightgrey.svg" alt="platform">
11
11
  <img src="https://img.shields.io/badge/providers-17%20CLI%20families-0B7285.svg" alt="providers">
12
12
  </p>
@@ -54,18 +54,20 @@
54
54
 
55
55
  ## 설치 방법
56
56
 
57
- npm으로 설치하거나 업데이트합니다.
57
+ npm이 관리하는 CCB는 npm으로 설치하거나 업데이트합니다.
58
58
 
59
59
  ```bash
60
- npm install -g @seemseam/ccb
60
+ npm install -g @seemseam/ccb@latest
61
61
  ```
62
62
 
63
- CCB 설치 후에는 내장 updater를 사용합니다.
63
+ GitHub release 패키지 또는 소스 설치에는 CCB의 트랜잭션 updater를 사용합니다.
64
64
 
65
65
  ```bash
66
66
  ccb update
67
67
  ```
68
68
 
69
+ npm 관리 설치에서 `ccb update`는 동일한 npm 명령만 표시하며 vendored payload를 직접 변경하지 않습니다.
70
+
69
71
  <details>
70
72
  <summary><b>GitHub release 패키지와 소스 설치 대체 경로</b></summary>
71
73
 
@@ -180,9 +182,9 @@ ccb update mobile
180
182
  <details>
181
183
  <summary><b>Mobile App 세부 정보, 안전 경계, 소스</b></summary>
182
184
 
183
- CCB 8.2.0은 Flutter CCB Mobile 소스를 [`mobile/`](../mobile/)에 포함하며 Android APK를 GitHub Releases로 배포합니다.
185
+ CCB 8.3.0은 Flutter CCB Mobile 소스를 [`mobile/`](../mobile/)에 포함하며 Android APK를 GitHub Releases로 배포합니다.
184
186
 
185
- - [CCB Mobile v8.2.0 APK 다운로드](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.2.0/ccb-mobile-v8.2.0.apk)
187
+ - [CCB Mobile v8.3.0 APK 다운로드](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.3.0/ccb-mobile-v8.3.0.apk)
186
188
  - 앱 소스: [`mobile/app`](../mobile/app)
187
189
  - 서버 gateway 소스: [`lib/mobile_gateway`](../lib/mobile_gateway)
188
190
 
@@ -261,6 +263,27 @@ sidebar 아이디어와 영감을 준 [tmux-agent-sidebar](https://github.com/hi
261
263
  ## 릴리스 노트
262
264
 
263
265
  <details open>
266
+ <summary><b>v8.3.0</b> - 정확한 provider turn, job 무결성, 프로젝트 내부 Mobile 터미널</summary>
267
+
268
+ - Kimi, Claude, Qoder 실행을 각각의 네이티브 turn, activation, session, completion 계약에 바인딩했습니다.
269
+ - 정확한 active job follow-up, 연계된 실행 단계, 고아 inbound 진단, 종결 cancellation 결과를 추가했습니다.
270
+ - provider 확장과 Copilot plugin을 투영 asset의 명시적 ownership 보호와 함께 상속합니다.
271
+ - npm-managed 설치의 업그레이드를 npm에 위임하고 marker-only worktree를 보수적으로 정리합니다.
272
+ - Mobile chat과 terminal을 선택한 project workspace 안에 유지하고 모든 release surface를 8.3.0으로 동기화했습니다.
273
+
274
+ </details>
275
+
276
+ <details>
277
+ <summary><b>v8.2.1</b> - 결정적 시작, 실행 가능한 인증 복구, Android 백그라운드 연결</summary>
278
+
279
+ - 시작 세대 펜스, 제한된 준비 상태 증명, 작업 수와 타임라인 진단을 추가했습니다.
280
+ - 복구할 수 없는 Provider 인증 재시작 루프를 중지하고 필요한 로그인 작업을 표시합니다.
281
+ - 사용자가 활성화하는 Android 백그라운드 연결과 Agent별 하나의 working reply 상태를 추가했습니다.
282
+ - Linux, macOS, npm, 서명된 Android artifact를 8.2.1로 동기화했습니다.
283
+
284
+ </details>
285
+
286
+ <details>
264
287
  <summary><b>v8.2.0</b> - 시작 속도 향상, Provider 수정, Mobile 안정성</summary>
265
288
 
266
289
  - lifecycle 및 ownership 검증을 유지하면서 ccbd 시작 경로의 반복 작업을 줄였습니다.
package/README/pt.md CHANGED
@@ -6,7 +6,7 @@
6
6
  **Coordene Codex, Claude, Gemini e outros agentes CLI em fluxos visíveis e controláveis que você pode assumir diretamente**
7
7
 
8
8
  <p>
9
- <img src="https://img.shields.io/badge/version-8.2.0-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.3.0-orange.svg" alt="version">
10
10
  <img src="https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20WSL-lightgrey.svg" alt="platform">
11
11
  <img src="https://img.shields.io/badge/providers-17%20CLI%20families-0B7285.svg" alt="providers">
12
12
  </p>
@@ -54,18 +54,20 @@
54
54
 
55
55
  ## Como instalar
56
56
 
57
- Instale ou atualize com npm:
57
+ Instale ou atualize uma instalação gerenciada pelo npm com npm:
58
58
 
59
59
  ```bash
60
- npm install -g @seemseam/ccb
60
+ npm install -g @seemseam/ccb@latest
61
61
  ```
62
62
 
63
- Depois de instalar o CCB, use o updater integrado:
63
+ Para instalações via GitHub release ou fonte, use o updater transacional do CCB:
64
64
 
65
65
  ```bash
66
66
  ccb update
67
67
  ```
68
68
 
69
+ Em uma instalação gerenciada pelo npm, `ccb update` mostra o comando npm equivalente sem modificar o payload incluído.
70
+
69
71
  <details>
70
72
  <summary><b>Pacote GitHub release e instalação por fonte como fallback</b></summary>
71
73
 
@@ -180,9 +182,9 @@ Esse comando orienta a instalação e a configuração.
180
182
  <details>
181
183
  <summary><b>Detalhes do Mobile App, limite de segurança e fonte</b></summary>
182
184
 
183
- O CCB 8.2.0 inclui o código Flutter do CCB Mobile em [`mobile/`](../mobile/) e publica o APK Android pelo GitHub Releases:
185
+ O CCB 8.3.0 inclui o código Flutter do CCB Mobile em [`mobile/`](../mobile/) e publica o APK Android pelo GitHub Releases:
184
186
 
185
- - [Baixar CCB Mobile v8.2.0 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.2.0/ccb-mobile-v8.2.0.apk)
187
+ - [Baixar CCB Mobile v8.3.0 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.3.0/ccb-mobile-v8.3.0.apk)
186
188
  - Fonte do app: [`mobile/app`](../mobile/app)
187
189
  - Fonte do gateway servidor: [`lib/mobile_gateway`](../lib/mobile_gateway)
188
190
 
@@ -261,6 +263,27 @@ Obrigado ao [tmux-agent-sidebar](https://github.com/hiroppy/tmux-agent-sidebar)
261
263
  ## Notas de versão
262
264
 
263
265
  <details open>
266
+ <summary><b>v8.3.0</b> - Turnos exatos dos providers, integridade dos jobs e terminal Mobile dentro do projeto</summary>
267
+
268
+ - Vincula Kimi, Claude e Qoder aos contratos nativos de turno, ativação, sessão e conclusão.
269
+ - Adiciona follow-ups para o job ativo exato, fases de execução correlacionadas, diagnóstico de inbounds órfãos e cancelamento terminal.
270
+ - Herda extensões de providers e plugins do Copilot com proteção explícita de ownership dos assets projetados.
271
+ - Delega upgrades gerenciados por npm ao próprio npm e torna conservadora a remoção de worktrees que contêm apenas marcadores.
272
+ - Mantém chat e terminal Mobile no workspace do projeto selecionado e sincroniza todas as superfícies de release com 8.3.0.
273
+
274
+ </details>
275
+
276
+ <details>
277
+ <summary><b>v8.2.1</b> - Inicialização determinística, recuperação de autenticação acionável e conexão Android em segundo plano</summary>
278
+
279
+ - Adiciona cercas de geração de inicialização, prova limitada de prontidão e diagnósticos de operações e linha do tempo.
280
+ - Interrompe ciclos de reinício sem saída por autenticação do provider e mostra a ação de login necessária.
281
+ - Adiciona conexão Android em segundo plano opcional e um único estado de resposta ativa por Agent.
282
+ - Sincroniza os artefatos Linux, macOS, npm e Android assinado com 8.2.1.
283
+
284
+ </details>
285
+
286
+ <details>
264
287
  <summary><b>v8.2.0</b> - Inicialização mais rápida, correções de providers e Mobile confiável</summary>
265
288
 
266
289
  - Reduz trabalho repetido na inicialização do ccbd sem enfraquecer verificações de lifecycle e ownership.
package/README/ru.md CHANGED
@@ -6,7 +6,7 @@
6
6
  **Координируйте Codex, Claude, Gemini и другие CLI Agent в видимых и управляемых процессах, которые можно напрямую взять под контроль**
7
7
 
8
8
  <p>
9
- <img src="https://img.shields.io/badge/version-8.2.0-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.3.0-orange.svg" alt="version">
10
10
  <img src="https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20WSL-lightgrey.svg" alt="platform">
11
11
  <img src="https://img.shields.io/badge/providers-17%20CLI%20families-0B7285.svg" alt="providers">
12
12
  </p>
@@ -54,18 +54,20 @@
54
54
 
55
55
  ## Как установить
56
56
 
57
- Установите или обновите через npm:
57
+ Устанавливайте или обновляйте управляемую npm установку через npm:
58
58
 
59
59
  ```bash
60
- npm install -g @seemseam/ccb
60
+ npm install -g @seemseam/ccb@latest
61
61
  ```
62
62
 
63
- После установки CCB используйте встроенный updater:
63
+ Для установки из GitHub release или исходников используйте транзакционный updater CCB:
64
64
 
65
65
  ```bash
66
66
  ccb update
67
67
  ```
68
68
 
69
+ В установке под управлением npm команда `ccb update` выводит эквивалентную npm-команду и не изменяет vendored payload.
70
+
69
71
  <details>
70
72
  <summary><b>GitHub release package и установка из исходников как fallback</b></summary>
71
73
 
@@ -180,9 +182,9 @@ ccb update mobile
180
182
  <details>
181
183
  <summary><b>Детали Mobile App, граница безопасности и исходники</b></summary>
182
184
 
183
- CCB 8.2.0 включает Flutter source CCB Mobile в [`mobile/`](../mobile/) и публикует Android APK через GitHub Releases:
185
+ CCB 8.3.0 включает Flutter source CCB Mobile в [`mobile/`](../mobile/) и публикует Android APK через GitHub Releases:
184
186
 
185
- - [Скачать CCB Mobile v8.2.0 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.2.0/ccb-mobile-v8.2.0.apk)
187
+ - [Скачать CCB Mobile v8.3.0 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.3.0/ccb-mobile-v8.3.0.apk)
186
188
  - Исходники app: [`mobile/app`](../mobile/app)
187
189
  - Исходники server gateway: [`lib/mobile_gateway`](../lib/mobile_gateway)
188
190
 
@@ -261,6 +263,27 @@ CCB поддерживает [Agent Roles Spec](https://github.com/SeemSeam/agen
261
263
  ## Release Notes
262
264
 
263
265
  <details open>
266
+ <summary><b>v8.3.0</b> - Точные provider-turn, целостность jobs и Mobile-терминал внутри проекта</summary>
267
+
268
+ - Kimi, Claude и Qoder привязаны к своим нативным контрактам turn, активации, сессии и завершения.
269
+ - Добавлены follow-up для точного active job, коррелированные фазы выполнения, диагностика потерянных inbound и терминальный результат отмены.
270
+ - Расширения providers и плагины Copilot наследуются с явной защитой ownership проецируемых assets.
271
+ - Обновления npm-managed установок переданы npm, а worktree только с маркерами удаляются консервативно.
272
+ - Чат и терминал Mobile остаются в workspace выбранного проекта; все release-поверхности синхронизированы с 8.3.0.
273
+
274
+ </details>
275
+
276
+ <details>
277
+ <summary><b>v8.2.1</b> - Детерминированный запуск, понятное восстановление авторизации и фоновое подключение Android</summary>
278
+
279
+ - Добавлены ограждение поколений запуска, ограниченная проверка готовности и диагностика операций и временной шкалы.
280
+ - Остановлены бесполезные циклы перезапуска при неисправимой ошибке авторизации провайдера; показывается нужное действие входа.
281
+ - Добавлены включаемое пользователем фоновое подключение Android и один статус активного ответа на Agent.
282
+ - Артефакты Linux, macOS, npm и подписанный Android APK синхронизированы с 8.2.1.
283
+
284
+ </details>
285
+
286
+ <details>
264
287
  <summary><b>v8.2.0</b> - Ускоренный запуск, исправления провайдеров и надежность Mobile</summary>
265
288
 
266
289
  - Сокращена повторная работа при запуске ccbd без ослабления проверок lifecycle и ownership.
package/README/zh.md CHANGED
@@ -6,7 +6,7 @@
6
6
  **让 Codex、Claude、Gemini 等 CLI Agent 可见、可控、可接管地协同工作**
7
7
 
8
8
  <p>
9
- <img src="https://img.shields.io/badge/version-8.2.0-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.3.0-orange.svg" alt="version">
10
10
  <img src="https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20WSL-lightgrey.svg" alt="platform">
11
11
  <img src="https://img.shields.io/badge/providers-17%20CLI%20families-0B7285.svg" alt="providers">
12
12
  </p>
@@ -54,18 +54,20 @@
54
54
 
55
55
  ## 如何安装
56
56
 
57
- 推荐使用 npm 安装或更新:
57
+ 通过 npm 管理的 CCB 应继续使用 npm 安装或更新:
58
58
 
59
59
  ```bash
60
- npm install -g @seemseam/ccb
60
+ npm install -g @seemseam/ccb@latest
61
61
  ```
62
62
 
63
- 安装完成后,后续更新直接使用 CCB 自带 updater:
63
+ 通过 GitHub release 包或源码安装时,使用 CCB 自带的事务 updater:
64
64
 
65
65
  ```bash
66
66
  ccb update
67
67
  ```
68
68
 
69
+ 在 npm 管理的安装中,`ccb update` 只会显示等价的 npm 命令,不会原地修改 npm vendored payload。
70
+
69
71
  <details>
70
72
  <summary><b>GitHub release 包和源码安装兜底</b></summary>
71
73
 
@@ -180,9 +182,9 @@ ccb update mobile
180
182
  <details>
181
183
  <summary><b>Mobile App 详情、安全边界和源码</b></summary>
182
184
 
183
- CCB 8.2.0 已把 Flutter 版 CCB Mobile 源码放入 [`mobile/`](../mobile/),并在 GitHub Release 中发布 Android APK:
185
+ CCB 8.3.0 已把 Flutter 版 CCB Mobile 源码放入 [`mobile/`](../mobile/),并在 GitHub Release 中发布 Android APK:
184
186
 
185
- - [下载 CCB Mobile v8.2.0 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.2.0/ccb-mobile-v8.2.0.apk)
187
+ - [下载 CCB Mobile v8.3.0 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.3.0/ccb-mobile-v8.3.0.apk)
186
188
  - App 源码:[`mobile/app`](../mobile/app)
187
189
  - 服务端 gateway 源码:[`lib/mobile_gateway`](../lib/mobile_gateway)
188
190
 
@@ -266,6 +268,29 @@ CCB 支持 [Agent Roles Spec](https://github.com/SeemSeam/agent-roles-spec):
266
268
  ## 新版本记录
267
269
 
268
270
  <details open>
271
+ <summary><b>v8.3.0</b> - 精确 Provider 回合、作业完整性与项目内 Mobile 终端</summary>
272
+
273
+ - 将 Kimi、Claude 和 Qoder 执行绑定到各自原生的回合、激活、会话和完成协议。
274
+ - 增加精确 active job follow-up、关联执行阶段、孤立 inbound 诊断和终态取消结果。
275
+ - 以明确的投影资源所有权保护继承 Provider 扩展与 Copilot 插件。
276
+ - 将 npm 管理安装的升级交还 npm,并保守回收仅含标记的 worktree。
277
+ - 让 Mobile 的聊天和终端模式留在所选项目工作区,并将所有发布面统一到 8.3.0。
278
+ - 修复 WSL 与 macOS 上 sidebar 设置按钮无响应的问题:优先使用原生浏览器打开方式、刷新桌面会话环境,并在自动打开失败时明确提示手动打开。
279
+
280
+ </details>
281
+
282
+ <details>
283
+ <summary><b>v8.2.1</b> - 确定性启动、可操作的认证恢复与 Android 后台连接</summary>
284
+
285
+ - 增加端到端启动代际栅栏、有限就绪证明,以及启动操作量和时间线诊断。
286
+ - 对不可恢复的 Provider 认证失败停止无效重启,并通过 ping、project view 和 sidebar 显示登录操作。
287
+ - 在更严格的 lifecycle 权威模型下保持增量 reload 身份校验和 shutdown 幂等行为。
288
+ - 增加用户主动启用的 Android 后台连接控制,并保证每个 Agent 只保留一个 working reply 状态。
289
+ - 将 Linux、macOS、npm 和签名 Android APK 的版本统一到 8.2.1。
290
+
291
+ </details>
292
+
293
+ <details>
269
294
  <summary><b>v8.2.0</b> - 启动提速、Provider 修复与 Mobile 稳定性</summary>
270
295
 
271
296
  - 减少 ccbd 启动关键路径的重复工作,同时保留 lifecycle 和 ownership 校验。
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
  **Coordinate Codex, Claude, Gemini, and other CLI agents in visible, controllable workflows you can take over**
7
7
 
8
8
  <p>
9
- <img src="https://img.shields.io/badge/version-8.2.0-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.3.0-orange.svg" alt="version">
10
10
  <img src="https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20WSL-lightgrey.svg" alt="platform">
11
11
  <img src="https://img.shields.io/badge/providers-17%20CLI%20families-0B7285.svg" alt="providers">
12
12
  </p>
@@ -54,20 +54,22 @@
54
54
 
55
55
  ## How to Install
56
56
 
57
- Install or update with npm:
57
+ Install or update an npm-managed CCB with npm:
58
58
 
59
59
  ```bash
60
- npm install -g @seemseam/ccb
60
+ npm install -g @seemseam/ccb@latest
61
61
  ```
62
62
 
63
- After CCB is installed, use CCB's updater:
63
+ For GitHub release-package or source installs, use CCB's transactional updater:
64
64
 
65
65
  ```bash
66
66
  ccb update
67
67
  ```
68
68
 
69
- To roll back, use the same transactional updater with an older released version,
70
- for example `ccb update 8.1.3`. CCB rejects a same-version artifact whose build
69
+ On an npm-managed install, `ccb update` prints the equivalent npm command and
70
+ does not modify npm's vendored payload in place. To roll back a release-package
71
+ install, use the transactional updater with an older released version, for
72
+ example `ccb update 8.1.3`. CCB rejects a same-version artifact whose build
71
73
  identity differs from the installed build, and restores the prior local prefix
72
74
  if the update transaction fails. If restoration itself cannot complete, CCB
73
75
  retains and reports the external recovery backup path.
@@ -186,9 +188,9 @@ This command guides installation and configuration.
186
188
  <details>
187
189
  <summary><b>Mobile App details, safety boundary, and source</b></summary>
188
190
 
189
- CCB 8.2.0 includes the Flutter CCB Mobile source in [`mobile/`](mobile/) and publishes the Android APK through GitHub Releases:
191
+ CCB 8.3.0 includes the Flutter CCB Mobile source in [`mobile/`](mobile/) and publishes the Android APK through GitHub Releases:
190
192
 
191
- - [Download CCB Mobile v8.2.0 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.2.0/ccb-mobile-v8.2.0.apk)
193
+ - [Download CCB Mobile v8.3.0 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.3.0/ccb-mobile-v8.3.0.apk)
192
194
  - App source: [`mobile/app`](mobile/app)
193
195
  - Server gateway source: [`lib/mobile_gateway`](lib/mobile_gateway)
194
196
 
@@ -272,6 +274,29 @@ Thanks to [tmux-agent-sidebar](https://github.com/hiroppy/tmux-agent-sidebar) fo
272
274
  ## Release Notes
273
275
 
274
276
  <details open>
277
+ <summary><b>v8.3.0</b> - Exact provider turns, job integrity, and project-bound Mobile terminal</summary>
278
+
279
+ - Bound Kimi, Claude, and Qoder execution to their native turn, activation, session, and completion contracts.
280
+ - Added exact active-job follow-ups, correlated execution phases, orphaned-inbound diagnosis, and terminal cancellation outcomes.
281
+ - Inherited provider extensions and Copilot plugins with explicit projected-asset ownership safeguards.
282
+ - Delegated npm-managed upgrades to npm and made marker-only worktree retirement conservative.
283
+ - Kept Mobile chat and terminal modes inside the selected project workspace and synchronized all release surfaces to 8.3.0.
284
+ - Fixed sidebar settings launch on WSL and macOS with native browser fallbacks, refreshed desktop-session environment, and visible manual-open status.
285
+
286
+ </details>
287
+
288
+ <details>
289
+ <summary><b>v8.2.1</b> - Deterministic startup, actionable auth recovery, and Android background access</summary>
290
+
291
+ - Added end-to-end startup generation fencing, bounded readiness proof, and detailed startup operation/timeline diagnostics.
292
+ - Stopped unrecoverable provider-auth restart loops and exposed the required login action through ping, project view, and the sidebar.
293
+ - Preserved additive reload identity and idempotent shutdown behavior under the stricter lifecycle authority model.
294
+ - Added opt-in Android background connection controls and kept one working reply state per agent.
295
+ - Synchronized Linux, macOS, npm, and signed Android artifacts for 8.2.1.
296
+
297
+ </details>
298
+
299
+ <details>
275
300
  <summary><b>v8.2.0</b> - Faster startup, provider fixes, and Mobile reliability</summary>
276
301
 
277
302
  - Reduced repeated ccbd startup work while preserving lifecycle and ownership checks.
package/VERSION CHANGED
@@ -1 +1 @@
1
- 8.2.0
1
+ 8.3.0
@@ -2,13 +2,27 @@
2
2
 
3
3
  const childProcess = require("child_process");
4
4
  const { executablePath, install } = require("./ccb-npm-install");
5
+ const path = require("path");
6
+
7
+ const packageRoot = path.resolve(__dirname, "..");
8
+ const manifest = require(path.join(packageRoot, "package.json"));
9
+
10
+ function npmManagedEnvironment(baseEnv = process.env) {
11
+ return {
12
+ ...baseEnv,
13
+ CCB_INSTALL_KIND: "npm",
14
+ CCB_NPM_PACKAGE_NAME: manifest.name,
15
+ CCB_NPM_PACKAGE_ROOT: packageRoot,
16
+ CCB_NPM_PACKAGE_VERSION: manifest.version,
17
+ };
18
+ }
5
19
 
6
20
  async function run(command) {
7
21
  await install();
8
22
  const target = executablePath(command);
9
23
  const child = childProcess.spawn(target, process.argv.slice(2), {
10
24
  stdio: "inherit",
11
- env: process.env,
25
+ env: npmManagedEnvironment(),
12
26
  });
13
27
  child.on("error", (error) => {
14
28
  console.error(error.message || error);
@@ -24,5 +38,6 @@ async function run(command) {
24
38
  }
25
39
 
26
40
  module.exports = {
41
+ npmManagedEnvironment,
27
42
  run,
28
43
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "8.2.0",
3
+ "version": "8.3.0",
4
4
  "description": "Lightweight multi-agent TUI and stable cross-provider collaboration layer for Codex, Claude, Gemini, Grok, Kimi, DeepSeek, and other CLI agents.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "homepage": "https://github.com/SeemSeam/claude_codex_bridge#readme",