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
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