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.1
Name Modified Size InfoDownloads / Week
Parent folder
26.1.1 source code.tar.gz 2026-05-15 16.7 MB
26.1.1 source code.zip 2026-05-15 18.3 MB
README.md 2026-05-15 1.3 kB
Totals: 3 Items   35.0 MB 0

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

Optimization

  • Optimized the admin model API key list
  • Changed the admin user ID copy prompt to Chinese
  • Added login guidance for the input box when triggering chat while not logged in
  • Added a toggle switch for displaying tool call details
  • Removed redundant avatars from the AI agent web publishing page

Fixes

  • Fixed an issue where users could still access the subscription page after the membership feature was disabled
  • Fixed an issue where character settings were not synced when copying an AI agent
  • Fixed missing member avatars in the admin knowledge base
  • Fixed no response when sending messages after entering a chat from the knowledge base marketplace
  • Fixed images not displaying in chats when Tencent Cloud Storage was enabled
  • Fixed missing voice recording icon in web / JS embedded mode when voice input was enabled for AI agents
Source: README.md, updated 2026-05-15