v4.14.9.4

labring/FastGPTv4.14.9.4Mar 24, 2026by c121914yu

AI Summary

Fixes issues where child workflow global variable default values were not taking effect and corrects code_sandbox environment variable checks that prevented startup.

Key Highlights

  • Fix child workflow global variable default value not init
  • Fix code_sandbox environment variable check causing startup failure

New Features

  • Fix child workflow variable default value initialization
  • Remove unused logger
  • Update coupon types
  • Add Feishu streaming support

Full Release Notes

## 变更说明
1. 修复子工作流全局变量默认值未生效
2. 纠正 code_sandbox 的环境变量检查,导致无法启动。

## What's Changed
* Fix outlink doc by @c121914yu in https://github.com/labring/FastGPT/pull/6619
* fix: child workflow variable default value not init by @c121914yu in https://github.com/labring/FastGPT/pull/6620
* remove logger by @c121914yu in https://github.com/labring/FastGPT/pull/6622
* update coupon type by @c121914yu in https://github.com/labring/FastGPT/pull/6623
* feishu stream by @c121914yu in https://github.com/labring/FastGPT/pull/6629
* chore: provide scripts to check if there is unused icons and translat… by @xqvvu in https://github.com/labring/FastGPT/pull/6627


**Full Changelog**: https://github.com/labring/FastGPT/compare/v4.14.9.3...v4.14.9.4