@seemseam/ccb 8.1.7 → 8.2.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 +13 -4
- package/README/de.md +13 -4
- package/README/es.md +13 -4
- package/README/fr.md +13 -4
- package/README/ja.md +13 -4
- package/README/ko.md +13 -4
- package/README/pt.md +13 -4
- package/README/ru.md +13 -4
- package/README/zh.md +13 -13
- package/README.md +13 -13
- package/VERSION +1 -1
- package/package.json +1 -1
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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-8.2.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>
|
|
@@ -180,9 +180,9 @@ ccb update mobile
|
|
|
180
180
|
<details>
|
|
181
181
|
<summary><b>تفاصيل Mobile App وحدود الأمان والمصدر</b></summary>
|
|
182
182
|
|
|
183
|
-
|
|
183
|
+
يتضمن CCB 8.2.0 مصدر Flutter الخاص بـ CCB Mobile داخل [`mobile/`](../mobile/) وينشر Android APK عبر GitHub Releases:
|
|
184
184
|
|
|
185
|
-
- [تنزيل CCB Mobile v8.
|
|
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)
|
|
186
186
|
- مصدر التطبيق: [`mobile/app`](../mobile/app)
|
|
187
187
|
- مصدر gateway الخادم: [`lib/mobile_gateway`](../lib/mobile_gateway)
|
|
188
188
|
|
|
@@ -245,7 +245,7 @@ ccb update rich
|
|
|
245
245
|
- WeChat: `seemseam-com`
|
|
246
246
|
|
|
247
247
|
<p align="center">
|
|
248
|
-
<img src="../assets/weixin.
|
|
248
|
+
<img src="../assets/weixin.png" alt="مجموعة WeChat" width="240">
|
|
249
249
|
</p>
|
|
250
250
|
|
|
251
251
|
<a id="community"></a>
|
|
@@ -260,6 +260,15 @@ ccb update rich
|
|
|
260
260
|
|
|
261
261
|
## ملاحظات الإصدار
|
|
262
262
|
|
|
263
|
+
<details open>
|
|
264
|
+
<summary><b>v8.2.0</b> - بدء أسرع وإصلاحات للمزوّدين وموثوقية Mobile</summary>
|
|
265
|
+
|
|
266
|
+
- يقلل العمل المتكرر في بدء ccbd مع الإبقاء على فحوص lifecycle وownership.
|
|
267
|
+
- يصلح تعارض Grok fullscreen، ويحافظ على نوع اعتماد Claude، ويثبت اختيارات model/thinking، ويقوي تسليم Codex ask ومعالجة تأكيدات الرد.
|
|
268
|
+
- يحسن استعادة Mobile والمحادثة والـterminal والمرفقات والتنزيل وFCM، مع مزامنة حزم Linux وmacOS وnpm وAndroid الموقعة إلى 8.2.0.
|
|
269
|
+
|
|
270
|
+
</details>
|
|
271
|
+
|
|
263
272
|
<details open>
|
|
264
273
|
<summary><b>v8.0.14</b> - ترتيب دليل README ومزامنة سطح إصدار الهاتف</summary>
|
|
265
274
|
|
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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-8.2.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>
|
|
@@ -180,9 +180,9 @@ Dieser Befehl fuehrt durch Installation und Konfiguration.
|
|
|
180
180
|
<details>
|
|
181
181
|
<summary><b>Mobile-App-Details, Sicherheitsgrenze und Source</b></summary>
|
|
182
182
|
|
|
183
|
-
CCB Mobile
|
|
183
|
+
CCB 8.2.0 enthaelt den Flutter-Quellcode von CCB Mobile in [`mobile/`](../mobile/) und veroeffentlicht das Android APK ueber GitHub Releases:
|
|
184
184
|
|
|
185
|
-
- [CCB Mobile v8.
|
|
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)
|
|
186
186
|
- App-Source: [`mobile/app`](../mobile/app)
|
|
187
187
|
- Server-gateway-Source: [`lib/mobile_gateway`](../lib/mobile_gateway)
|
|
188
188
|
|
|
@@ -245,7 +245,7 @@ Für normale Projektkonfigurationen wird das **⚙ Einstellungen**-Panel empfohl
|
|
|
245
245
|
- WeChat: `seemseam-com`
|
|
246
246
|
|
|
247
247
|
<p align="center">
|
|
248
|
-
<img src="../assets/weixin.
|
|
248
|
+
<img src="../assets/weixin.png" alt="WeChat-Gruppe" width="240">
|
|
249
249
|
</p>
|
|
250
250
|
|
|
251
251
|
<a id="community"></a>
|
|
@@ -260,6 +260,15 @@ Danke an [tmux-agent-sidebar](https://github.com/hiroppy/tmux-agent-sidebar) fue
|
|
|
260
260
|
|
|
261
261
|
## Release Notes
|
|
262
262
|
|
|
263
|
+
<details open>
|
|
264
|
+
<summary><b>v8.2.0</b> - Schnellerer Start, Provider-Fixes und Mobile-Zuverlaessigkeit</summary>
|
|
265
|
+
|
|
266
|
+
- Reduziert wiederholte Arbeit beim ccbd-Start, ohne Lifecycle- und Ownership-Pruefungen abzuschwaechen.
|
|
267
|
+
- Behebt Grok-Fullscreen-Start, erhaelt den Claude-Credential-Typ, stabilisiert Model-/Thinking-Auswahl und haertet Codex-Ask- sowie Reply-Bestaetigungen.
|
|
268
|
+
- Verbessert Mobile-Recovery, Chat, Terminal, Anhaenge, Downloads und FCM; Linux-, macOS-, npm- und signierte Android-Artefakte sind auf 8.2.0 synchronisiert.
|
|
269
|
+
|
|
270
|
+
</details>
|
|
271
|
+
|
|
263
272
|
<details open>
|
|
264
273
|
<summary><b>v8.0.14</b> - README-Verzeichnis bereinigt und Mobile-Release-Flaeche synchronisiert</summary>
|
|
265
274
|
|
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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-8.2.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>
|
|
@@ -180,9 +180,9 @@ Este comando guía la instalación y configuración.
|
|
|
180
180
|
<details>
|
|
181
181
|
<summary><b>Detalles de Mobile App, límite de seguridad y fuente</b></summary>
|
|
182
182
|
|
|
183
|
-
CCB
|
|
183
|
+
CCB 8.2.0 incluye el código Flutter de CCB Mobile en [`mobile/`](../mobile/) y publica el APK Android mediante GitHub Releases:
|
|
184
184
|
|
|
185
|
-
- [Descargar CCB Mobile v8.
|
|
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)
|
|
186
186
|
- Fuente de la app: [`mobile/app`](../mobile/app)
|
|
187
187
|
- Fuente del gateway del servidor: [`lib/mobile_gateway`](../lib/mobile_gateway)
|
|
188
188
|
|
|
@@ -245,7 +245,7 @@ Para la configuración normal del proyecto, usa el panel **⚙ Configuración**.
|
|
|
245
245
|
- WeChat: `seemseam-com`
|
|
246
246
|
|
|
247
247
|
<p align="center">
|
|
248
|
-
<img src="../assets/weixin.
|
|
248
|
+
<img src="../assets/weixin.png" alt="Grupo WeChat" width="240">
|
|
249
249
|
</p>
|
|
250
250
|
|
|
251
251
|
<a id="community"></a>
|
|
@@ -260,6 +260,15 @@ Gracias a [tmux-agent-sidebar](https://github.com/hiroppy/tmux-agent-sidebar) po
|
|
|
260
260
|
|
|
261
261
|
## Notas de versión
|
|
262
262
|
|
|
263
|
+
<details open>
|
|
264
|
+
<summary><b>v8.2.0</b> - Inicio más rápido, correcciones de providers y Mobile fiable</summary>
|
|
265
|
+
|
|
266
|
+
- Reduce trabajo repetido durante el inicio de ccbd sin debilitar las comprobaciones de lifecycle y ownership.
|
|
267
|
+
- Corrige el inicio fullscreen de Grok, conserva el tipo de credencial de Claude, estabiliza la selección de model/thinking y refuerza la entrega ask/reply de Codex.
|
|
268
|
+
- Mejora recovery, chat, terminal, adjuntos, descargas y FCM en Mobile; sincroniza los artefactos Linux, macOS, npm y Android firmado con 8.2.0.
|
|
269
|
+
|
|
270
|
+
</details>
|
|
271
|
+
|
|
263
272
|
<details open>
|
|
264
273
|
<summary><b>v8.0.14</b> - Limpieza del directorio README y superficie mobile</summary>
|
|
265
274
|
|
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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-8.2.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>
|
|
@@ -180,9 +180,9 @@ Cette commande guide l'installation et la configuration.
|
|
|
180
180
|
<details>
|
|
181
181
|
<summary><b>Détails de l'app mobile, frontière de sécurité et source</b></summary>
|
|
182
182
|
|
|
183
|
-
CCB
|
|
183
|
+
CCB 8.2.0 inclut le code source Flutter de CCB Mobile dans [`mobile/`](../mobile/) et publie l'APK Android via GitHub Releases :
|
|
184
184
|
|
|
185
|
-
- [Télécharger l'APK CCB Mobile v8.
|
|
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)
|
|
186
186
|
- Source de l'app : [`mobile/app`](../mobile/app)
|
|
187
187
|
- Source du gateway serveur : [`lib/mobile_gateway`](../lib/mobile_gateway)
|
|
188
188
|
|
|
@@ -245,7 +245,7 @@ Pour la configuration courante du projet, utilisez le panneau **⚙ Paramètres*
|
|
|
245
245
|
- WeChat: `seemseam-com`
|
|
246
246
|
|
|
247
247
|
<p align="center">
|
|
248
|
-
<img src="../assets/weixin.
|
|
248
|
+
<img src="../assets/weixin.png" alt="Groupe WeChat" width="240">
|
|
249
249
|
</p>
|
|
250
250
|
|
|
251
251
|
<a id="community"></a>
|
|
@@ -260,6 +260,15 @@ Merci à [tmux-agent-sidebar](https://github.com/hiroppy/tmux-agent-sidebar) pou
|
|
|
260
260
|
|
|
261
261
|
## Notes de version
|
|
262
262
|
|
|
263
|
+
<details open>
|
|
264
|
+
<summary><b>v8.2.0</b> - Démarrage accéléré, correctifs provider et fiabilité Mobile</summary>
|
|
265
|
+
|
|
266
|
+
- Réduit le travail répété au démarrage de ccbd sans affaiblir les contrôles de lifecycle et d'ownership.
|
|
267
|
+
- Corrige le démarrage fullscreen de Grok, préserve le type d'identifiant Claude, stabilise les choix model/thinking et renforce la livraison ask/reply Codex.
|
|
268
|
+
- Améliore la reprise, le chat, le terminal, les pièces jointes, les téléchargements et FCM dans Mobile ; les artifacts Linux, macOS, npm et Android signé ciblent 8.2.0.
|
|
269
|
+
|
|
270
|
+
</details>
|
|
271
|
+
|
|
263
272
|
<details open>
|
|
264
273
|
<summary><b>v8.0.14</b> - Rangement du dossier README et surface mobile</summary>
|
|
265
274
|
|
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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-8.2.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>
|
|
@@ -180,9 +180,9 @@ ccb update mobile
|
|
|
180
180
|
<details>
|
|
181
181
|
<summary><b>Mobile App の詳細、安全境界、ソース</b></summary>
|
|
182
182
|
|
|
183
|
-
|
|
183
|
+
CCB 8.2.0 では Flutter 版 CCB Mobile のソースが [`mobile/`](../mobile/) に含まれ、Android APK は GitHub Releases で公開されています。
|
|
184
184
|
|
|
185
|
-
- [CCB Mobile v8.
|
|
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)
|
|
186
186
|
- App ソース:[`mobile/app`](../mobile/app)
|
|
187
187
|
- サーバー gateway ソース:[`lib/mobile_gateway`](../lib/mobile_gateway)
|
|
188
188
|
|
|
@@ -245,7 +245,7 @@ CCB は [Agent Roles Spec](https://github.com/SeemSeam/agent-roles-spec) をサ
|
|
|
245
245
|
- WeChat: `seemseam-com`
|
|
246
246
|
|
|
247
247
|
<p align="center">
|
|
248
|
-
<img src="../assets/weixin.
|
|
248
|
+
<img src="../assets/weixin.png" alt="WeChat group" width="240">
|
|
249
249
|
</p>
|
|
250
250
|
|
|
251
251
|
<a id="community"></a>
|
|
@@ -260,6 +260,15 @@ sidebar のアイデアと示唆を提供してくれた [tmux-agent-sidebar](ht
|
|
|
260
260
|
|
|
261
261
|
## リリースノート
|
|
262
262
|
|
|
263
|
+
<details open>
|
|
264
|
+
<summary><b>v8.2.0</b> - 起動高速化、Provider 修正、Mobile の信頼性向上</summary>
|
|
265
|
+
|
|
266
|
+
- lifecycle と ownership の検証を維持しながら、ccbd 起動時の重複処理を削減しました。
|
|
267
|
+
- Grok fullscreen 起動、Claude credential 種別、model/thinking 選択、Codex ask/reply 配信を修正・強化しました。
|
|
268
|
+
- Mobile の recovery、chat、terminal、添付、download、FCM を改善し、Linux、macOS、npm、署名済み Android artifact を 8.2.0 に同期しました。
|
|
269
|
+
|
|
270
|
+
</details>
|
|
271
|
+
|
|
263
272
|
<details open>
|
|
264
273
|
<summary><b>v8.0.14</b> - README ディレクトリ整理とモバイル公開面の同期</summary>
|
|
265
274
|
|
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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-8.2.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>
|
|
@@ -180,9 +180,9 @@ ccb update mobile
|
|
|
180
180
|
<details>
|
|
181
181
|
<summary><b>Mobile App 세부 정보, 안전 경계, 소스</b></summary>
|
|
182
182
|
|
|
183
|
-
|
|
183
|
+
CCB 8.2.0은 Flutter CCB Mobile 소스를 [`mobile/`](../mobile/)에 포함하며 Android APK를 GitHub Releases로 배포합니다.
|
|
184
184
|
|
|
185
|
-
- [CCB Mobile v8.
|
|
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)
|
|
186
186
|
- 앱 소스: [`mobile/app`](../mobile/app)
|
|
187
187
|
- 서버 gateway 소스: [`lib/mobile_gateway`](../lib/mobile_gateway)
|
|
188
188
|
|
|
@@ -245,7 +245,7 @@ CCB는 전문 agent를 패키징하기 위한 host-neutral 명세인 [Agent Role
|
|
|
245
245
|
- WeChat: `seemseam-com`
|
|
246
246
|
|
|
247
247
|
<p align="center">
|
|
248
|
-
<img src="../assets/weixin.
|
|
248
|
+
<img src="../assets/weixin.png" alt="WeChat 그룹" width="240">
|
|
249
249
|
</p>
|
|
250
250
|
|
|
251
251
|
<a id="community"></a>
|
|
@@ -260,6 +260,15 @@ sidebar 아이디어와 영감을 준 [tmux-agent-sidebar](https://github.com/hi
|
|
|
260
260
|
|
|
261
261
|
## 릴리스 노트
|
|
262
262
|
|
|
263
|
+
<details open>
|
|
264
|
+
<summary><b>v8.2.0</b> - 시작 속도 향상, Provider 수정, Mobile 안정성</summary>
|
|
265
|
+
|
|
266
|
+
- lifecycle 및 ownership 검증을 유지하면서 ccbd 시작 경로의 반복 작업을 줄였습니다.
|
|
267
|
+
- Grok fullscreen 시작, Claude credential 종류 보존, model/thinking 선택 유지, Codex ask/reply 전달을 수정하고 강화했습니다.
|
|
268
|
+
- Mobile recovery, chat, terminal, 첨부, download, FCM을 개선하고 Linux, macOS, npm, 서명된 Android artifact를 8.2.0으로 동기화했습니다.
|
|
269
|
+
|
|
270
|
+
</details>
|
|
271
|
+
|
|
263
272
|
<details open>
|
|
264
273
|
<summary><b>v8.0.14</b> - README 디렉터리 정리와 모바일 릴리스 표면 동기화</summary>
|
|
265
274
|
|
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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-8.2.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>
|
|
@@ -180,9 +180,9 @@ Esse comando orienta a instalação e a configuração.
|
|
|
180
180
|
<details>
|
|
181
181
|
<summary><b>Detalhes do Mobile App, limite de segurança e fonte</b></summary>
|
|
182
182
|
|
|
183
|
-
O CCB Mobile
|
|
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:
|
|
184
184
|
|
|
185
|
-
- [Baixar CCB Mobile v8.
|
|
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)
|
|
186
186
|
- Fonte do app: [`mobile/app`](../mobile/app)
|
|
187
187
|
- Fonte do gateway servidor: [`lib/mobile_gateway`](../lib/mobile_gateway)
|
|
188
188
|
|
|
@@ -245,7 +245,7 @@ Para a configuração normal do projeto, use o painel **⚙ Configurações**. P
|
|
|
245
245
|
- WeChat: `seemseam-com`
|
|
246
246
|
|
|
247
247
|
<p align="center">
|
|
248
|
-
<img src="../assets/weixin.
|
|
248
|
+
<img src="../assets/weixin.png" alt="Grupo WeChat" width="240">
|
|
249
249
|
</p>
|
|
250
250
|
|
|
251
251
|
<a id="community"></a>
|
|
@@ -260,6 +260,15 @@ Obrigado ao [tmux-agent-sidebar](https://github.com/hiroppy/tmux-agent-sidebar)
|
|
|
260
260
|
|
|
261
261
|
## Notas de versão
|
|
262
262
|
|
|
263
|
+
<details open>
|
|
264
|
+
<summary><b>v8.2.0</b> - Inicialização mais rápida, correções de providers e Mobile confiável</summary>
|
|
265
|
+
|
|
266
|
+
- Reduz trabalho repetido na inicialização do ccbd sem enfraquecer verificações de lifecycle e ownership.
|
|
267
|
+
- Corrige o fullscreen do Grok, preserva o tipo de credencial Claude, estabiliza escolhas de model/thinking e reforça a entrega ask/reply do Codex.
|
|
268
|
+
- Melhora recovery, chat, terminal, anexos, downloads e FCM no Mobile; sincroniza artifacts Linux, macOS, npm e Android assinado com 8.2.0.
|
|
269
|
+
|
|
270
|
+
</details>
|
|
271
|
+
|
|
263
272
|
<details open>
|
|
264
273
|
<summary><b>v8.0.14</b> - Organização do diretório README e superfície mobile</summary>
|
|
265
274
|
|
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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-8.2.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>
|
|
@@ -180,9 +180,9 @@ ccb update mobile
|
|
|
180
180
|
<details>
|
|
181
181
|
<summary><b>Детали Mobile App, граница безопасности и исходники</b></summary>
|
|
182
182
|
|
|
183
|
-
CCB
|
|
183
|
+
CCB 8.2.0 включает Flutter source CCB Mobile в [`mobile/`](../mobile/) и публикует Android APK через GitHub Releases:
|
|
184
184
|
|
|
185
|
-
- [Скачать CCB Mobile v8.
|
|
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)
|
|
186
186
|
- Исходники app: [`mobile/app`](../mobile/app)
|
|
187
187
|
- Исходники server gateway: [`lib/mobile_gateway`](../lib/mobile_gateway)
|
|
188
188
|
|
|
@@ -245,7 +245,7 @@ CCB поддерживает [Agent Roles Spec](https://github.com/SeemSeam/agen
|
|
|
245
245
|
- WeChat: `seemseam-com`
|
|
246
246
|
|
|
247
247
|
<p align="center">
|
|
248
|
-
<img src="../assets/weixin.
|
|
248
|
+
<img src="../assets/weixin.png" alt="Группа WeChat" width="240">
|
|
249
249
|
</p>
|
|
250
250
|
|
|
251
251
|
<a id="community"></a>
|
|
@@ -260,6 +260,15 @@ CCB поддерживает [Agent Roles Spec](https://github.com/SeemSeam/agen
|
|
|
260
260
|
|
|
261
261
|
## Release Notes
|
|
262
262
|
|
|
263
|
+
<details open>
|
|
264
|
+
<summary><b>v8.2.0</b> - Ускоренный запуск, исправления провайдеров и надежность Mobile</summary>
|
|
265
|
+
|
|
266
|
+
- Сокращена повторная работа при запуске ccbd без ослабления проверок lifecycle и ownership.
|
|
267
|
+
- Исправлены fullscreen-запуск Grok, сохранение типа credential Claude, выбор model/thinking и доставка Codex ask/reply.
|
|
268
|
+
- Улучшены recovery, chat, terminal, вложения, downloads и FCM в Mobile; Linux, macOS, npm и подписанный Android artifact синхронизированы с 8.2.0.
|
|
269
|
+
|
|
270
|
+
</details>
|
|
271
|
+
|
|
263
272
|
<details open>
|
|
264
273
|
<summary><b>v8.0.14</b> - Упорядочен каталог README и mobile release surface</summary>
|
|
265
274
|
|
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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-8.2.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>
|
|
@@ -180,9 +180,9 @@ ccb update mobile
|
|
|
180
180
|
<details>
|
|
181
181
|
<summary><b>Mobile App 详情、安全边界和源码</b></summary>
|
|
182
182
|
|
|
183
|
-
|
|
183
|
+
CCB 8.2.0 已把 Flutter 版 CCB Mobile 源码放入 [`mobile/`](../mobile/),并在 GitHub Release 中发布 Android APK:
|
|
184
184
|
|
|
185
|
-
- [下载 CCB Mobile v8.
|
|
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)
|
|
186
186
|
- App 源码:[`mobile/app`](../mobile/app)
|
|
187
187
|
- 服务端 gateway 源码:[`lib/mobile_gateway`](../lib/mobile_gateway)
|
|
188
188
|
|
|
@@ -250,7 +250,7 @@ CCB 支持 [Agent Roles Spec](https://github.com/SeemSeam/agent-roles-spec):
|
|
|
250
250
|
- 微信: `seemseam-com`
|
|
251
251
|
|
|
252
252
|
<p align="center">
|
|
253
|
-
<img src="../assets/weixin.
|
|
253
|
+
<img src="../assets/weixin.png" alt="微信群" width="240">
|
|
254
254
|
</p>
|
|
255
255
|
|
|
256
256
|
<a id="community"></a>
|
|
@@ -266,27 +266,27 @@ CCB 支持 [Agent Roles Spec](https://github.com/SeemSeam/agent-roles-spec):
|
|
|
266
266
|
## 新版本记录
|
|
267
267
|
|
|
268
268
|
<details open>
|
|
269
|
-
<summary><b>v8.
|
|
269
|
+
<summary><b>v8.2.0</b> - 启动提速、Provider 修复与 Mobile 稳定性</summary>
|
|
270
270
|
|
|
271
|
-
-
|
|
272
|
-
-
|
|
273
|
-
-
|
|
271
|
+
- 减少 ccbd 启动关键路径的重复工作,同时保留 lifecycle 和 ownership 校验。
|
|
272
|
+
- 修复 Grok fullscreen 启动冲突、Claude 凭据类型保持,以及 Config UI 模型和思考强度保存后退回继承值的问题。
|
|
273
|
+
- 保持 Codex ask 传输与目标 session 绑定,并阻止已接受的空传输确认被无限重新排队。
|
|
274
|
+
- 改进 Mobile 恢复、对话和终端交互、图片/文档/视频附件、主机文件下载与设备绑定 FCM 推送。
|
|
275
|
+
- 将 Linux、macOS、npm 和签名 Android APK 的版本统一到 8.2.0。
|
|
274
276
|
|
|
275
277
|
</details>
|
|
276
278
|
|
|
277
279
|
<details>
|
|
278
|
-
<summary><b>v8.1.6</b> -
|
|
280
|
+
<summary><b>v8.1.6</b> - 已撤回</summary>
|
|
279
281
|
|
|
280
|
-
-
|
|
281
|
-
- 活跃 mailbox 工作未完成时禁止清理 provider context。
|
|
282
|
-
- 仅发布桌面端与 npm 包;本次不包含 CCB Mobile 更新。
|
|
282
|
+
- 已被后续版本替代,详细说明不再保留。
|
|
283
283
|
|
|
284
284
|
</details>
|
|
285
285
|
|
|
286
286
|
<details>
|
|
287
287
|
<summary><b>v8.1.5</b> - 已撤回</summary>
|
|
288
288
|
|
|
289
|
-
-
|
|
289
|
+
- 该版本已撤回并被替代,详细说明不再保留。
|
|
290
290
|
|
|
291
291
|
</details>
|
|
292
292
|
|
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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-8.2.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>
|
|
@@ -186,9 +186,9 @@ This command guides installation and configuration.
|
|
|
186
186
|
<details>
|
|
187
187
|
<summary><b>Mobile App details, safety boundary, and source</b></summary>
|
|
188
188
|
|
|
189
|
-
CCB Mobile
|
|
189
|
+
CCB 8.2.0 includes the Flutter CCB Mobile source in [`mobile/`](mobile/) and publishes the Android APK through GitHub Releases:
|
|
190
190
|
|
|
191
|
-
- [Download CCB Mobile v8.
|
|
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)
|
|
192
192
|
- App source: [`mobile/app`](mobile/app)
|
|
193
193
|
- Server gateway source: [`lib/mobile_gateway`](lib/mobile_gateway)
|
|
194
194
|
|
|
@@ -256,7 +256,7 @@ Use the **⚙ Settings** control panel for normal project configuration. If you
|
|
|
256
256
|
- WeChat: `seemseam-com`
|
|
257
257
|
|
|
258
258
|
<p align="center">
|
|
259
|
-
<img src="assets/weixin.
|
|
259
|
+
<img src="assets/weixin.png" alt="WeChat group" width="240">
|
|
260
260
|
</p>
|
|
261
261
|
|
|
262
262
|
<a id="community"></a>
|
|
@@ -272,27 +272,27 @@ Thanks to [tmux-agent-sidebar](https://github.com/hiroppy/tmux-agent-sidebar) fo
|
|
|
272
272
|
## Release Notes
|
|
273
273
|
|
|
274
274
|
<details open>
|
|
275
|
-
<summary><b>v8.
|
|
275
|
+
<summary><b>v8.2.0</b> - Faster startup, provider fixes, and Mobile reliability</summary>
|
|
276
276
|
|
|
277
|
-
-
|
|
278
|
-
-
|
|
279
|
-
-
|
|
277
|
+
- Reduced repeated ccbd startup work while preserving lifecycle and ownership checks.
|
|
278
|
+
- Fixed Grok fullscreen startup, Claude credential-kind preservation, and Config UI model/thinking selections reverting to inherited values.
|
|
279
|
+
- Kept Codex ask delivery session-bound and stopped accepted empty transport acknowledgements from requeueing indefinitely.
|
|
280
|
+
- Improved Mobile recovery, conversation and terminal interaction, image/document/video attachments, linked-file downloads, and device-bound FCM delivery.
|
|
281
|
+
- Synchronized Linux, macOS, npm, and signed Android artifacts for 8.2.0.
|
|
280
282
|
|
|
281
283
|
</details>
|
|
282
284
|
|
|
283
285
|
<details>
|
|
284
|
-
<summary><b>v8.1.6</b> -
|
|
286
|
+
<summary><b>v8.1.6</b> - Withdrawn</summary>
|
|
285
287
|
|
|
286
|
-
-
|
|
287
|
-
- Prevented context clearing while active mailbox work is in flight.
|
|
288
|
-
- Desktop and npm only; CCB Mobile is unchanged and not included.
|
|
288
|
+
- Superseded by later releases. Detailed notes are intentionally omitted.
|
|
289
289
|
|
|
290
290
|
</details>
|
|
291
291
|
|
|
292
292
|
<details>
|
|
293
293
|
<summary><b>v8.1.5</b> - Withdrawn</summary>
|
|
294
294
|
|
|
295
|
-
- Withdrawn
|
|
295
|
+
- Withdrawn and superseded. Detailed notes are intentionally omitted.
|
|
296
296
|
|
|
297
297
|
</details>
|
|
298
298
|
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
8.
|
|
1
|
+
8.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seemseam/ccb",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.2.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",
|