v4.14.10.2
labring/FastGPTv4.14.10.2Apr 8, 2026by c121914yu
AI Summary
This release fixes critical bugs including chat agent models being reset to defaults and environment template configuration errors. It also optimizes development YAML files and integrates skill testing code.
Key Highlights
- Fix chat agent model reset to default model
- Fix env.template AIPROXY address protocol
- Optimize dev yml to align with env.template
- Merge skill testing code
New Features
- Fix docker-compose command syntax
- Update Docker compose files to use named volumes
- Refactor chat sandbox status logic and decouple UI/Status hooks
Full Release Notes
## 变更说明 1. 修复 chat agent 模型会被重置成默认模型。 2. 修复 env.template aiproxy 地址协议。 3. 优化 dev yml,并与 env.template 对齐。 4. 合入 skill 测试代码。 ## What's Changed * Fix docker-compose command syntax by @Deepturn in https://github.com/labring/FastGPT/pull/6701 * chore: Update Docker compose files to use named volumes by @ctlaltlaltc in https://github.com/labring/FastGPT/pull/6704 * deploy doc by @c121914yu in https://github.com/labring/FastGPT/pull/6711 * chore: Rename service & container names for consistency in Docker configs by @ctlaltlaltc in https://github.com/labring/FastGPT/pull/6710 * chore: Update OpenSandbox versions and image repositories by @ctlaltlaltc in https://github.com/labring/FastGPT/pull/6709 * refactor(chat): optimize sandbox status logic and decouple UI/Status hooks by @DigHuang in https://github.com/labring/FastGPT/pull/6713 * Update .env.template by @cafe-old-babe in https://github.com/labring/FastGPT/pull/6720 * Update FastGPT image tags to v4.14.9.5 by @Deepturn in https://github.com/labring/FastGPT/pull/6721 * fix: model refresh by @c121914yu in https://github.com/labring/FastGPT/pull/6725 * Agent skill dev by @ctlaltlaltc in https://github.com/labring/FastGPT/pull/6668 * version by @c121914yu in https://github.com/labring/FastGPT/pull/6726 ## New Contributors * @DigHuang made their first contribution in https://github.com/labring/FastGPT/pull/6713 * @cafe-old-babe made their first contribution in https://github.com/labring/FastGPT/pull/6720 **Full Changelog**: https://github.com/labring/FastGPT/compare/v4.14.10.1...v4.14.10.2