@seemseam/ccb 8.6.8 → 8.6.9

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.8-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.6.9-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>
@@ -15,6 +15,7 @@
15
15
  <img src="https://img.shields.io/badge/Codex-111111?style=flat-square&logo=openai&logoColor=white" alt="Codex">
16
16
  <img src="https://img.shields.io/badge/Claude-D97757?style=flat-square&logo=anthropic&logoColor=white" alt="Claude">
17
17
  <img src="https://img.shields.io/badge/Gemini-4285F4?style=flat-square&logo=googlegemini&logoColor=white" alt="Gemini">
18
+ <img src="https://img.shields.io/badge/DeepSeek%20Harness-4D6BFE?style=flat-square" alt="DeepSeek Harness">
18
19
  <img src="https://img.shields.io/badge/Grok-000000?style=flat-square&logo=x&logoColor=white" alt="Grok CLI">
19
20
  <img src="https://img.shields.io/badge/Kimi-111111?style=flat-square&logo=moonshotai&logoColor=white" alt="Kimi">
20
21
  <img src="https://img.shields.io/badge/MiMo-FF6900?style=flat-square&logo=xiaomi&logoColor=white" alt="MiMo">
@@ -45,7 +46,8 @@
45
46
  ## 为什么用 CCB?
46
47
 
47
48
  - 强稳定的 agent 间通信能力,支持 `A -> B -> C`、`A,B -> C`、`A -> B,C` 等复杂协作关系。
48
- - 每个 agent 都是完整原生终端,支持可见的界面排布和直接接管。
49
+ - 交互式 CLI agent 是完整原生终端,支持可见排布和直接接管;服务型 provider
50
+ 保留明确的受管 host/log 界面,但不会伪装成终端 request 协议。
49
51
  - 后台 daemon 持续运行,可以脱离前台界面保持项目状态。
50
52
  - Hub 能力:一个命令同时并发运行多家 CLI provider。
51
53
  - 手机远程控制器:跨 provider 语音操控、文件传输和远程终端访问。
@@ -76,6 +78,23 @@ CLI,并只提示一次可安全管理的更新。可使用 `--providers check`
76
78
  版本”只会静默当前检测到的准确版本。该流程不会自动重启正在运行的
77
79
  provider pane;已接受的新版本会在 pane 下次启动或显式重启后生效。
78
80
 
81
+ 官方 DeepSeek Harness 以独立的 Developer Preview provider key `dsh`
82
+ 接入(`deepseek` 仍表示 Deep Code CLI)。使用受支持的 Node runtime 安装其
83
+ npm 包,然后在 Config UI 选择 `dsh`,或使用 `research:dsh` 这样的 Agent
84
+ leaf:
85
+
86
+ ```bash
87
+ npm install -g @deepseek-ai/dsh
88
+ dsh --version
89
+ ```
90
+
91
+ CCB 会在 loopback 上启动 `dsh web`,并通过 DSH 的结构化
92
+ HTTP/WebSocket carrier 通信。当前 POSIX 运行时可以把该服务放在受管 pane
93
+ 中,但 pane 仅承担 lifecycle/log 所有权;prompt、reply、原生结束判定、
94
+ `ccb compact` 和恢复都不依赖终端输入或 pane 文本启发式。请在用户自有 DSH
95
+ 状态或 CCB provider profile/API 控制中配置
96
+ `DEEPSEEK_API_KEY`,并按需配置 `DEEPSEEK_BASE_URL`;CCB 不会自动获取凭据。
97
+
79
98
  版本发生更新后,新安装的 CCB 还会迁移旧的项目级 Claude/Gemini 缓存:
80
99
  manifest 校验通过且项目已经删除的缓存会立即清理;当前项目已经停止时会
81
100
  立即清理,仍在运行或属于其他现存项目的缓存会保留到对应项目下一次成功
@@ -211,9 +230,9 @@ ccb update mobile
211
230
  <details>
212
231
  <summary><b>Mobile App 详情、安全边界和源码</b></summary>
213
232
 
