v4.14.8.1
labring/FastGPTv4.14.8.1Mar 11, 2026by c121914yu
AI Summary
This release focuses on fixing workflow nesting issues, API dataset filename handling, and tool ID resolution.
Key Highlights
- Fix child workflow details not displaying when called from nested workflows
- Fix API dataset filename fallback logic
- Fix tool ID causing agent version fetch failures
Full Release Notes
## 变更说明 1. 修复工作流嵌套调用子工作流时,子工作流详情未展示 2. API 知识库同步文件时,文件名丢失 3. toolId错误,导致获取子agent 版本失败 ## What's Changed * chore(deps-dev): bump tar from 7.5.9 to 7.5.10 in /document by @dependabot[bot] in https://github.com/labring/FastGPT/pull/6519 * fix: optimize documentation SEO meta tags by @archer-claw in https://github.com/labring/FastGPT/pull/6523 * fix: version-list & update docker-compose.yamls by @FinleyGe in https://github.com/labring/FastGPT/pull/6526 * fix: api dataset filename fallback by @xqvvu in https://github.com/labring/FastGPT/pull/6527 * fix: api dataset filename fallback by @xqvvu in https://github.com/labring/FastGPT/pull/6529 * docs: typo & api dataset doc & fix: custom domain fe logic by @FinleyGe in https://github.com/labring/FastGPT/pull/6528 * fix: remove regex match groups by @FinleyGe in https://github.com/labring/FastGPT/pull/6531 * docs: switch to docs layout and apply black theme by @archer-claw in https://github.com/labring/FastGPT/pull/6533 * fix: tool id by @c121914yu in https://github.com/labring/FastGPT/pull/6544 **Full Changelog**: https://github.com/labring/FastGPT/compare/v4.14.8...v4.14.8.1