| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 26.1.0 source code.tar.gz | 2026-04-30 | 16.7 MB | |
| 26.1.0 source code.zip | 2026-04-30 | 18.3 MB | |
| README.md | 2026-04-30 | 1.1 kB | |
| Totals: 3 Items | 35.0 MB | 2 | |
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 restartor executegit 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