Skip to content

26.0.0 Release

Choose a tag to compare

@tyuer11 tyuer11 released this 02 Apr 06:06
· 85 commits to master since this release

⚠️ This major version update includes a core architecture refactor (including the knowledge base and agent modules). This upgrade will clear related database tables (agents, knowledge bases, chat records, etc.).

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

  • Frontend stack upgraded to React
  • Fully redesigned UI with improved interaction experience
  • Added theme configuration with 41 built-in themes
  • Added card key (license key) feature
  • Added conversation context memory
  • Added personalized conversation settings
  • Added mobile phone login
  • Publish agents as APIs (Enterprise)
  • Workflow (Enterprise)
  • In-site messaging (Enterprise)
  • Google login (Enterprise)
  • Organizational departments (Enterprise)

Improvements

  • Upgraded agent architecture, supporting frontend creation
  • Upgraded knowledge base architecture, supporting frontend creation
  • Comprehensive optimization of frontend chat interaction
  • Controllable chat reasoning display
  • Optimized MCP configuration interaction on frontend
  • Optimized underlying architecture of LLM engine
  • Improved API key configuration interaction
  • Improved model management interaction

Bug Fixes

  • Fixed various known issues