25.0.4 Released
Update
Docker Deployment
- Pull the latest code via Git
- Restart the Node.js container under
buildingaiin Docker
Manual Deployment
- If
pnpmandgitare installed locally, first runpnpm sync-env, then runpnpm bd:update-git && pnpm restart,
or executegit pull && pnpm predeploy && pnpm restart
Content
Improvements
- Enhanced deployment stability
- Improved login experience
- Added supplementary explanations for Knowledge Base permissions
- Optimized interaction for conversation settings
- Improved frontend Agent labeling UI
- Streamlined Agent configuration interactions
- Enhanced model management interactions
- Added filtering options for key templates
- Optimized the Agent embedding method
- Optimized code architecture
Fixes
- Fixed interaction issues in key management
- Fixed preview issues in DIY pages
- Resolved plugin download timeout issues
- Fixed icon loading cache issue
- Fixed TypeScript build cache issues
- Fixed platform key cache problem
- Fixed MCP connection timeout issue #57
- Corrected visit count logic #58
- Other known issues resolved