AutoGPT replaced its chat-only search with a unified global search endpoint and command-palette modal, enabling hybrid semantic and lexical retrieval across agents, workspace files, and chat sessions.
Introduced a unified hybrid search engine and a generic command-palette UI component to enable cross-content semantic and lexical retrieval.
Users can now instantly find and jump between agents, workspace files, and chats from a single keystroke, replacing the previous fragmented and chat-only search experience. The backend replaces inefficient SQL LIKE queries with a hybrid semantic and BM25 search engine, while the frontend adopts a reusable command-palette organism. Continued monitoring should focus on search latency at scale and the reliability of the new fire-and-forget embedding indexers for workspace files and chat sessions.