25.2.1 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 runpnpm bd:update-git && pnpm restart,
or executegit reset --hard HEAD && git pull && pnpm predeploy && pnpm restart
Content
Improvements
- Support removing the footer copyright information (optional)
- Sync the agent footer copyright information with the homepage
- Optimize some known issues
Fixes
- Fix incorrect display on the admin dashboard
- Fix the issue where input text was invisible after setting the frontend theme color to black
- Fix the issue where clicking to copy code blocks in agent conversations had no effect