v4.14.2
labring/FastGPTv4.14.2Nov 18, 2025by c121914yu
AI Summary
This release introduces a new Agent Call abstraction to support context compression during continuous tool calls and redesigns the template market UI.
Key Highlights
- New Agent Call abstraction supporting context compression for continuous tool calls.
- Redesigned template market UI with a 30-minute cache duration.
- Ability to quickly create knowledge bases within the application editor.
New Features
- Context compression for Agent tools
- Template market new UI
- Quick knowledge base creation
- Optimized custom separator chunk size
- Fix for duplicate plugin uploads
Full Release Notes
## 更新指南 ### 1. 更新镜像: - 更新 FastGPT 镜像tag: v4.14.2 - 更新 FastGPT 商业版镜像tag: v4.14.2 - 更新 fastgpt-plugin 镜像 tag: v0.3.2 - mcp_server 无需更新 - Sandbox 无需更新 - AIProxy 无需更新 ## 🚀 新增内容 1. 封装底层 Agent Call 方式,支持工具连续调用时上下文的压缩。 @c121914yu 2. 模板市场新 UI。 @newfish-cmyk 3. 支持应用编辑页快速创建知识库。 @newfish-cmyk ## ⚙️ 优化 1. 30 分钟模板市场缓存时长。 @c121914yu 2. 自定义分隔符块大小采用最大块大小。 @c121914yu 3. 避免日志记录触发递归日志风暴,排除日志模型的性能监控中间件。 @19y ## 🐛 修复 1. 简易应用模板未正常转化。 @newfish-cmyk 2. 工具调用中,包含两个以上连续用户选择时候,第二个用户选择异常。 @c121914yu 3. 门户中,团队应用类型错误。 @newfish-cmyk 4. 应用作为 MCP 导出,被其他应用使用时,全局变量不需要填写。 @newfish-cmyk ## 插件 1. 修复:子工具头像丢失。 2. 修复:模型头像丢失。 3. 修复:Worker 中错误引用 mongoose 依赖,导致超过 10s 的工具运行报错。 4. 优化:开发环境热更新时,不重复上传静态文件。 5. 新增:5118 SEO 关键词挖掘工具。 6. 新增:Tavity 内容提取高级配置。网页站点地图工具。 7. 新增:微信公众号工具集。 8. 新增:文档对比工具。 9. 新增:kimiV2 和 GPT5.1 模型预设。 ## What's Changed * doc by @c121914yu in https://github.com/labring/FastGPT/pull/5908 * fix: 避免日志记录触发递归日志风暴,排除日志模型的性能监控中间件 by @19y in https://github.com/labring/FastGPT/pull/5910 * V4.14.2 fearured by @c121914yu in https://github.com/labring/FastGPT/pull/5922 * fix template creating by @newfish-cmyk in https://github.com/labring/FastGPT/pull/5924 * fix: support upload import duplicate plugin by @newfish-cmyk in https://github.com/labring/FastGPT/pull/5926 * fix: chat page team app types by @newfish-cmyk in https://github.com/labring/FastGPT/pull/5927 * chore(deps): bump js-yaml from 4.1.0 to 4.1.1 by @dependabot[bot] in https://github.com/labring/FastGPT/pull/5930 * chore(deps): bump js-yaml from 4.1.0 to 4.1.1 in /plugins/webcrawler/SPIDER by @dependabot[bot] in https://github.com/labring/FastGPT/pull/5932 * fix: text split by @c121914yu in https://github.com/labring/FastGPT/pull/5933 * Update doc by @c121914yu in https://github.com/labring/FastGPT/pull/5934 * Rename tool call by @c121914yu in https://github.com/labring/FastGPT/pull/5946 * fix: mcp tool description & tool select ui by @newfish-cmyk in https://github.com/labring/FastGPT/pull/5948 * docs: fix typos in some files by @Edge-Seven in https://github.com/labring/FastGPT/pull/5947 * chore(deps): bump js-yaml in /document by @dependabot[bot] in https://github.com/labring/FastGPT/pull/5943 * fix: tool select modal item width by @newfish-cmyk in https://github.com/labring/FastGPT/pull/5952 * fix dataset quick create modal by @c121914yu in https://github.com/labring/FastGPT/pull/5951 ## New Contributors * @19y made their first contribution in https://github.com/labring/FastGPT/pull/5910 * @Edge-Seven made their first contribution in https://github.com/labring/FastGPT/pull/5947 **Full Changelog**: https://github.com/labring/FastGPT/compare/v4.14.1...v4.14.2