Skip to content

25.2.1 Released

Choose a tag to compare

@CatKeee CatKeee released this 31 Dec 09:03
· 84 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, 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