Skip to content

25.3.0 Released

Choose a tag to compare

@CatKeee CatKeee released this 20 Jan 09:37
· 133 commits to master since this release

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