v4.14.0-fix
labring/FastGPTv4.14.0-fixNov 7, 2025by c121914yu
AI Summary
A hotfix release correcting critical bugs in debug mode, rich text editing, nested agent execution, and conditional node logic present in the previous release.
Key Highlights
- Fixed Debug mode interactive nodes
- Fixed Rich Text Editor alignment issues
- Fixed nested Agent execution queue initialization
- Fixed conditional node errors with number references.
New Features
- Debug mode fixes
- Rich text editor fixes
- Nested agent fixes
- Conditional node fixes
- File selector fixes
- HTTP protocol fixes
- Variable default fixes
- Code node display fixes
Full Release Notes
## ⚙️ 优化 1. 在同一轮对话中,MCP Client 会持久化实例,不会销毁。 ## 🐛 修复 1. Debug 模式下,交互节点无法正常使用。 2. 富文本编辑器 tab 空格未对齐。 3. 嵌套运行 Agent 时候,跳过节点队列未初始化,导致无法正常运行。 4. 判断器右侧是 number 引用时,会出现报错。 ## What's Changed * Upgrade document by @c121914yu in https://github.com/labring/FastGPT/pull/5865 * add templateId to apps by @c121914yu in https://github.com/labring/FastGPT/pull/5866 * fix: document deploy by @c121914yu in https://github.com/labring/FastGPT/pull/5867 * fix: document deploy by @c121914yu in https://github.com/labring/FastGPT/pull/5868 * chore: edit upgrading doc by @FinleyGe in https://github.com/labring/FastGPT/pull/5870 * fix: trim check by @c121914yu in https://github.com/labring/FastGPT/pull/5873 * fix: child app run error when interactive and skip node by @c121914yu in https://github.com/labring/FastGPT/pull/5876 **Full Changelog**: https://github.com/labring/FastGPT/compare/v4.14.0...v4.14.0-fix