This release includes 2 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+5 more
Affected surfaces
Summary
AI summaryUpdates PostgreSQL 迁移契约, 🐛 问题修复, and 插件与 IDE 接入 across a mixed release.
Full changelog
CloudBase MCP v2.24.0
🎉 新功能
PostgreSQL 迁移契约
- 建表 / 改 schema 默认走
applyMigration,需显式提供 14 位migrationVersion,避免云端与本地 migration 历史分叉 planMigration跳转到applyMigration时会带回同一 version;成功响应包含localFileHint(建议本地路径migrations/<version>_<name>.sql)execute对 schema DDL 默认拦截,并引导改用 migration(逃生口:allowDdlViaExecute=true)
插件与 IDE 接入
- 支持 Open Plugin Specification v1.0.0
- 提供独立的插件仓库,可用
npx plugins add安装
🐛 问题修复
- 修复插件仓库同步时的 dotfiles / 生成物遗漏
- 加固 skill-manifest 校验,避免不安全重建
- 统一文档中的
npx plugins add与 marketplace 安装路径说明
⚠️ 破坏性变更(Agent / 自动化需注意)
planMigration/applyMigration不再自动生成migrationVersion,缺失会返回MIGRATION_VERSION_REQUIRED- 用
execute跑CREATE/ALTER/DROP等 DDL 默认失败,请改走applyMigration
🔧 维护与工程改进(可选阅读)
- 补充 skill 评测与 skill 瘦身相关规格文档
Breaking Changes
- planMigration / applyMigration no longer auto‑generate migrationVersion; missing version returns MIGRATION_VERSION_REQUIRED
- execute of CREATE/ALTER/DROP DDL defaults to failure; must use applyMigration or set allowDdlViaExecute=true
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About TencentCloudBase/CloudBase-AI-ToolKit
One-stop backend services for WeChat Mini-Programs and full-stack apps. Provides specialized MCP tools for serverless cloud functions, databases, and one-click deployment to production with China market access through WeChat ecosystem.
Related context
Related tools
Beta — feedback welcome: [email protected]