| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 26.1.1 source code.tar.gz | 2026-05-15 | 16.7 MB | |
| 26.1.1 source code.zip | 2026-05-15 | 18.3 MB | |
| README.md | 2026-05-15 | 1.3 kB | |
| Totals: 3 Items | 35.0 MB | 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 restartor executegit reset --hard HEAD && git pull && pnpm predeploy && pnpm restart
Optimization
- Optimized the admin model API key list
- Changed the admin user ID copy prompt to Chinese
- Added login guidance for the input box when triggering chat while not logged in
- Added a toggle switch for displaying tool call details
- Removed redundant avatars from the AI agent web publishing page
Fixes
- Fixed an issue where users could still access the subscription page after the membership feature was disabled
- Fixed an issue where character settings were not synced when copying an AI agent
- Fixed missing member avatars in the admin knowledge base
- Fixed no response when sending messages after entering a chat from the knowledge base marketplace
- Fixed images not displaying in chats when Tencent Cloud Storage was enabled
- Fixed missing voice recording icon in web / JS embedded mode when voice input was enabled for AI agents