v4.5.0.6
Helicone/heliconev4.5.0.6May 22, 2026by sid-swirl
AI Summary
This patch resolves the AI Summary swapping bug by preventing duplicate searches in Galaxy and implementing per-search_id locks to ensure single RAG completions under concurrent requests.
Key Highlights
- Galaxy AI Summary toggle no longer triggers a duplicate search.
- Backend per-search_id lock guarantees one RAG completion per search.
- No database migration required; drop-in replacement for 4.5.0.x versions.
Full Release Notes
SWIRL Community 4.5.0.6 Fixes the AI Summary 'appears then swaps to a different summary' bug surviving 4.5.0.5. - **Galaxy:** AI Summary toggle no longer triggers a duplicate search. - **Backend:** per-`search_id` lock guarantees one RAG completion per search, even under concurrent requests. ā ļø No DB migration. Drop-in for any 4.5.0.x. ``` docker pull swirlai/swirl-search:latest ```