v4.10.0
labring/FastGPTv4.10.0Jul 2, 2025by c121914yu
AI Summary
Introduces a major architectural update with independent System Tool services, allowing for separate development and debugging, along with new system tools and documentation updates.
Key Highlights
- Launch of independent System Tool service
- New system tools: GitHub, Dalle3, SiliconFlow Multimodal, and ArXiv
- Updated development and design documentation for plugins
New Features
- Independent System Tool service
- New system tools (GitHub, Dalle3, SiliconFlow, ArXiv)
- Comprehensive plugin development guides
Full Release Notes
## 🚀 新增内容 1. 独立系统工具服务,支持系统工具独立开发和调试,[点击查看fastgpt-plugin项目](https://github.com/labring/fastgpt-plugin)。 @c121914yu @FinleyGe @sd0ric4 2. 新增GitHub,Dalle3绘图,硅基流动多模态,ArXiv 系统工具。 3. 更新系统工具开发指南[系统工具开发指南](https://doc.tryfastgpt.ai/docs/guide/plugins/dev_system_tool/)。 4. 更新[系统工具设计文档](https://doc.tryfastgpt.ai/docs/development/design/design_plugin/)。 ## What's Changed * fix: local file relatedImageId error by @c121914yu in https://github.com/labring/FastGPT/pull/5118 * fix collection tags create by @newfish-cmyk in https://github.com/labring/FastGPT/pull/5117 * mcp call tools timeout by @newfish-cmyk in https://github.com/labring/FastGPT/pull/5123 * add send question condition check by @newfish-cmyk in https://github.com/labring/FastGPT/pull/5130 * feature: System plugin by @c121914yu in https://github.com/labring/FastGPT/pull/5131 **Full Changelog**: https://github.com/labring/FastGPT/compare/v4.9.14...v4.10.0