Releases: BidingCC/BuildingAI
25.3.1 Released
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
Content
Fixes
- Fixed an issue where knowledge base document size was read incorrectly
- Fixed knowledge base vectorization failures caused by OSS storage mode
- Fixed an issue where OSS storage configuration cache was not updated in time
- Fixed an issue where apps could not be hidden in the App Center under certain conditions
- Fixed missing user information in agent conversations for Dify and Coze
25.3.0 Released
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
Content
Features
- Added Alipay payment support
- Support importing multiple agent files
- Admin panel now supports adjusting membership levels
- Chat groups support pinning to the top
- Knowledge base files now support xls and pdf uploads
- Page layout menu supports show / hide
Improvements
- Optimized application installation logic
- Admin panel supports filtering agents by creation method
- Display AI response time in conversations
- Added loading state for frontend plugin loading
- Optimized plugin path structure
- Improved some known issues
Fixes
- Fixed the issue where Coze and Dify agents could not upload images
- Fixed the issue where displayed AI responses were lost after pausing a conversation and switching chats or refreshing the page
- Fixed the issue where Coze agent MCP calls could not exit the calling state
- Fixed the issue where list selectors could not select items
- Fixed the issue where dropdown options in agent form variables were not displayed
- Fixed MCP import field compatibility issues between frontend and backend
- Fixed some known bugs
25.2.2 Released
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
Fixes
- Fix incorrect migration execution during extension app update
25.2.1 Released
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
Improvements
- Support removing the footer copyright information (optional)
- Sync the agent footer copyright information with the homepage
- Optimize some known issues
Fixes
- Fix incorrect display on the admin dashboard
- Fix the issue where input text was invisible after setting the frontend theme color to black
- Fix the issue where clicking to copy code blocks in agent conversations had no effect
25.2.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 Alibaba Cloud OSS storage functionality
- Integrated Dify & Coze agents
- Added AI-generated prompts to chat responses
- Display current system version number in the backend
- Support for modifying copyright information via the backend
Fixes
- Fixed Docker reverse proxy header parsing issue
- Fixed duplicate execution issue with version migration files
- Fixed issue where migration file execution records were not cleared upon plugin uninstallation
- Fixed agent image upload issue
- Fixed issue where custom replies for agent shortcut menus were not taking effect
- Fixed hyperlink display issue in Markdown rendering
- Fixed issue where previous account's chat history persisted after switching to a new account
- Fixed issue where website filing icon settings were not applying successfully
- Fixed other known bugs
Improvements
- Optimized menu style and layout
- Display creator information in the backend agent list
- Optimized various UI styling issues
- Added command-line support for application creation and building
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
25.0.4 Released
Update
Docker Deployment
- Pull the latest code via Git
- Restart the Node.js container under
buildingaiin Docker
Manual Deployment
- If
pnpmandgitare installed locally, first runpnpm sync-env, then runpnpm bd:update-git && pnpm restart,
or executegit pull && pnpm predeploy && pnpm restart
Content
Improvements
- Enhanced deployment stability
- Improved login experience
- Added supplementary explanations for Knowledge Base permissions
- Optimized interaction for conversation settings
- Improved frontend Agent labeling UI
- Streamlined Agent configuration interactions
- Enhanced model management interactions
- Added filtering options for key templates
- Optimized the Agent embedding method
- Optimized code architecture
Fixes
- Fixed interaction issues in key management
- Fixed preview issues in DIY pages
- Resolved plugin download timeout issues
- Fixed icon loading cache issue
- Fixed TypeScript build cache issues
- Fixed platform key cache problem
- Fixed MCP connection timeout issue #57
- Corrected visit count logic #58
- Other known issues resolved
25.0.3 Released
Update
- Pull the latest code from Git
- Run
pnpm i && pnpm sync-envin the project root to update environment variables - Set
APP_DOMAINin the.envfile to your deployment domain (can be ignored in development) - Restart the Node.js container under
buildingaiin Docker
Content
Improvements
- Improved deployment stability
Fixes
- Fixed character limit issue when modifying system models
- Fixed user balance adjustment and password reset issues #55
- Fixed policy agreement update issue
- Fixed model management toggle interaction issue
- Fixed several known issues
25.0.2 Released
Update
- Pull the latest code from Github
- Restart the Node.js container in the docker
Content
Fixes
- Minor improvements and bug fixes
25.0.1 Released
Update
- Pull the latest code from Github
- Delete the old
.envfile and runcp .env.example .envagain - Restart the Node.js container in the docker
Content
Fixes
- Minor improvements and bug fixes