26.1.0
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
New Features
- Added Tencent Cloud (COS) storage support
- Added log rotation mechanism
- Added public configuration toggle for AI agents
Improvements
- Optimized AI agent publishing logic
- Membership benefits now support sorting
- Improved various interaction experiences
Fixes
- Fixed incorrect billing usage display after calling the weather tool
- Fixed missing billing display when stopping a conversation mid-process
- Fixed issue where editing subscription plans did not take effect on the frontend
- Fixed membership plan sorting not being applied
- Fixed issue where updating agent tags on the frontend did not take effect