@seemseam/ccb 7.6.12 → 7.6.13

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.12-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-7.6.13-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>
@@ -712,6 +712,23 @@ v7 highlights:
712
712
  - Hardened tmux, Ghostty, release helper, Codex trust, and provider session restore paths.
713
713
 
714
714
  <details open>
715
+ <summary><b>v7.6.13</b> - Provider Profile Overlay Fixes</summary>
716
+
717
+ - Codex plugin overrides now resolve in the intended order: inherited source
718
+ config, `provider_profile.plugins`, then `CCB_CODEX_PLUGIN_OVERRIDES_JSON` /
719
+ `CCB_CODEX_PLUGIN_OVERRIDES`.
720
+ - Codex agents without an inherited `config.toml` now still materialize
721
+ `provider_profile.plugins` into managed `config.toml`.
722
+ - Claude `provider_profile.mcp_servers` now works even when the source
723
+ `.claude.json` does not exist, and `enabled = false` clears stale managed MCP
724
+ servers from the agent trust file.
725
+ - Callback continuations now preserve the upstream finalization target, and
726
+ inherited ask skills remind agents not to answer callback continuations before
727
+ upstream results are available.
728
+
729
+ </details>
730
+
731
+ <details>
715
732
  <summary><b>v7.6.12</b> - Claude MCP And Hook Inheritance</summary>
716
733
 
717
734
  - Managed Claude agents now inherit Claude Code MCP configuration from the
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.12-orange.svg" alt="version">
9
+ <img src="https://img.shields.io/badge/version-7.6.13-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>
@@ -698,6 +698,23 @@ v7 线重点:
698
698
  - 加固 tmux、Ghostty、release helper、Codex trust 和 provider 会话恢复路径。
699
699
 
700
700
  <details open>
701
+ <summary><b>v7.6.13</b> - Provider Profile Overlay 修复</summary>
702
+
703
+ - Codex plugin override 现在按预期顺序解析:继承的 source config、
704
+ `provider_profile.plugins`,最后是
705
+ `CCB_CODEX_PLUGIN_OVERRIDES_JSON` / `CCB_CODEX_PLUGIN_OVERRIDES` 环境覆盖。
706
+ - 没有继承 `config.toml` 的 Codex agent 现在也会把
707
+ `provider_profile.plugins` 写入 managed `config.toml`。
708
+ - Claude `provider_profile.mcp_servers` 现在即使 source `.claude.json`
709
+ 不存在也会生效,`enabled = false` 会清理 agent trust file 里的 stale
710
+ managed MCP server。
711
+ - callback continuation 现在会保留明确的 upstream finalization target;
712
+ 继承的 ask skills 也会提醒 agent 在 upstream 结果可用前不要提前回答
713
+ callback continuation。
714
+
715
+ </details>
716
+
717
+ <details>
701
718
  <summary><b>v7.6.12</b> - Claude MCP 与 Hook 继承</summary>
702
719
 
703
720
  - managed Claude agent 现在会从 source `.claude.json` 继承 Claude Code MCP
package/VERSION CHANGED
@@ -1 +1 @@
1
- 7.6.12
1
+ 7.6.13
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seemseam/ccb",
3
- "version": "7.6.12",
3
+ "version": "7.6.13",
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",