25.1.0 Released
Notice
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 runpnpm bd:update-git && pnpm restart,
or executegit reset --hard HEAD && git pull && pnpm predeploy && pnpm restart
Content
Features
-
Added membership subscription
-
Added App Center
-
Added PC desktop client
Fixes
- Fixed issues caused by deprecated fields in the menu module
- Fixed file loss caused by plugin updates
- Fixed permission issues during plugin package extraction
- Fixed URL concatenation logic for certain dictionary configurations
- Fixed incorrect breadcrumb navigation in plugin admin pages
- Fixed personal center redirection issue in the admin user menu
- Fixed missing icon loading in development mode
- Fixed occasional navigation update failures in the PC layout editor
- Fixed permission assignment radio button malfunction
- Fixed page flickering when navigating in extension app frontend
- Fixed plugin enable/disable not taking effect
- Fixed access status issue after disabling plugins
- Fixed annotation editing errors
- Fixed breadcrumb rendering issue in extension app admin pages
- Fixed frontend build pollution issues for extension apps in development mode
- Fixed compatibility issues with some deep-thinking model MCPs
- Fixed backend sync issue after users actively stop conversations
- Fixed agent import failure
- Fixed shortcut commands not displaying on the frontend
- Fixed payment precision issues
Improvements
- Optimized loading page theme to follow system appearance
- Improved file domain concatenation compatibility under certain reverse-proxy scenarios
- Optimized entity dictionary prefix URL handling
- Improved empty state display in admin “My Apps”
- Enhanced link selector interactions
- Added token sliding refresh mechanism for near-expiration login sessions