Download Latest Version 26.1.1 source code.tar.gz (16.7 MB)
Email in envelope

Get an email when there's a new version of FastbuildAI

Home / 26.1.0
Name Modified Size InfoDownloads / Week
Parent folder
26.1.0 source code.tar.gz 2026-04-30 16.7 MB
26.1.0 source code.zip 2026-04-30 18.3 MB
README.md 2026-04-30 1.1 kB
Totals: 3 Items   35.0 MB 2

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
Source: README.md, updated 2026-04-30