This release adds compatibility support for Open WebUI 0.9.x and improves plugin stability across version upgrades.
Compatibility
- Open WebUI 0.9.x compatibility: Detects Open WebUI version at runtime and adapts database access accordingly.
- Async DB fix:
Chats.get_chat_by_idand other DB model calls now use the correct async/sync call path based on Open WebUI version.
Improvements
- Async session helpers: Added
_call_dband_call_db_synchelpers to bridge sync/async DB method calls across versions. - Stabilized compression flow: Ensures chat loading and summary injection remain consistent across rendering modes.
Version Changes
Plugin Updates
- Async Context Compression: v1.6.0 → v1.6.1 | 📖 README