v4.14.6
labring/FastGPTv4.14.6Jan 31, 2026by FinleyGe
AI Summary
Feature release adding system tool customization, subscription file limits, and plugin marketplace batch updates.
Key Highlights
- System tools can configure custom category properties
- Subscription plans support max file upload count and size configuration
- Plugin marketplace supports batch updates
- Cloud services support WeChat Work specific version integration
- Seekdb vector library preset configuration
- Workflow touchpad movement improvements
- Workflow paste node precision improvement
New Features
- System tool custom category properties
- Subscription file upload limits
- Plugin marketplace batch updates
- WeChat Work integration
- Seekdb vector DB preset
- qwen-flash model and adjusted qwen3-max/qwen-plus presets
- WeChat Work plugins (access token, smart forms)
Full Release Notes
## 更新指南 ### 1. 更新镜像: - 更新 FastGPT 镜像 tag: v4.14.6 - 更新 FastGPT 商业版镜像 tag: v4.14.6 - 更新 fastgpt-plugin 镜像 tag: v0.5.0 - mcp_server 无需更新 - sandbox 无需更新 - AIProxy 无需更新 - mongo 无需更新 ## 🚀 新增内容 1. 系统工具可配置自定义的分类属性。 @FinleyGe 2. 订阅套餐支持配置最大文件上传数量和大小。 @newfish-cmyk 3. 插件市场支持批量更新插件。 @FinleyGe 4. 云服务支持企微特定版接入。 @FinleyGe 5. Seekdb 向量库预设配置。 @flying-dragon-ai ## ⚙️ 优化 ### 功能优化 1. 工作流触摸板移动时,遇到输入框后会被强制阻拦。 @newfish-cmyk 2. 工作流粘贴节点,精确按鼠标位置粘贴。 @newfish-cmyk 3. 精确移除请求 LLM 时多余的系统字段,避免部分模型接口报错。 @c121914yu ### 代码质量 1. useRequest2 替代 useRequest。 @FinleyGe ## 🐛 修复 1. 系统工具工具集设置系统密钥后,子工具无法读取到设置的系统密钥 @FinleyGe 2. 日期选择器溢出问题,增加了动态位置适配。 @newfish-cmyk 3. 工作流编排页面系统工具“探索更多”跳转地址错误 @FinleyGe 4. 模型头像缺省值 /imgs/model/huggingface.svg 路径错误 @FinleyGe 5. 设置工具标签时过滤多余的空值 @FinleyGe ## 插件 1. 添加飞书多维表格的引导教程文档 @LBP97541135 @FinleyGe 2. 企微相关的插件:获取企微企业 access_token; 企微智能表工具集 @FinleyGe @LBP97541135 3. 新增模型 qwen-flash @c121914yu 4. 调整 qwen3-max 和 qwen-plus 的预设参数 @c121914yu ## What's Changed * chore: deploy scripts by @FinleyGe in https://github.com/labring/FastGPT/pull/6293 * docs: 41451 upgrade doc by @FinleyGe in https://github.com/labring/FastGPT/pull/6294 * chore(deps): bump tar from 7.5.3 to 7.5.6 in /document by @dependabot[bot] in https://github.com/labring/FastGPT/pull/6305 * chore(deps): bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in https://github.com/labring/FastGPT/pull/6307 * fix: increase maxLength for auth values in HeaderAuthForm to 50000 by @Deepturn in https://github.com/labring/FastGPT/pull/6315 * chore(deps): bump python-multipart from 0.0.18 to 0.0.22 in /plugins/model/pdf-mistral by @dependabot[bot] in https://github.com/labring/FastGPT/pull/6323 * fix: date picker by @c121914yu in https://github.com/labring/FastGPT/pull/6325 * pr skill by @c121914yu in https://github.com/labring/FastGPT/pull/6326 * chore(docs): app template submission guid by @FinleyGe in https://github.com/labring/FastGPT/pull/6327 * Update OceanBase vector DB controller log format (close #6195) by @taven-liu in https://github.com/labring/FastGPT/pull/6331 * refactor: useRequest2 -> useRequest by @FinleyGe in https://github.com/labring/FastGPT/pull/6333 * chore: add extra sub path for custom S3 by @xqvvu in https://github.com/labring/FastGPT/pull/6339 * chore(deps): bump tar from 7.5.6 to 7.5.7 in /document by @dependabot[bot] in https://github.com/labring/FastGPT/pull/6344 * chore: deploy shell script auto detect user's phyiscal ip address by @FinleyGe in https://github.com/labring/FastGPT/pull/6336 * V4.14.6 dev by @FinleyGe in https://github.com/labring/FastGPT/pull/6263 * fix: select system tool tag by @FinleyGe in https://github.com/labring/FastGPT/pull/6355 * chore: 4.14.6 upgrading docs by @FinleyGe in https://github.com/labring/FastGPT/pull/6356 ## New Contributors * @taven-liu made their first contribution in https://github.com/labring/FastGPT/pull/6331 **Full Changelog**: https://github.com/labring/FastGPT/compare/v4.14.5.1...v4.14.6