@seemseam/ccb 7.6.10 → 7.6.11

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.md CHANGED
@@ -6,7 +6,7 @@
6
6
  **Visible, controllable multi-agent cooperative TUI workspace**
7
7
 
8
8
  <p>
9
- <img src="https://img.shields.io/badge/version-7.6.10-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-7.6.11-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-15%20CLI%20families-0B7285.svg" alt="providers">
12
12
  </p>
@@ -643,6 +643,21 @@ v7 highlights:
643
643
  - Hardened tmux, Ghostty, release helper, Codex trust, and provider session restore paths.
644
644
 
645
645
  <details open>
646
+ <summary><b>v7.6.11</b> - Layout Percent And Codex MCP Overlays</summary>
647
+
648
+ - Adds explicit pane split ratios in layout tokens, such as
649
+ `agent1:codex@30`, while preserving the existing even-split default when no
650
+ suffix is present.
651
+ - Adds source-controlled per-agent Codex MCP overlays through
652
+ `provider_profile.mcp_servers`; same-name MCP servers override inherited
653
+ Codex config and different names are additive.
654
+ - Preserves trusted Codex command hooks during managed Codex home projection,
655
+ improves sidebar Comms/Tips scrolling and resizing, and exposes more reply
656
+ artifact evidence in `ccb trace`.
657
+
658
+ </details>
659
+
660
+ <details>
646
661
  <summary><b>v7.6.10</b> - Z.ai Provider Support</summary>
647
662
 
648
663
  - Adds managed optional Z.ai CLI provider support with `provider = "zai"`,
@@ -809,6 +824,11 @@ v7 highlights:
809
824
  only when `.hindsight/kimi.json`, `.hindsight/codex.json`,
810
825
  `HINDSIGHT_API_URL`, or `HINDSIGHT_BANK_ID` is configured, and failures remain
811
826
  non-blocking provider diagnostics.
827
+ - Preserves trusted Codex command hooks, including Hindsight Codex hooks, when
828
+ CCB materializes managed Codex homes. Operators can extend the allowlist with
829
+ `CCB_CODEX_INHERITED_HOOK_EVENTS` and
830
+ `CCB_CODEX_INHERITED_COMMAND_HOOK_MARKERS`; arbitrary root hooks remain
831
+ filtered out.
812
832
  - Accepts both `HINDSIGHT_API_KEY` and `HINDSIGHT_API_TOKEN` for the Kimi
813
833
  bridge and the `scripts/hindsight` helper.
814
834
  - Documents the supported provider surface more clearly in the README while
package/README_zh.md CHANGED
@@ -6,7 +6,7 @@
6
6
  **可见、可控的多 Agent 合作TUI工作台**
7
7
 
8
8
  <p>
9
- <img src="https://img.shields.io/badge/version-7.6.10-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-7.6.11-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-15%20CLI%20families-0B7285.svg" alt="providers">
12
12
  </p>
@@ -632,6 +632,19 @@ v7 线重点:
632
632
  - 加固 tmux、Ghostty、release helper、Codex trust 和 provider 会话恢复路径。
633
633
 
634
634
  <details open>
635
+ <summary><b>v7.6.11</b> - Layout Percent 与 Codex MCP Overlay</summary>
636
+
637
+ - 新增显式 pane split 比例 layout token,例如 `agent1:codex@30`;没有
638
+ `@N` 后缀时继续保持原有 sibling panes 均分行为。
639
+ - 新增通过 `provider_profile.mcp_servers` 配置 per-agent Codex MCP overlay;
640
+ 同名 MCP server 覆盖继承配置,不同名 additive。
641
+ - managed Codex home projection 现在会保留可信 Codex command hook,并改进
642
+ sidebar Comms/Tips 的滚动和拖拽调整,同时在 `ccb trace` 暴露更多 reply
643
+ artifact 证据。
644
+
645
+ </details>
646
+
647
+ <details>
635
648
  <summary><b>v7.6.10</b> - Z.ai Provider 支持</summary>
636
649
 
637
650
  - 新增 Z.ai CLI optional provider:支持 `provider = "zai"`、可见
@@ -779,6 +792,10 @@ v7 线重点:
779
792
  - Kimi Hindsight 记忆改为 CCB 执行边界上的显式 opt-in:只有配置
780
793
  `.hindsight/kimi.json`、`.hindsight/codex.json`、`HINDSIGHT_API_URL` 或
781
794
  `HINDSIGHT_BANK_ID` 时才启用,失败时只记录 provider diagnostics,不阻塞任务。
795
+ - CCB 物化 managed Codex home 时会保留可信 Codex command hook,包括
796
+ Hindsight Codex hooks。运维可通过 `CCB_CODEX_INHERITED_HOOK_EVENTS` 和
797
+ `CCB_CODEX_INHERITED_COMMAND_HOOK_MARKERS` 扩展 allowlist;任意 root hook
798
+ 仍会被过滤。
782
799
  - Kimi bridge 和 `scripts/hindsight` helper 同时兼容 `HINDSIGHT_API_KEY` 与
783
800
  `HINDSIGHT_API_TOKEN`。
784
801
  - README 更明确展示支持的 provider surface,同时保持无关 provider 行为不变。
package/VERSION CHANGED
@@ -1 +1 @@
1
- 7.6.10
1
+ 7.6.11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "7.6.10",
3
+ "version": "7.6.11",
4
4
  "description": "Visible, controllable multi-agent CLI workspace for Codex, Claude, Gemini, Kimi, MiMo, Qwen, Cursor, Copilot, Crush, Kiro, Pi, Z.ai, OpenCode, Antigravity, and Droid.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "homepage": "https://github.com/SeemSeam/claude_codex_bridge#readme",