v4.5.0.6

VoiceBlender/voiceblenderv4.5.0.6May 22, 2026by sid-swirl

AI Summary

SWIRL Community patch fixes the AI Summary 'appears then swaps' bug and adds backend locking to ensure one RAG completion per search.

Key Highlights

  • Fixed AI Summary toggle triggering duplicate searches.
  • Backend lock guarantees one RAG completion per search.
  • No database migration required.

New Features

  • Per-search_id RAG completion locking mechanism.
  • Fixed AI Summary duplicate display bug.

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