v4.14.12
labring/FastGPTv4.14.12Apr 20, 2026by c121914yu
AI Summary
Introduces new agent scheduling capabilities and fixes API validation errors in knowledge base paths.
Key Highlights
- Added support for custom HTTP status codes in responses.
- Enabled PI Agent mode (beta) for the Agent scheduler.
- Fixed Zod validation errors in knowledge base path interfaces.
New Features
- PI Agent mode support
- Custom HttpStatus codes
Full Release Notes
## 🐛 修复 1. 知识库三级目录 path 接口报 zod 校验出错。 @c121914yu 2. v1/completions 接口 dataId 异常,导致 api 调用时候,对话日志里无法获取到运行详情。 @xqvvu ## 🚀 新增内容 1. 响应值允许自定义 HttpStatus 状态码。 2. Agent 调度器支持 PI Agent 模式(beta功能)。 ## ⚙️ 优化 1. skill 接口错误处理。 ## What's Changed * doc by @c121914yu in https://github.com/labring/FastGPT/pull/6772 * feat: Add new skill error handling and localization messages by @ctlaltlaltc in https://github.com/labring/FastGPT/pull/6761 * feat: Add new PI agent features and update dependencies by @ctlaltlaltc in https://github.com/labring/FastGPT/pull/6762 * fix: parent datasetId type;fix: v1 completions; by @c121914yu in https://github.com/labring/FastGPT/pull/6775 **Full Changelog**: https://github.com/labring/FastGPT/compare/v4.14.11...v4.14.12