Feature Updates
- New Server Bot, supporting integration with third-party web apps, with a built-in sample app Whisper-WebUI for quick speech recognition and meeting transcription.
- New Agent Bot, enabling Agentic Workflow to integrate different bots.
- Bots can now connect to other bots, supporting prompt batching and Welcome messages.
- Integrated n8n workflow automation platform.
- Enhanced Function Calling, now supporting integration with external tools via MCP.
- Added NIM Executor, enabling connection to models provided by NVIDIA.
- Supports model inference acceleration via Qualcomm NPU.
- New chart rendering tools: added support for Mermaid and Diagram Generator Executors.
- Added a file management interface to manage all user-uploaded files (browse, delete, upload, etc.).
- Updated message input box UI, now supports voice recording and sending.
- New chatroom and bot search feature.
- UI improvements: online model update and download; added “select all” button for group permission model selection; updated system settings interface with categorized views; improved bot categorization display in the Store.
- Audio file links in chat now display as audio tag players.
- Improved chatroom sorting options, allowing quick switch between sorting by time or model group.
- New Construct Vector DB Bot, supports creating knowledge bases via web interface.
- The Windows version now provides a more user-friendly offline/online installer and model downloader, with built-in Gemma 3 multilingual small model.
Other Updates
- UI redesigned for full-width layout, allowing up to 12 bots to be displayed simultaneously.
- Added
php artisan workers:start
and php artisan workers:stop
commands to control the task manager via CLI.
- Improved the way
php artisan
commands update web config parameters.
- When creating a new chat within an existing chatroom, current chat members are automatically selected.
- Website translation fixes and refactored translation file structure.
- Improved performance of the translation tool used for website language files, with auto-validation of output files to prevent format errors.
- Editing a bot within a chatroom no longer redirects to the Store homepage.
- Added RAG (Retrieval-Augmented Generation) library.
- Painter no longer preloads models, reducing memory usage.
- Improved stability of the Whisper executor.
- SysInfo displays more useful system information.
- API support for downloading and deleting Hugging Face models.
- API support for managing Executors.
- Kuwa API now supports passing Botfiles.
- Unified naming conventions and parameter settings for models, tools, and bots.
- The Windows version now supports CUDA 11.8 and above.
Bug Fixes
- Redis reset button not functioning
- Terms of Service not displaying
- Creation of default user API token and user upload directory
- Email verification required even when SMTP is not configured
- User sessions do not expire on multiple logins
- Botfile auto-corrects comments to uppercase
- Error importing initial bots in Docker environment
- Error when importing bots with non-English names
- Missing TAIDE model download link error
- "Composer not found" error in Windows version — auto-generation of composer.bat