26.0.0 Release
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
- Frontend stack upgraded to React
- Fully redesigned UI with improved interaction experience
- Added theme configuration with 41 built-in themes
- Added card key (license key) feature
- Added conversation context memory
- Added personalized conversation settings
- Added mobile phone login
- Publish agents as APIs (Enterprise)
- Workflow (Enterprise)
- In-site messaging (Enterprise)
- Google login (Enterprise)
- Organizational departments (Enterprise)
Improvements
- Upgraded agent architecture, supporting frontend creation
- Upgraded knowledge base architecture, supporting frontend creation
- Comprehensive optimization of frontend chat interaction
- Controllable chat reasoning display
- Optimized MCP configuration interaction on frontend
- Optimized underlying architecture of LLM engine
- Improved API key configuration interaction
- Improved model management interaction
Bug Fixes
- Fixed various known issues