@seemseam/ccb 8.6.7 → 8.6.8

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/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.6.6-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.6.8-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>
@@ -211,9 +211,9 @@ ccb update mobile
211
211
  <details>
212
212
  <summary><b>Mobile App 详情、安全边界和源码</b></summary>
213
213
 
214
- CCB 8.6.6 已把 Flutter 版 CCB Mobile 源码放入 [`mobile/`](../mobile/),并在 GitHub Release 中发布 Android APK:
214
+ CCB 8.6.8 已把 Flutter 版 CCB Mobile 源码放入 [`mobile/`](../mobile/),并在 GitHub Release 中发布 Android APK:
215
215
 
216
- - [下载 CCB Mobile v8.6.6 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.6.6/ccb-mobile-v8.6.6.apk)
216
+ - [下载 CCB Mobile v8.6.8 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.6.8/ccb-mobile-v8.6.8.apk)
217
217
  - App 源码:[`mobile/app`](../mobile/app)
218
218
  - 服务端 gateway 源码:[`lib/mobile_gateway`](../lib/mobile_gateway)
219
219
 
@@ -302,12 +302,12 @@ CCB 支持 [Agent Roles Spec](https://github.com/SeemSeam/agent-roles-spec):
302
302
  ## 新版本记录
303
303
 
304
304
  <details open>
305
- <summary><b>v8.6.6</b> - Mobile 连续性与 Provider 安全恢复</summary>
305
+ <summary><b>v8.6.8</b> - Mobile 对话细化与更安全的 Windows 运行状态</summary>
306
306
 
307
- - `ccb update` 后自动重启正在运行的已安装版 Mobile Host,保留配对信息;同时避免合法的大型 Relay 终端历史快照在首次额度更新前卡住。
308
- - 仅当当前输入框仍包含本任务的精确证据时,才为首次 Enter 丢失的 Claude 提示补发一次 Enter;Pane 历史不会触发补发(PR #305)。
309
- - 显式 Agent 环境变量和 Provider 路由优先于继承的 Claude settings;Provider profile 变化时重建复用绑定,但不清除对话历史(PR #307、#308)。
310
- - Herdr 严格按指定的非根父 Pane 分割;原生 Windows 新增 `pwsh`、`powershell`、`bash`、`wincmd` shell Pane,同时保留带 Provider 后缀的同名 Agent(PR #309、#310)。
307
+ - Mobile 本地背景支持调节内容表面不透明度,所选图片同时覆盖项目列表和工作区外壳。
308
+ - 展开长回复时直接定位到气泡内部底部,保持最新气泡可见,并把可下载文件作为气泡内普通内容展示。
309
+ - 带附件的短消息保持自然高度;长消息附件与正文位于同一个内部滚动区域。
310
+ - Windows 子进程输出不可解码时进行安全替换,Herdr Pane 状态交回原生检测;退役 Agent 的运行时或文件仍活跃时延后清理(PR #314、#315、#317;PR #316 由加固后的测试修正取代)。
311
311
 
312
312
  </details>
313
313
 
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.6.6-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.6.8-orange.svg" alt="version">
10
10
  <img src="https://img.shields.io/badge/platform-Linux%20%7C%20macOS%20%7C%20WSL%20%7C%20Windows%20beta-lightgrey.svg" alt="platform">
11
11
  <img src="https://img.shields.io/badge/providers-17%20CLI%20families-0B7285.svg" alt="providers">
12
12
  </p>
@@ -240,9 +240,9 @@ This command guides installation and configuration.
240
240
  <details>
241
241
  <summary><b>Mobile App details, safety boundary, and source</b></summary>
242
242
 
243
- CCB 8.6.6 includes the Flutter CCB Mobile source in [`mobile/`](mobile/) and publishes the Android APK through GitHub Releases:
243
+ CCB 8.6.8 includes the Flutter CCB Mobile source in [`mobile/`](mobile/) and publishes the Android APK through GitHub Releases:
244
244
 
245
- - [Download CCB Mobile v8.6.6 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.6.6/ccb-mobile-v8.6.6.apk)
245
+ - [Download CCB Mobile v8.6.8 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.6.8/ccb-mobile-v8.6.8.apk)
246
246
  - App source: [`mobile/app`](mobile/app)
247
247
  - Server gateway source: [`lib/mobile_gateway`](lib/mobile_gateway)
248
248
 
@@ -331,12 +331,12 @@ Thanks to [tmux-agent-sidebar](https://github.com/hiroppy/tmux-agent-sidebar) fo
331
331
  ## Release Notes
332
332
 
333
333
  <details open>
334
- <summary><b>v8.6.6</b> - Mobile continuity and Provider-safe recovery</summary>
334
+ <summary><b>v8.6.8</b> - Refined Mobile conversations and safer Windows runtime state</summary>
335
335
 
336
- - Restart an active installed Mobile Host after `ccb update` without rotating pairing, and prevent valid large Relay terminal-history snapshots from stalling before the first credit update.
337
- - Recover a Claude prompt whose initial Enter was lost only when the current composer still contains exact task evidence; pane history cannot trigger the retry (PR #305).
338
- - Keep explicit Agent environment and Provider routes above inherited Claude settings, and rebuild drifted Provider-profile bindings without clearing conversation history (PRs #307 and #308).
339
- - Honor exact non-root Herdr split parents and add native-Windows `pwsh`, `powershell`, `bash`, and `wincmd` shell panes without stealing provider-qualified Agent names (PRs #309 and #310).
336
+ - Adjust workspace-surface opacity for local Mobile backgrounds and extend the selected image across the project list and workspace chrome.
337
+ - Open expanded long replies at their internal bottom, keep the latest bubble visible, and render downloadable files as normal in-bubble content.
338
+ - Preserve natural height for short attachment messages and keep long-message attachments in the same internal scroll viewport as the body.
339
+ - Replace undecodable Windows subprocess bytes, return Herdr pane-state authority to native detection, and defer retired Agent cleanup while its runtime or files remain active (PRs #314, #315, and #317; PR #316 is superseded by the hardened test correction).
340
340
 
341
341
  </details>
342
342
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 8.6.7
1
+ 8.6.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "8.6.7",
3
+ "version": "8.6.8",
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",