Version 2.30.0
Universal search and redesigned overview pages
Universal search (⌘K)
One search for the whole platform: chats, assistants, workflows, prompts, apps, projects and settings now live in a single modal — open it with ⌘K or the new Search button in the sidebar. Arrow keys drill straight into a category; selecting a hit opens or runs it instantly.
Redesigned overview pages
The chat overview has been rebuilt from the ground up — with search, sorting by latest activity, and a calmer, more consistent page layout. It is the first page on the new universal page framework, which will roll out to more areas over time.
Tool calling in the OpenAI-compatible API
The OpenAI-compatible API now supports tool calling: pass tools and tool_choice and get tool_calls back — streaming or not. Agents like OpenCode work with meinGPT out of the box. Models without tool support (e.g. Perplexity) now return a clear error instead of silently ignoring the tools.
Fixes & Improvements
- Knowledge & skills in assistants now save reliably — uploaded files such as PDF or Excel stay in place after you save and reopen the assistant.
- CSV files in UTF-16 encoding are now detected and read correctly on upload instead of arriving as garbled characters.
- Steadier chat responses when tools run in parallel — short-lived database conflicts are retried automatically instead of surfacing as errors.
- Further stability and performance improvements in DataVault — concurrent pool syncs no longer block one another, embedding services respect rate-limit cooldowns, and large files process more reliably.