Skip to content

Commit e665890

Browse files
author
Antigravity
committed
release: prepare v8.6.5
1 parent 8c83f85 commit e665890

33 files changed

Lines changed: 157 additions & 66 deletions

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
tag:
77
description: "Release tag to publish"
88
required: true
9-
default: "v8.6.4"
9+
default: "v8.6.5"
1010
push:
1111
tags:
1212
- "v*.*.*"

.github/workflows/release-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
tag:
77
description: "Release tag to build and upload"
88
required: true
9-
default: "v8.6.4"
9+
default: "v8.6.5"
1010
push:
1111
tags:
1212
- "v*"

.github/workflows/release-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
tag:
77
description: "Windows release tag to build and publish"
88
required: true
9-
default: "v8.6.4"
9+
default: "v8.6.5"
1010
push:
1111
tags:
1212
- "v*.*.*"

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## v8.6.5 (2026-08-14)
4+
5+
- Reconstructed wrapped Agent terminal rows as logical lines before local
6+
mobile reflow, so portrait and landscape widths use the device viewport
7+
without resizing the desktop-owned tmux pane.
8+
- Replaced append-only full-screen terminal repaints with structured history
9+
and mutable-screen projections. Prompt edits and Backspace now replace the
10+
active row in place instead of accumulating stale lines in scrollback.
11+
- Kept backward-compatible terminal bytes on the wire while allowing current
12+
Android clients to distinguish real scroll history from screen replacement.
13+
- Existing pairing and project state require no migration. Upgrade both the
14+
CCB host and Mobile APK to activate the corrected projection protocol.
15+
316
## v8.6.4 (2026-08-14)
417

518
- Reworked CCB Mobile Agent terminals as responsive local projections: phone

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
**Coordinate Codex, Claude, Gemini, and other CLI agents in visible, controllable workflows you can take over**
77

88
<p>
9-
<img src="https://img.shields.io/badge/version-8.6.4-orange.svg" alt="version">
9+
<img src="https://img.shields.io/badge/version-8.6.5-orange.svg" alt="version">
1010
<img src="https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20WSL%20%7C%20Windows%20beta-lightgrey.svg" alt="platform">
1111
<img src="https://img.shields.io/badge/providers-17%20CLI%20families-0B7285.svg" alt="providers">
1212
</p>
@@ -240,9 +240,9 @@ This command guides installation and configuration.
240240
<details>
241241
<summary><b>Mobile App details, safety boundary, and source</b></summary>
242242

243-
CCB 8.6.4 includes the Flutter CCB Mobile source in [`mobile/`](mobile/) and publishes the Android APK through GitHub Releases:
243+
CCB 8.6.5 includes the Flutter CCB Mobile source in [`mobile/`](mobile/) and publishes the Android APK through GitHub Releases:
244244

245-
- [Download CCB Mobile v8.6.4 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.6.4/ccb-mobile-v8.6.4.apk)
245+
- [Download CCB Mobile v8.6.5 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.6.5/ccb-mobile-v8.6.5.apk)
246246
- App source: [`mobile/app`](mobile/app)
247247
- Server gateway source: [`lib/mobile_gateway`](lib/mobile_gateway)
248248

