@seemseam/ccb 7.6.4 → 7.6.5
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 +15 -1
- package/README_zh.md +13 -1
- package/VERSION +1 -1
- package/package.json +1 -1
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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-7.6.5-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-14%20CLI%20families-0B7285.svg" alt="providers">
|
|
12
12
|
</p>
|
|
@@ -641,6 +641,20 @@ v7 highlights:
|
|
|
641
641
|
- Hardened tmux, Ghostty, release helper, Codex trust, and provider session restore paths.
|
|
642
642
|
|
|
643
643
|
<details open>
|
|
644
|
+
<summary><b>v7.6.5</b> - Rich WezTerm IME</summary>
|
|
645
|
+
|
|
646
|
+
- Enables IME support in the generated rich WezTerm config and maps
|
|
647
|
+
`XMODIFIERS=@im=...` into WezTerm's XIM name so X11 fcitx/ibus input works
|
|
648
|
+
for Chinese and other IME-backed text.
|
|
649
|
+
- Generated `ccb-workbench` wrappers now detect running or installed
|
|
650
|
+
`fcitx5`, `fcitx`, or `ibus-daemon` before launching WezTerm, while
|
|
651
|
+
preserving any user-provided input-method environment.
|
|
652
|
+
- Keeps the v7.6.4 green release surface and all v7.6.2 rich/tmux fixes intact
|
|
653
|
+
for npm latest install testing.
|
|
654
|
+
|
|
655
|
+
</details>
|
|
656
|
+
|
|
657
|
+
<details>
|
|
644
658
|
<summary><b>v7.6.4</b> - macOS Release Install Smoke</summary>
|
|
645
659
|
|
|
646
660
|
- Keeps the 7.6.3 macOS temporary-root hardening and updates the CI release
|
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.
|
|
9
|
+
<img src="https://img.shields.io/badge/version-7.6.5-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-14%20CLI%20families-0B7285.svg" alt="providers">
|
|
12
12
|
</p>
|
|
@@ -630,6 +630,18 @@ v7 线重点:
|
|
|
630
630
|
- 加固 tmux、Ghostty、release helper、Codex trust 和 provider 会话恢复路径。
|
|
631
631
|
|
|
632
632
|
<details open>
|
|
633
|
+
<summary><b>v7.6.5</b> - Rich WezTerm 输入法</summary>
|
|
634
|
+
|
|
635
|
+
- 生成的 rich WezTerm 配置现在会启用 IME,并把 `XMODIFIERS=@im=...`
|
|
636
|
+
映射为 WezTerm 的 XIM 名称,修复 X11 下 fcitx/ibus 中文输入连接问题。
|
|
637
|
+
- 生成的 `ccb-workbench` wrapper 会在启动 WezTerm 前探测运行中或已安装的
|
|
638
|
+
`fcitx5`、`fcitx`、`ibus-daemon`,只在用户未设置时补齐输入法环境变量。
|
|
639
|
+
- 保留 v7.6.4 已绿发布面,以及 v7.6.2 的 rich/tmux 修复,供 npm latest
|
|
640
|
+
安装实测。
|
|
641
|
+
|
|
642
|
+
</details>
|
|
643
|
+
|
|
644
|
+
<details>
|
|
633
645
|
<summary><b>v7.6.4</b> - macOS Release Install Smoke</summary>
|
|
634
646
|
|
|
635
647
|
- 保留 7.6.3 的 macOS temporary-root 加固,同时让 CI release install smoke
|
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
7.6.
|
|
1
|
+
7.6.5
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seemseam/ccb",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.5",
|
|
4
4
|
"description": "Visible, controllable multi-agent CLI workspace for Codex, Claude, Gemini, Kimi, MiMo, Qwen, Cursor, Copilot, Crush, Kiro, Pi, OpenCode, Antigravity, and Droid.",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"homepage": "https://github.com/SeemSeam/claude_codex_bridge#readme",
|