Download Latest Version 26.1.2 source code.zip (18.4 MB)
Email in envelope

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

Home / 26.1.2
Name Modified Size InfoDownloads / Week
Parent folder
26.1.2 source code.tar.gz 2026-08-12 16.8 MB
26.1.2 source code.zip 2026-08-12 18.4 MB
README.md 2026-08-12 2.0 kB
Totals: 3 Items   35.1 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

New Features

  • First-time password setup: Third-party login users (WeChat/OpenID) can now set a password for the first time in personal settings
  • Image preview in conversations: Images in conversations now support click-to-preview, with a new image preview component

Optimizations

  • App list sorting: Apps with new version upgrades are now automatically sorted to the top
  • Knowledge base vector model dialog: Improved the UI interaction for the vector model dialog in the admin knowledge base list
  • Chat message bubble formatting: Preserved original formatting in chat message bubbles
  • Docker and OpenAI request format optimization

Fixes

  • Fixed missing userNo during auto-registration (OpenID/WeChat)
  • Fixed incorrect HTTP status code when old password is wrong (unauthorizedbadRequest)
  • Fixed errors caused by files in non-current user messages during conversations
  • Fixed username and WeChat ID not being released after account deletion
  • Fixed missing API key validation check in conversation endpoints
  • Fixed agent debug and preview bugs
  • Fixed missing toast notifications for conversation errors
  • Fixed incorrect model icon display in conversations
  • Fixed admin model provider icon removal not taking effect
  • Fixed incomplete conversation history display caused by frontend errors
  • Fixed WeChat official account config key input not showing plaintext
  • Hid the frontend account deletion entry
Source: README.md, updated 2026-08-12