Skip to content

Releases: BidingCC/BuildingAI

25.3.1 Released

23 Jan 08:13

Choose a tag to compare

Update

Docker Deployment

  1. Pull the latest code via Git: git reset --hard HEAD && git pull
  2. Restart the Node.js container under buildingai in Docker:
    docker restart buildingai-nodejs

Manual Deployment

  1. If pnpm and git are installed locally, first run pnpm sync-env
  2. 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

20 Jan 09:37

Choose a tag to compare

Update

Docker Deployment

  1. Pull the latest code via Git: git reset --hard HEAD && git pull
  2. Restart the Node.js container under buildingai in Docker:
    docker restart buildingai-nodejs

Manual Deployment

  1. If pnpm and git are installed locally, first run pnpm sync-env
  2. 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

09 Jan 07:00

Choose a tag to compare

⚠️ All users are strongly advised to upgrade to this version to ensure the stability of the extension mechanism

Update

Docker Deployment

  1. Pull the latest code via Git: git reset --hard HEAD && git pull
  2. Restart the Node.js container under buildingai in Docker: docker restart buildingai-nodejs

Manual Deployment

  1. If pnpm and git are installed locally, first run pnpm sync-env, then run pnpm bd:update-git && pnpm restart,
    or execute git reset --hard HEAD && git pull && pnpm predeploy && pnpm restart

Content

Fixes

  • Fix incorrect migration execution during extension app update

25.2.1 Released

31 Dec 09:03

Choose a tag to compare

Update

Docker Deployment

  1. Pull the latest code via Git: git reset --hard HEAD && git pull
  2. Restart the Node.js container under buildingai in Docker: docker restart buildingai-nodejs

Manual Deployment

  1. If pnpm and git are installed locally, first run pnpm sync-env, then run pnpm bd:update-git && pnpm restart,
    or execute git 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

30 Dec 07:09

Choose a tag to compare

Notice

⚠️ ⚠️ ⚠️ This update will require you to re-enable all plugins after updating them in the App Management.

Update

Docker Deployment

  1. Pull the latest code via Git: git reset --hard HEAD && git pull
  2. Restart the Node.js container under buildingai in Docker: docker restart buildingai-nodejs

Manual Deployment

  1. If pnpm and git are installed locally, first run pnpm 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 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

10 Dec 02:22

Choose a tag to compare

Notice

⚠️ ⚠️ ⚠️ This update will disable all app extensions. Please go to App Management to update and re-enable the extensions afterward.

Update

Docker Deployment

  1. Pull the latest code via Git: git reset --hard HEAD && git pull
  2. Restart the Node.js container under buildingai in Docker: docker restart buildingai-nodejs

Manual Deployment

  1. If pnpm and git are installed locally, first run pnpm sync-env, then run pnpm bd:update-git && pnpm restart,
    or execute git reset --hard HEAD && git pull && pnpm predeploy && pnpm restart

Content

Features

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

21 Nov 11:03

Choose a tag to compare

Update

Docker Deployment

  1. Pull the latest code via Git
  2. Restart the Node.js container under buildingai in Docker

Manual Deployment

  1. If pnpm and git are installed locally, first run pnpm sync-env, then run pnpm bd:update-git && pnpm restart,
    or execute git 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

14 Nov 09:51

Choose a tag to compare

Update

  1. Pull the latest code from Git
  2. Run pnpm i && pnpm sync-env in the project root to update environment variables
  3. Set APP_DOMAIN in the .env file to your deployment domain (can be ignored in development)
  4. Restart the Node.js container under buildingai in 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

12 Nov 14:28

Choose a tag to compare

Update

  1. Pull the latest code from Github
  2. Restart the Node.js container in the docker

Content

Fixes

  • Minor improvements and bug fixes

25.0.1 Released

12 Nov 13:55

Choose a tag to compare

Update

  1. Pull the latest code from Github
  2. Delete the old .env file and run cp .env.example .env again
  3. Restart the Node.js container in the docker

Content

Fixes

  • Minor improvements and bug fixes