25.3.0 Released
Update
Docker Deployment
- Pull the latest code via Git:
git reset --hard HEAD && git pull - Restart the Node.js container under
buildingaiin Docker:
docker restart buildingai-nodejs
Manual Deployment
- If
pnpmandgitare installed locally, first runpnpm sync-env - Then run
pnpm bd:update-git && pnpm restart
or execute
git reset --hard HEAD && git pull && pnpm predeploy && pnpm restart
Content
Features
- Added Alipay payment support
- Support importing multiple agent files
- Admin panel now supports adjusting membership levels
- Chat groups support pinning to the top
- Knowledge base files now support xls and pdf uploads
- Page layout menu supports show / hide
Improvements
- Optimized application installation logic
- Admin panel supports filtering agents by creation method
- Display AI response time in conversations
- Added loading state for frontend plugin loading
- Optimized plugin path structure
- Improved some known issues
Fixes
- Fixed the issue where Coze and Dify agents could not upload images
- Fixed the issue where displayed AI responses were lost after pausing a conversation and switching chats or refreshing the page
- Fixed the issue where Coze agent MCP calls could not exit the calling state
- Fixed the issue where list selectors could not select items
- Fixed the issue where dropdown options in agent form variables were not displayed
- Fixed MCP import field compatibility issues between frontend and backend
- Fixed some known bugs