4.12.x
V4.12.2
FastGPT V4.12.2 Update Notes, released on 2025-8-26
Upgrade Guide
1. Update Images:
- Update FastGPT image tag: v4.12.2-fix3
- Update FastGPT commercial edition image tag: v4.12.2-fix3
- Update fastgpt-plugin image tag: v0.1.11
- mcp_server: no update required
- Sandbox: no update required
- AIProxy: no update required
New Features
- Embedding model concurrency settings — no longer hardcoded to 10, since some embedding models don't support concurrency. Default is now 1, configurable in model settings.
- Chat page: admins can configure featured apps to recommend to team members.
- Chat page home: admins can configure shortcut apps for commonly used team applications.
- Support for disabling the team chat homepage.
Improvements
- Added anomaly detection for isolated branches in workflows.
- When truncating embedding vectors above 1536 dimensions, normalization is now enforced. For other dimensions, normalization is determined entirely by configuration, reducing unnecessary automatic computation.
- Moved model provider configuration into the plugin SDK.
- Encapsulated LLM call functions to simplify LLM requests and tool calls.
- Optimized workflow scheduling code to avoid deep recursion.
- Improved workflow recursion detection with grouped checks on recursive paths, supporting more diverse connection patterns.
Bug Fixes
- Standalone chat page: various UI issues.
- Standalone chat page: plugin interactions could not be rendered.
- Standalone chat page: incorrect default URL when using sub-routes.
- Multi-select picker causing page crashes.
- Mobile: shared links incorrectly loaded the authenticated chat page navigation.
- User sync could encounter write conflict issues.
- System plans could not be fully disabled — empty object defaults caused authentication errors.
- Workflow: searching for team apps was not working.
- App versions: incorrect
reffield prevented normal usage. - OceanBase: batch inserts did not correctly return inserted IDs.
- Interaction nodes conflicted with toolsets, causing toolsets to malfunction after an interaction node.
Tool Updates
- Doc2x tool: incorrect response values.
Edit on GitHub
File Updated