Skip to content

25.2.0 Released

Choose a tag to compare

@ii517 ii517 released this 30 Dec 07:09
· 205 commits to master since this release

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