Skip to content

25.0.4 Released

Choose a tag to compare

@CatKeee CatKeee released this 21 Nov 11:03
· 390 commits to master since this release

Update

Docker Deployment

  1. Pull the latest code via Git
  2. Restart the Node.js container under buildingai in Docker

Manual Deployment

  1. If pnpm and git are installed locally, first run pnpm sync-env, then run pnpm bd:update-git && pnpm restart,
    or execute git pull && pnpm predeploy && pnpm restart

Content

Improvements

  • Enhanced deployment stability
  • Improved login experience
  • Added supplementary explanations for Knowledge Base permissions
  • Optimized interaction for conversation settings
  • Improved frontend Agent labeling UI
  • Streamlined Agent configuration interactions
  • Enhanced model management interactions
  • Added filtering options for key templates
  • Optimized the Agent embedding method
  • Optimized code architecture

Fixes

  • Fixed interaction issues in key management
  • Fixed preview issues in DIY pages
  • Resolved plugin download timeout issues
  • Fixed icon loading cache issue
  • Fixed TypeScript build cache issues
  • Fixed platform key cache problem
  • Fixed MCP connection timeout issue #57
  • Corrected visit count logic #58
  • Other known issues resolved