@@ -331,7 +331,7 @@ Thanks to [tmux-agent-sidebar](https://github.com/hiroppy/tmux-agent-sidebar) fo
331331
## Release Notes
332332

333333
<details open>
334-
<summary><b>v8.6.4</b> - Responsive and reliable Mobile terminals</summary>
334+
<summary><b>v8.6.5</b> - Responsive and reliable Mobile terminals</summary>
335335

336336
- Reflow Agent terminal snapshots to the phone viewport while preserving the desktop tmux pane geometry.
337337
- Keep terminal input and reconnection stable across LAN and Relay routes, and close active sessions cleanly during gateway shutdown.

README/ar.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
**نسّق Codex وClaude وGemini وغيرهم من وكلاء CLI ضمن سير عمل مرئي وقابل للتحكم والتدخل المباشر**
77

88
<p>
9-
<img src="https://img.shields.io/badge/version-8.6.4-orange.svg" alt="version">
9+
<img src="https://img.shields.io/badge/version-8.6.5-orange.svg" alt="version">
1010
<img src="https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20WSL-lightgrey.svg" alt="platform">
1111
<img src="https://img.shields.io/badge/providers-17%20CLI%20families-0B7285.svg" alt="providers">
1212
</p>
@@ -182,9 +182,9 @@ ccb update mobile
182182
<details>
183183
<summary><b>تفاصيل Mobile App وحدود الأمان والمصدر</b></summary>
184184

185-
يتضمن CCB 8.6.4 مصدر Flutter الخاص بـ CCB Mobile داخل [`mobile/`](../mobile/) وينشر Android APK عبر GitHub Releases:
185+
يتضمن CCB 8.6.5 مصدر Flutter الخاص بـ CCB Mobile داخل [`mobile/`](../mobile/) وينشر Android APK عبر GitHub Releases:
186186

187-
- [تنزيل CCB Mobile v8.6.4 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.6.4/ccb-mobile-v8.6.4.apk)
187+
- [تنزيل CCB Mobile v8.6.5 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.6.5/ccb-mobile-v8.6.5.apk)
188188
- مصدر التطبيق: [`mobile/app`](../mobile/app)
189189
- مصدر gateway الخادم: [`lib/mobile_gateway`](../lib/mobile_gateway)
190190

README/de.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
**Koordiniere Codex, Claude, Gemini und andere CLI-Agenten in sichtbaren, steuerbaren Workflows, die du direkt uebernehmen kannst**
77

88
<p>
9-
<img src="https://img.shields.io/badge/version-8.6.4-orange.svg" alt="version">
9+
<img src="https://img.shields.io/badge/version-8.6.5-orange.svg" alt="version">
1010
<img src="https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20WSL-lightgrey.svg" alt="platform">
1111
<img src="https://img.shields.io/badge/providers-17%20CLI%20families-0B7285.svg" alt="providers">
1212
</p>
@@ -182,9 +182,9 @@ Dieser Befehl fuehrt durch Installation und Konfiguration.
182182
<details>
183183
<summary><b>Mobile-App-Details, Sicherheitsgrenze und Source</b></summary>
184184

185-
CCB 8.6.4 enthaelt den Flutter-Quellcode von CCB Mobile in [`mobile/`](../mobile/) und veroeffentlicht das Android APK ueber GitHub Releases:
185+
CCB 8.6.5 enthaelt den Flutter-Quellcode von CCB Mobile in [`mobile/`](../mobile/) und veroeffentlicht das Android APK ueber GitHub Releases:
186186

187-
- [CCB Mobile v8.6.4 APK herunterladen](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.6.4/ccb-mobile-v8.6.4.apk)
187+
- [CCB Mobile v8.6.5 APK herunterladen](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.6.5/ccb-mobile-v8.6.5.apk)
188188
- App-Source: [`mobile/app`](../mobile/app)
189189
- Server-gateway-Source: [`lib/mobile_gateway`](../lib/mobile_gateway)
190190

README/es.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
**Coordina Codex, Claude, Gemini y otros agentes CLI en flujos visibles y controlables que puedes tomar directamente**
77

88
<p>
9-
<img src="https://img.shields.io/badge/version-8.6.4-orange.svg" alt="version">
9+
<img src="https://img.shields.io/badge/version-8.6.5-orange.svg" alt="version">
1010
<img src="https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20WSL-lightgrey.svg" alt="platform">
1111
<img src="https://img.shields.io/badge/providers-17%20CLI%20families-0B7285.svg" alt="providers">
1212
</p>
@@ -182,9 +182,9 @@ Este comando guía la instalación y configuración.
182182
<details>
183183
<summary><b>Detalles de Mobile App, límite de seguridad y fuente</b></summary>
184184

185-
CCB 8.6.4 incluye el código Flutter de CCB Mobile en [`mobile/`](../mobile/) y publica el APK Android mediante GitHub Releases:
185+
CCB 8.6.5 incluye el código Flutter de CCB Mobile en [`mobile/`](../mobile/) y publica el APK Android mediante GitHub Releases:
186186

187-
- [Descargar CCB Mobile v8.6.4 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.6.4/ccb-mobile-v8.6.4.apk)
187+
- [Descargar CCB Mobile v8.6.5 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.6.5/ccb-mobile-v8.6.5.apk)
188188
- Fuente de la app: [`mobile/app`](../mobile/app)
189189
- Fuente del gateway del servidor: [`lib/mobile_gateway`](../lib/mobile_gateway)
190190

README/fr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
**Coordonne Codex, Claude, Gemini et d'autres agents CLI dans des workflows visibles, contrôlables et reprenables directement**
77

88
<p>
9-
<img src="https://img.shields.io/badge/version-8.6.4-orange.svg" alt="version">
9+
<img src="https://img.shields.io/badge/version-8.6.5-orange.svg" alt="version">
1010
<img src="https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20WSL-lightgrey.svg" alt="platform">
1111
<img src="https://img.shields.io/badge/providers-17%20CLI%20families-0B7285.svg" alt="providers">
1212
</p>
@@ -182,9 +182,9 @@ Cette commande guide l'installation et la configuration.
182182
<details>
183183
<summary><b>Détails de l'app mobile, frontière de sécurité et source</b></summary>
184184

185-
CCB 8.6.4 inclut le code source Flutter de CCB Mobile dans [`mobile/`](../mobile/) et publie l'APK Android via GitHub Releases :
185+
CCB 8.6.5 inclut le code source Flutter de CCB Mobile dans [`mobile/`](../mobile/) et publie l'APK Android via GitHub Releases :
186186

187-
- [Télécharger l'APK CCB Mobile v8.6.4](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.6.4/ccb-mobile-v8.6.4.apk)
187+
- [Télécharger l'APK CCB Mobile v8.6.5](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.6.5/ccb-mobile-v8.6.5.apk)
188188
- Source de l'app : [`mobile/app`](../mobile/app)
189189
- Source du gateway serveur : [`lib/mobile_gateway`](../lib/mobile_gateway)
190190

README/ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
**Codex、Claude、Gemini などの CLI Agent を、見える・制御できる・直接引き継げるワークフローで連携**
77

88
<p>
9-
<img src="https://img.shields.io/badge/version-8.6.4-orange.svg" alt="version">
9+
<img src="https://img.shields.io/badge/version-8.6.5-orange.svg" alt="version">
1010
<img src="https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20WSL-lightgrey.svg" alt="platform">
1111
<img src="https://img.shields.io/badge/providers-17%20CLI%20families-0B7285.svg" alt="providers">
1212
</p>
@@ -182,9 +182,9 @@ ccb update mobile
182182
<details>
183183
<summary><b>Mobile App の詳細、安全境界、ソース</b></summary>
184184

185-
CCB 8.6.4 では Flutter 版 CCB Mobile のソースが [`mobile/`](../mobile/) に含まれ、Android APK は GitHub Releases で公開されています。
185+
CCB 8.6.5 では Flutter 版 CCB Mobile のソースが [`mobile/`](../mobile/) に含まれ、Android APK は GitHub Releases で公開されています。
186186

187-
- [CCB Mobile v8.6.4 APK をダウンロード](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.6.4/ccb-mobile-v8.6.4.apk)
187+
- [CCB Mobile v8.6.5 APK をダウンロード](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.6.5/ccb-mobile-v8.6.5.apk)
188188
- App ソース:[`mobile/app`](../mobile/app)
189189
- サーバー gateway ソース:[`lib/mobile_gateway`](../lib/mobile_gateway)
190190

0 commit comments

Comments
 (0)