fujie
25c9d20f3d
feat(async-context-compression): release v1.2.1 with smart config & optimizations
...
This release introduces significant improvements to configuration flexibility, performance, and stability.
**Key Changes:**
* **Smart Configuration:**
* Added `summary_model_max_context` to allow independent context limits for the summary model (e.g., using `gemini-flash` with 1M context to summarize `gpt-4` history).
* Implemented auto-detection of base model settings for custom models, ensuring correct threshold application.
* **Performance & Refactoring:**
* Optimized `model_thresholds` parsing with caching to reduce overhead.
* Refactored `inlet` and `outlet` logic to remove redundant code and improve maintainability.
* Replaced all `print` statements with proper `logging` calls for better production monitoring.
* **Bug Fixes & Modernization:**
* Fixed `datetime.utcnow()` deprecation warnings by switching to timezone-aware `datetime.now(timezone.utc)`.
* Corrected type annotations and improved error handling for `JSONResponse` objects from LLM backends.
* Removed hard truncation in summary generation to allow full context usage.
**Files Updated:**
* Plugin source code (English & Chinese)
* Documentation and READMEs
* Version bumped to 1.2.1
2026-01-20 19:09:25 +08:00
fujie
db1a1e7ef0
fix(async-context-compression): sync CN version with EN version logic
...
- Add missing imports (contextlib, sessionmaker, Engine)
- Add database engine discovery functions (_discover_owui_engine, _discover_owui_schema)
- Fix ChatSummary table to support schema configuration
- Fix duplicate code in __init__ method
- Add _db_session context manager for robust session handling
- Fix inlet method signature (add __request__, __model__ parameters)
- Fix tool output trimming to check native function calling
- Add chat_id empty check in outlet method
2026-01-19 20:37:37 +08:00
fujie
0d8c4e048e
release: async-context-compression v1.2.0 and markdown-normalizer v1.2.4
2026-01-19 20:11:55 +08:00
fujie
f304eb7633
feat(markdown-normalizer): release v1.2.3 with bug fixes and test suite
2026-01-18 01:14:37 +08:00
fujie
3b11537b5e
docs: sync markdown_normalizer 1.2.2
2026-01-17 18:53:05 +08:00
fujie
94540cc131
feat(markdown_normalizer): add details tag normalization and update documentation
2026-01-17 16:30:14 +08:00
fujie
71bef146c8
docs: standardize plugin READMEs and documentation rules
2026-01-17 16:26:43 +08:00
Jeff
b447143a50
Delete plugins/filters/multi_model_context_merger.py
2026-01-15 00:28:14 +08:00
fujie
e4cbf231a6
Fix: Remove duplicate parameters and correct documentation
2026-01-15 00:25:23 +08:00
fujie
70a96d0754
fix: resolve mkdocs build warnings and broken links
2026-01-14 23:46:56 +08:00
fujie
ab0daba80d
docs: update documentation, add new filters, remove deprecated plugins
2026-01-14 23:32:10 +08:00
fujie
16cc45c0d5
add openwebui_id
2026-01-13 23:16:27 +08:00
fujie
e2be1b25b1
feat: update markdown normalizer to v1.1.2 with comprehensive mermaid edge label protection
2026-01-13 22:45:42 +08:00
fujie
f650c64ffe
feat: update markdown-normalizer to v1.1.0 (fix mermaid syntax & html safeguard)
2026-01-12 23:44:27 +08:00
fujie
34b2c3d6cf
fix(async-context-compression): resolve race condition, update role to assistant, bump to v1.1.3
2026-01-12 01:45:58 +08:00
fujie
a1c1ed9840
fix: resolve 422 error in plugin update by cleaning payload and fixing media format
2026-01-12 00:07:10 +08:00
fujie
c63701d05f
docs: update infographic plugin documentation to v1.4.9
2026-01-12 00:01:28 +08:00
fujie
863805dc68
feat: release markdown_normalizer v1.0.1 with enhanced mermaid support and debug logging
2026-01-11 23:58:23 +08:00
fujie
cbf2ff7f93
chore: release async-context-compression v1.1.2
...
- Enhanced error reporting via status bar and console
- Robust model ID handling
- Open WebUI v0.7.x compatibility (dynamic DB session)
- Updated documentation and version bumps
2026-01-11 17:25:07 +08:00
copilot-swe-agent[bot]
abbe3fb248
chore: centralize chat_id extraction helper
...
Co-authored-by: Fu-Jie <33599649+Fu-Jie@users.noreply.github.com >
2026-01-11 08:36:13 +00:00
copilot-swe-agent[bot]
7e44dde979
chore: add discovery docstrings
...
Co-authored-by: Fu-Jie <33599649+Fu-Jie@users.noreply.github.com >
2026-01-11 08:31:10 +00:00
copilot-swe-agent[bot]
3649d75539
chore: add discovery debug logs
...
Co-authored-by: Fu-Jie <33599649+Fu-Jie@users.noreply.github.com >
2026-01-11 08:30:02 +00:00
copilot-swe-agent[bot]
d3b4219a9a
chore: refine db session discovery messaging
...
Co-authored-by: Fu-Jie <33599649+Fu-Jie@users.noreply.github.com >
2026-01-11 08:28:52 +00:00
copilot-swe-agent[bot]
9e98d55e11
fix: make async compression db session discovery robust
...
Co-authored-by: Fu-Jie <33599649+Fu-Jie@users.noreply.github.com >
2026-01-11 08:27:36 +00:00
copilot-swe-agent[bot]
4b8515f682
fix: ensure empty summary model skips compression
...
Co-authored-by: Fu-Jie <33599649+Fu-Jie@users.noreply.github.com >
2026-01-11 08:25:33 +00:00
copilot-swe-agent[bot]
d2f35ce396
fix: harden async compression compatibility
...
Co-authored-by: Fu-Jie <33599649+Fu-Jie@users.noreply.github.com >
2026-01-11 08:24:56 +00:00
fujie
d66360b02d
Update READMEs with v1.1.1 release notes
2026-01-10 19:07:49 +08:00
fujie
1ece648006
Update Async Context Compression docs to v1.1.1 and improve plugin update logic to detect README changes
2026-01-10 19:07:49 +08:00
fujie
06fdfee182
Update context enhancement filter
2026-01-10 18:47:35 +08:00
fujie
7085e794a3
Update Async Context Compression to v1.1.1: Add frontend debug logging and optimize token calculation
2026-01-10 18:47:35 +08:00
fujie
f78e703a99
Fix Mermaid syntax normalization: preserve quoted strings and prevent false positives
2026-01-10 16:07:19 +08:00
fujie
aabb24c9cd
docs: update READMEs for markdown normalizer
2026-01-10 15:53:36 +08:00
fujie
ef34cc326c
feat: enhance markdown normalizer with mermaid fix and frontend logging
2026-01-10 15:45:20 +08:00
fujie
322bd6e167
chore: cleanup legacy plugins and add plugin assets
...
- Remove deprecated summary plugin (replaced by deep-dive)
- Remove js-render-poc experimental plugin
- Add plugin preview images
- Update publish scripts with create_plugin support
2026-01-08 08:39:21 +08:00
fujie
3cc4478dd9
feat(deep-dive): add Deep Dive / 精读 action plugin
...
- New thinking chain structure: Context → Logic → Insight → Path
- Process-oriented timeline UI design
- OpenWebUI theme auto-adaptation (light/dark)
- Full markdown support (numbered lists, inline code, bold)
- Bilingual support (English: Deep Dive, Chinese: 精读)
- Add manual publish workflow for new plugins
2026-01-08 08:37:50 +08:00
fujie
a58ce9e99e
feat: 为所有插件配置添加 openwebui_id。
2026-01-08 00:16:56 +08:00
fujie
6d7a5b45cf
feat: bump export_to_word to v0.4.3 and automate plugin publishing
2026-01-08 00:12:17 +08:00
fujie
cf86012d4d
feat(infographic): upload PNG instead of SVG for better compatibility
...
- Convert SVG to PNG using canvas before uploading
- 2x scale for higher quality output
- Fix Word export compatibility issue (SVG not supported by python-docx)
- Update version to 1.4.1
- Update README.md and README_CN.md with new feature
2026-01-07 21:24:09 +08:00
fujie
7fb5c243fa
feat(export-to-word): add S3 object storage support
...
- Add boto3 direct download for S3/MinIO stored images
- Implement 6-level file fallback: DB → S3 → Local → URL → API → Attributes
- Sync S3 support to Chinese version (export_to_word_cn.py)
- Update version to 0.4.2
- Rewrite README.md and README_CN.md following standard format
- Update docs version numbers
- Add file storage access guidelines to copilot-instructions.md
2026-01-07 20:59:33 +08:00
fujie
ba7943bd6f
fix: restore responsive sizing for infographic
2026-01-07 07:32:59 +08:00
fujie
6eb09c3eaa
fix: use fixed dimensions to prevent title wrapping
2026-01-07 07:31:13 +08:00
fujie
63c5257162
fix: reduce infographic padding to prevent title wrapping
2026-01-07 07:12:46 +08:00
fujie
a2422262b5
fix: increase infographic width to prevent title wrapping
2026-01-07 07:09:26 +08:00
fujie
1d066fc1f0
fix: reduce infographic size and adjust layout margins
2026-01-07 07:05:20 +08:00
fujie
2684098be1
docs: update doc standards & reformat infographic readme; feat: default image mode
2026-01-06 22:57:17 +08:00
fujie
57ebf24c75
feat: update Smart Infographic to v1.4.0 with static image output support
2026-01-06 22:35:46 +08:00
fujie
255e48bd33
docs(smart-mind-map): add comparison table for output modes
2026-01-06 21:50:22 +08:00
fujie
18993c7fbe
docs(smart-mind-map): emphasize no HTML output in image mode
2026-01-06 21:46:22 +08:00
fujie
f3cf2b52fd
docs(smart-mind-map): highlight v0.9.1 features in README header
2026-01-06 21:39:42 +08:00
fujie
856f76cd27
feat(smart-mind-map): v0.9.1 - Add Image output mode with file upload support
2026-01-06 21:35:36 +08:00