diff --git a/plugins/filters/async-context-compression/README.md b/plugins/filters/async-context-compression/README.md index 7036d62..bf33fd3 100644 --- a/plugins/filters/async-context-compression/README.md +++ b/plugins/filters/async-context-compression/README.md @@ -4,6 +4,11 @@ This filter reduces token consumption in long conversations through intelligent summarization and message compression while keeping conversations coherent. +## What's new in 1.1.1 + +- **Frontend Debugging**: Added `show_debug_log` option to print debug info to the browser console (F12). +- **Optimized Compression**: Improved token calculation logic to prevent aggressive truncation of history, ensuring more context is retained. + ## What's new in 1.1.0 - Reuses Open WebUI's shared database connection by default (no custom engine or env vars required). diff --git a/plugins/filters/async-context-compression/README_CN.md b/plugins/filters/async-context-compression/README_CN.md index 8d596d5..fa75cb5 100644 --- a/plugins/filters/async-context-compression/README_CN.md +++ b/plugins/filters/async-context-compression/README_CN.md @@ -6,6 +6,11 @@ 本过滤器通过智能摘要和消息压缩技术,在保持对话连贯性的同时,显著降低长对话的 Token 消耗。 +## 1.1.1 版本更新 + +- **前端调试**: 新增 `show_debug_log` 选项,支持在浏览器控制台 (F12) 打印调试信息。 +- **压缩优化**: 优化 Token 计算逻辑,防止历史记录被过度截断,保留更多上下文。 + ## 1.1.0 版本更新 - 默认复用 OpenWebUI 内置数据库连接,无需自建引擎、无需配置 `DATABASE_URL`。