- Fixed timezone detection and date conversions in calendar and context search. - Added icon indicators showing labels in context items in the calendar (to show if any day has a context with the selected label). - Added custom prompt templates in the input context menu (for saving, editing, and deleting custom prompts).
2.3.0
- Refactored and optimized the chat engine. - Refactored and optimized command execution. - Fixed: execution of assistant tool calls. - Fixed: flow in the expert plugin. - Fixed: flow in the agent plugin. - Fixed: console errors in highlight.js. - Fixed: logging of the context used in the "Chat with Files" plugin. - Improved the stop command. - Added a reply stack. - Other minor fixes.
2.2.33
- Improved model compatibility across different modes. - Enhanced appending of Llama-index response metadata (sources) to context. - Added scrolling to the selected item when choosing the current context from the File -> Select current menu. - Hidden clear preset button. - Fixed duplicated UUIDs in expert presets. - Extended context and events debugging. - Added non-GPT models to Agent and Expert modes.
2.2.32
- Fixed the selection of the chosen index for use in Agent mode if the internal mode for Agent is Llama-index. - Added the ability to select an index for use by experts. - Added automatic, in background mode switching if the given mode is not supported by the selected model in Agent mode and for experts (this allows the use of models available only through Llama-index or Langchain in modes such as Agent or Experts).
2.2.31
- Improved behavior of agent and expert calls. - Improved chat window auto scroll. - Added a new option "Always continue..." to Agent mode (as opposed to the Auto-stop option). - Added a new prompt: Config -> Settings -> Prompts -> Agent: continue (always, more steps).