Releases: BidingCC/BuildingAI
Releases · BidingCC/BuildingAI
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
v25.0.0 – Official Launch 🎉
Update
- Remove all old code files and Docker containers.
- Pull the latest code from Git and perform a fresh deployment following the provided instructions.
Content
Features
- Extension mechanism support
- System installation interface
- LLM multi-modal model support
- Data dashboard functionality
- AI-assisted user prompt enhancements
- Agent MCP invocation support
- Agent DSL import/export
Improvements
- Refreshed UI design and upgraded interactions
- Fully redesigned code architecture, following engineering best practices
- Conversation view now supports file and code preview with optimized rendering performance
- Most pages now optimized for mobile devices
- Improved deployment experience
Fixes
- Various known issues
1.0.0-beta.8 Released
Update
- Pull the latest code using
git pull - Restart the Node.js service in the docker container
Content
Features
- WeChat registration now retrieves the user's WeChat avatar and nickname
- Added support for new model providers: Gemini, Grok, Tencent Hunyuan, Zhipu AI, and Volcengine
Improvements
- Added streamableHttp support for MCP #27
Fixes
- Fixed an issue where the AI Agent quick command’s image replies were not displayed
- Fixed the DIY Image Component not showing uploaded images
- Fixed errors when creating an AI Agent from a template
- Various other known issues have been resolved
Other
- Brand name updated
1.0.0-beta.7 Released
Update
- Pull the latest code using
git pull - Restart the Node.js service in the fastbuildai container
Content
Optimization
- Improved payment interaction experience
Fixes
- Fixed timeliness issue with quick compute power adjustment in the backend user list
- Fixed issue where loading icon changes did not take effect due to certain operating system permission problems
- Fixed several other known issues