v4.5.0.6

swirlai/swirl-searchv4.5.0.6May 22, 2026by sid-swirl

AI Summary

Fixes a bug where the AI Summary would appear and then swap to a different summary. The release ensures one RAG completion is generated per search request.

Key Highlights

  • Galaxy AI Summary toggle no longer triggers duplicate searches.
  • Backend per-search_id lock guarantees a single RAG completion.
  • No database migration required; a drop-in replacement for 4.5.0.x.

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
```