| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 26.1.2 source code.tar.gz | 2026-08-12 | 16.8 MB | |
| 26.1.2 source code.zip | 2026-08-12 | 18.4 MB | |
| README.md | 2026-08-12 | 2.0 kB | |
| Totals: 3 Items | 35.1 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
New Features
- First-time password setup: Third-party login users (WeChat/OpenID) can now set a password for the first time in personal settings
- Image preview in conversations: Images in conversations now support click-to-preview, with a new image preview component
Optimizations
- App list sorting: Apps with new version upgrades are now automatically sorted to the top
- Knowledge base vector model dialog: Improved the UI interaction for the vector model dialog in the admin knowledge base list
- Chat message bubble formatting: Preserved original formatting in chat message bubbles
- Docker and OpenAI request format optimization
Fixes
- Fixed missing
userNoduring auto-registration (OpenID/WeChat) - Fixed incorrect HTTP status code when old password is wrong (
unauthorized→badRequest) - Fixed errors caused by files in non-current user messages during conversations
- Fixed username and WeChat ID not being released after account deletion
- Fixed missing API key validation check in conversation endpoints
- Fixed agent debug and preview bugs
- Fixed missing toast notifications for conversation errors
- Fixed incorrect model icon display in conversations
- Fixed admin model provider icon removal not taking effect
- Fixed incomplete conversation history display caused by frontend errors
- Fixed WeChat official account config key input not showing plaintext
- Hid the frontend account deletion entry