update
Mar 26, 2026We've upgraded session search to understand your intent—now you can find past work using natural language queries, even if you don't remember the exact keywords.
Finding that one specific session from three weeks ago just got a whole lot easier. We are replacing our basic keyword-based search with a state-of-the-art Hybrid Semantic Search pipeline. Instead of just looking for exact word matches, RCLM now understands the meaning and context of your sessions, allowing you to search for things like "debugging auth middleware" or "kubernetes crash loop fixes" even if those exact phrases don't appear in your session titles.
The new search system uses a "hybrid" approach that combines the best of two worlds:
text-embedding-3-small). This converts your session data into a multi-dimensional numerical representation that captures its semantic meaning.As our users' session histories grew from dozens to hundreds or even thousands of entries, basic keyword search (ILIKE matching) became increasingly frustrating. If you didn't remember the exact words used in a session summary, you couldn't find it. By moving to a semantic search model, we're making your entire RCLM history truly discoverable and useful for long-term knowledge management.
We're rolling this out as a significant upgrade, but there are a few things to note:
This is one of our most requested features, and we're excited to see how it changes the way you interact with your past AI coding sessions. If you find a search that should have matched but didn't, please let us know!