- Added "sandbox" feature to the Code Interpreter – it allows the use of any Docker image as an environment for code and commands execution. - Context auto-summary moved to an async thread. - Command execution moved to an async thread.
2.0.40
- Totally improved material themes support - Added QSS-configurable themes to chat output window and code highlighter - Added ability to overriding styles per any theme in user directory - Fixed UI layout elements - Fixed DPI issues in Windows systems
2.0.39
- Fixed dialogs closing with the Esc key - Added an indicator for "can append to context in this mode" - Added functionality to fetch filenames from the API when importing files uploaded to Assistants - Enabled switching to newly created Assistants after creation - Optimized class structure
2.0.38
- Multi-language support added to plugins - Implemented feature to override locale and CSS files by overwriting them in the home directory - Bug fixes
2.0.37
- Fixed prompt typing in real-time on the right toolbox - Added toolbox font change option - Simplified custom plugins and wrappers for LLMs application (see Docs for more details) - Bug fixes - UI fixes
2.0.36
- Improved plugins handling - Added Event Dispatcher and event-based system