This article records configuration and changes from a historical FastGPT release. Use it to understand that release, and consult the release notes for your installed and target versions before applying dependencies, configuration, or migration steps.
This page outlines all official technical changes included in the FastGPT V4.8.7 release, for self-hosted deployments and technical decision-makers evaluating the update.
New Functional Additions
Two key new features are introduced in this release:
- Plugin functionality expansion: Plugins now support standalone execution, public publishing across applications, and detailed log viewing for past plugin runs.
- Application search: A dedicated search tool for deployed FastGPT applications, enabling quick navigation between active and archived application instances.
System Infrastructure Improvements
Three core system components were refined to enhance stability and compatibility:
- The chat dialog interface code was fully refactored to improve runtime reliability and reduce common interaction errors.
- The Dockerfile configuration was updated to upgrade bundled Node.js and pnpm versions, aligning with current supported dependency standards.
- Vision mode functionality was fixed for local domain deployments, resolving issues where visual input features failed to load on internal network setups.
Step-by-Step Plugin Feature Validation
To confirm the new plugin capabilities are active after deployment, follow these steps:
- Log into the FastGPT admin dashboard and open the Plugins management page.
- Select an existing configured plugin and choose the "Standalone Execution" option to run it outside of an attached application workflow.
- Click the "Publish" button to make the plugin accessible to other applications in your deployment.
- Navigate to the "Logs" tab for the plugin to review full execution history and error details for past runs.
Resolved Bug Fixes
All reported bugs addressed in this release include:
- Fixed an issue where global variables could not be modified while using the Simple Mode application builder.
- Resolved a conflict where GPT-4o models could not simultaneously utilize tool calling and image input features during chat interactions.