v1.5.0 正式发布!| v1.5.0 Stable Release!
v1.5.0 正式发布!| v1.5.0 Stable Release!
提 issue 前请先升级:最近报的 bug 大多已经在 v1.5.0 修了。 Please upgrade before filing new issues — many recent bug reports are already fixed in v1.5.0.
中文
cc-connect v1.5.0 正式版发布!稳定化 v1.5.0-beta.1 → beta.5(约 93 个 commit),含 5 个新平台、Reasonix agent、飞书/Kimi/Pi 强化及生产 P1 稳定性修复。
安装 / 升级
npm install -g cc-connect@latest
go install github.com/chenhg5/cc-connect/cmd/[email protected]已安装用户也可直接运行 cc-connect update。
主要更新
- 新增平台 — 腾讯元宝 (#1445);cloud_web 自托管 IM Gateway (#1282);Google Chat (#1424);WPS Agentspace (#1439);Tuitui (#849)
- 新增 Agent — Reasonix HTTP serve API (#1281)
- 飞书强化 — 话题 workspace 隔离 (#1551);引用文件按需下载 (#1588);首次进话题 bootstrap (#1627);跨类型图片 batch flush (#1693)
- Agent 生态 — Kimi Code CLI 原生方言 (#1564);Pi v0.84.0 toolcall_end + willRetry (#1674, #1597);codex
/modelgpt-5.x (#1546) - 核心稳定性 —
/restartpanic 恢复;idle close 竞态修复;微信 send budget (#1643, #1693) agent_session_idle_timeout_mins— 空闲 agent 进程自动关闭,保留 session 供 resume (#1338)
⚠️ 行为变更(可能要改配置)
无 breaking changes。所有新配置项均为可选且有安全默认值。v1.4.1 配置可直接升级。
若你已在生产运行 1.5.0-beta.*,建议升级到 v1.5.0 — 运行时与 beta.5 一致,获得稳定版本号与 npm @latest。
完整 changelog
- 主题汇总:
changelogs/v1.5.0.md - 完整记录:
CHANGELOG.md - 差异对比:v1.4.1...v1.5.0
提 issue 前请先看
- 请先升级到 v1.5.0 — 最近报的 bug 大多已修(尤其 #1686 P1 稳定性)。
- 看你的问题是不是上面的「行为变更」之一。
- 还是不行,issue 里请带:cc-connect 版本号(
cc-connect --version)、平台、agent、最小复现。
English
cc-connect v1.5.0 stable is out! Stabilizes v1.5.0-beta.1 → beta.5 (~93 commits) with 5 new platforms, Reasonix agent, Feishu/Kimi/Pi hardening, and production P1 stability fixes.
Install / Upgrade
npm install -g cc-connect@latest
go install github.com/chenhg5/cc-connect/cmd/[email protected]Already installed? Run cc-connect update.
Highlights
- New platforms — Tencent Yuanbao (#1445); cloud_web self-hosted IM gateway (#1282); Google Chat (#1424); WPS Agentspace (#1439); Tuitui (#849)
- New agent — Reasonix HTTP serve API (#1281)
- Feishu hardening — topic workspace isolation (#1551); quoted file on-demand download (#1588); first thread mention bootstrap (#1627); cross-type image batch flush (#1693)
- Agent ecosystem — Kimi Code CLI native dialect (#1564); Pi v0.84.0 toolcall_end + willRetry (#1674, #1597); codex
/modelgpt-5.x (#1546) - Core stability —
/restartpanic recovery; idle close race fixes; Weixin send budget (#1643, #1693) agent_session_idle_timeout_mins— close idle agent processes while preserving session for resume (#1338)
⚠️ Behavior changes
No breaking changes. All new config options are optional with safe defaults. v1.4.1 configs upgrade as-is.
If you have been running any 1.5.0-beta.* in production, upgrading to v1.5.0 is recommended — same runtime as beta.5 with stable versioning and npm @latest.
Full changelog
- Themed summary:
changelogs/v1.5.0.md - Full log:
CHANGELOG.md - Diff: v1.4.1...v1.5.0
Before filing an issue
- Upgrade to v1.5.0 first — many recent bugs (especially #1686 P1 stability) are already fixed.
- Check if your issue matches any behavior change above.
- Still stuck? Include:
cc-connect --version, platform, agent runtime, minimal repro steps.
此 issue 取代 #1374。 This issue supersedes #1374.
Source: chenhg5/cc-connect