Skip to content

26.1.0

Choose a tag to compare

@tyuer11 tyuer11 released this 30 Apr 11:07
· 16 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

New Features

  • Added Tencent Cloud (COS) storage support
  • Added log rotation mechanism
  • Added public configuration toggle for AI agents

Improvements

  • Optimized AI agent publishing logic
  • Membership benefits now support sorting
  • Improved various interaction experiences

Fixes

  • Fixed incorrect billing usage display after calling the weather tool
  • Fixed missing billing display when stopping a conversation mid-process
  • Fixed issue where editing subscription plans did not take effect on the frontend
  • Fixed membership plan sorting not being applied
  • Fixed issue where updating agent tags on the frontend did not take effect