25.2.0 Released
Notice
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 runpnpm bd:update-git && pnpm restart,
or executegit reset --hard HEAD && git pull && pnpm predeploy && pnpm restart
Content
Features
- Added Alibaba Cloud OSS storage functionality
- Integrated Dify & Coze agents
- Added AI-generated prompts to chat responses
- Display current system version number in the backend
- Support for modifying copyright information via the backend
Fixes
- Fixed Docker reverse proxy header parsing issue
- Fixed duplicate execution issue with version migration files
- Fixed issue where migration file execution records were not cleared upon plugin uninstallation
- Fixed agent image upload issue
- Fixed issue where custom replies for agent shortcut menus were not taking effect
- Fixed hyperlink display issue in Markdown rendering
- Fixed issue where previous account's chat history persisted after switching to a new account
- Fixed issue where website filing icon settings were not applying successfully
- Fixed other known bugs
Improvements
- Optimized menu style and layout
- Display creator information in the backend agent list
- Optimized various UI styling issues
- Added command-line support for application creation and building