214
- CCB 8.6.8 已把 Flutter 版 CCB Mobile 源码放入 [`mobile/`](../mobile/),并在 GitHub Release 中发布 Android APK:
233
+ CCB 8.6.9 已把 Flutter 版 CCB Mobile 源码放入 [`mobile/`](../mobile/),并在 GitHub Release 中发布 Android APK:
215
234
 
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)
235
+ - [下载 CCB Mobile v8.6.9 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.6.9/ccb-mobile-v8.6.9.apk)
217
236
  - App 源码:[`mobile/app`](../mobile/app)
218
237
  - 服务端 gateway 源码:[`lib/mobile_gateway`](../lib/mobile_gateway)
219
238
 
@@ -302,12 +321,12 @@ CCB 支持 [Agent Roles Spec](https://github.com/SeemSeam/agent-roles-spec):
302
321
  ## 新版本记录
303
322
 
304
323
  <details open>
305
- <summary><b>v8.6.8</b> - Mobile 对话细化与更安全的 Windows 运行状态</summary>
324
+ <summary><b>v8.6.9</b> - DeepSeek Harness、AGY 启动与 Windows 隔离</summary>
306
325
 
307
- - Mobile 本地背景支持调节内容表面不透明度,所选图片同时覆盖项目列表和工作区外壳。
308
- - 展开长回复时直接定位到气泡内部底部,保持最新气泡可见,并把可下载文件作为气泡内普通内容展示。
309
- - 带附件的短消息保持自然高度;长消息附件与正文位于同一个内部滚动区域。
310
- - Windows 子进程输出不可解码时进行安全替换,Herdr Pane 状态交回原生检测;退役 Agent 的运行时或文件仍活跃时延后清理(PR #314、#315、#317;PR #316 由加固后的测试修正取代)。
326
+ - 以独立 Developer Preview provider `dsh` 接入官方 DeepSeek Harness,通过 loopback HTTP/WebSocket 服务与精确 native turn 证据工作。
327
+ - 让受管 AGY 1.1.13 立即选择私有文件 token 存储,避免 keyring 超时,同时不写入用户源 HOME(Issue #318)。
328
+ - 撤销 Windows PR 对 Linux/macOS 共享运行时代码的越界改动,并新增基于可信 base 的原生 Windows 专用 PR 门禁,阻止后续跨平台污染。
329
+ - DSH clear、compact、精确 session 恢复、凭据、skills 与运行时状态限制在 provider-native、Agent 私有边界内。
311
330
 
312
331
  </details>
313
332
 
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.8-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-8.6.9-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>
@@ -15,6 +15,7 @@
15
15
  <img src="https://img.shields.io/badge/Codex-111111?style=flat-square&logo=openai&logoColor=white" alt="Codex">
16
16
  <img src="https://img.shields.io/badge/Claude-D97757?style=flat-square&logo=anthropic&logoColor=white" alt="Claude">
17
17
  <img src="https://img.shields.io/badge/Gemini-4285F4?style=flat-square&logo=googlegemini&logoColor=white" alt="Gemini">
18
+ <img src="https://img.shields.io/badge/DeepSeek%20Harness-4D6BFE?style=flat-square" alt="DeepSeek Harness">
18
19
  <img src="https://img.shields.io/badge/Grok-000000?style=flat-square&logo=x&logoColor=white" alt="Grok CLI">
19
20
  <img src="https://img.shields.io/badge/Kimi-111111?style=flat-square&logo=moonshotai&logoColor=white" alt="Kimi">
20
21
  <img src="https://img.shields.io/badge/MiMo-FF6900?style=flat-square&logo=xiaomi&logoColor=white" alt="MiMo">
@@ -45,7 +46,9 @@
45
46
  ## Why CCB?
46
47
 
47
48
  - Stable inter-agent communication for complex collaboration graphs such as `A -> B -> C`, `A,B -> C`, and `A -> B,C`.
48
- - Every agent is a full native terminal with visible layout control and direct takeover.
49
+ - Interactive CLI agents are full native terminals with visible layout control
50
+ and direct takeover; service-backed providers keep an explicit managed
51
+ host/log surface without pretending it is their request protocol.
49
52
  - The background daemon keeps project state alive even when the foreground UI is closed.
50
53
  - Hub capability: run multiple CLI providers concurrently from one command.
51
54
  - Mobile remote controller: cross-provider voice control, file transfer, and remote terminal access.
@@ -98,6 +101,24 @@ on the next `ccb update`; skipping a version hides only that exact version.
98
101
  CCB never restarts active provider panes during this flow, so an accepted
99
102
  provider update applies when that pane next starts or is explicitly restarted.
100
103
 
104
+ The official DeepSeek Harness integration is available as the separate
105
+ Developer Preview provider key `dsh` (`deepseek` continues to mean the Deep
106
+ Code CLI). Install its current npm release with a supported Node runtime, then
107
+ select `dsh` in Config UI or use an Agent leaf such as `research:dsh`:
108
+
109
+ ```bash
110
+ npm install -g @deepseek-ai/dsh
111
+ dsh --version
112
+ ```
113
+
114
+ CCB starts `dsh web` on loopback and communicates through DSH's structured
115
+ HTTP/WebSocket carrier. The current POSIX runtime may host that service in a
116
+ managed pane only for lifecycle/log ownership; prompts, replies, native
117
+ completion, `ccb compact`, and restore do not depend on terminal input or
118
+ pane-text heuristics. Configure `DEEPSEEK_API_KEY` (and
119
+ optionally `DEEPSEEK_BASE_URL`) in user-owned DSH state or through CCB's
120
+ provider-profile/API controls; CCB does not obtain credentials automatically.
121
+
101
122
  After a release change, the newly installed CCB also retires old
102
123
  project-scoped Claude/Gemini caches. Manifest-valid caches for deleted projects
103
124
  are removed immediately. A stopped current project is cleaned immediately;
@@ -240,9 +261,9 @@ This command guides installation and configuration.
240
261
  <details>
241
262
  <summary><b>Mobile App details, safety boundary, and source</b></summary>
242
263
 
243
- CCB 8.6.8 includes the Flutter CCB Mobile source in [`mobile/`](mobile/) and publishes the Android APK through GitHub Releases:
264
+ CCB 8.6.9 includes the Flutter CCB Mobile source in [`mobile/`](mobile/) and publishes the Android APK through GitHub Releases:
244
265
 
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)
266
+ - [Download CCB Mobile v8.6.9 APK](https://github.com/SeemSeam/claude_codex_bridge/releases/download/v8.6.9/ccb-mobile-v8.6.9.apk)
246
267
  - App source: [`mobile/app`](mobile/app)
247
268
  - Server gateway source: [`lib/mobile_gateway`](lib/mobile_gateway)
248
269
 
@@ -331,12 +352,12 @@ Thanks to [tmux-agent-sidebar](https://github.com/hiroppy/tmux-agent-sidebar) fo
331
352
  ## Release Notes
332
353
 
333
354
  <details open>
334
- <summary><b>v8.6.8</b> - Refined Mobile conversations and safer Windows runtime state</summary>
355
+ <summary><b>v8.6.9</b> - DeepSeek Harness, AGY startup, and Windows isolation</summary>
335
356
 
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).
357
+ - Add the official DeepSeek Harness as the separate Developer Preview provider `dsh`, using its loopback HTTP/WebSocket service and exact native turn evidence.
358
+ - Make managed AGY 1.1.13 select private file token storage immediately, avoiding the keyring timeout without writing to the user's source HOME (Issue #318).
359
+ - Roll back Windows PR changes that crossed into shared Linux/macOS runtime code and add a trusted-base native-only PR gate that rejects future cross-platform leakage.
360
+ - Keep DSH clear, compact, exact-session restore, credentials, skills, and runtime state inside provider-native, agent-private boundaries.
340
361
 
341
362
  </details>
342
363
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 8.6.8
1
+ 8.6.9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "8.6.8",
3
+ "version": "8.6.9",
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",