Releases: rollecode/open-webui-memory
Releases · rollecode/open-webui-memory
Release list
3.2.5
3.2.3
3.2.2
3.2.2: 2025-08-10
- Fix assistant responses being incorrectly processed for memory extraction when save_assistant_response valve is disabled
- Fix memory consolidation incorrectly re-saving existing memories with new timestamps when no changes occurred
3.2.1
3.2.1: 2025-07-24
- Fix "SyntaxError: The string did not match the expected pattern" notification error
- Improve AI response parsing with better error handling for malformed list formats
- Add graceful fallbacks when memory consolidation parsing fails
- Remove common AI response prefixes that cause parsing issues
- Enhance debugging for malformed AI responses from custom models
3.2.0
3.2.0: 2025-07-17
- Add valve to disable memory function for image generation requests
- Implement image generation request detection to prevent memory interference with image prompts
- Add debug logging to help identify Open WebUI image generation patterns
- Fix issue where memories were being injected into image generation requests causing "unrecognizable mess" images
3.1.0
3.1.0: 2025-07-04
- Fix broken vector search by implementing text-based similarity fallback
- Replace failing
query_memorycalls with reliable text-based duplicate detection - Improve memory deduplication when ChromaDB/vector search is not working properly
- Fix intelligent memory consolidation