v4.14.22
labring/FastGPTv4.14.22May 22, 2026by c121914yu
AI Summary
A maintenance release fixing workflow model selection and reasoning context issues.
Key Highlights
- Fixed workflow default model selection not syncing with form values
- Fixed reasoning context errors when mixing thinking and non-thinking models
Full Release Notes
## 🐛 修复 1. 工作流默认选中模型未回传表单值,导致看到的模型和实际运行模型不一致。 2. 工作流自动保存时,存在边丢失风险。 3. admin 修改系统通知弹窗时候报错。 4. 工作流混用思考/非思考模型,可能出现独立 reason 字段上下文,导致模型调用报错。 ## What's Changed * fix: avoid standalone reasoning messages by @c121914yu in https://github.com/labring/FastGPT/pull/6960 **Full Changelog**: https://github.com/labring/FastGPT/compare/v4.14.21...v4.14.22