github Fu-Jie/openwebui-extensions release-2026.05.11
Multi-Plugin Update: Deep Dive v1.0.1 | Export to Excel v0.3.9 | GitHub Copilot Official SDK Pipe v0.13.2

9 hours ago
  • Unified Core: Merged deep_dive_cn.py into a single, fully internationalized deep_dive.py supporting 12+ languages.
  • Async DB Access: Added non-blocking asyncio implementation for database access to improve concurrency.
  • 🌐 Robust Language Detection: Added frontend localStorage retrieval with timeout protection for perfect i18n detection.

This release adds configurable row height and column width options for exported Excel files.

New Features

  • Configurable Row Height: Added ROW_HEIGHT valve to control data row height in Excel exports. Set to 0 (default) for auto-adjust based on content, or a fixed value (e.g., 20) for compact single-line rows.
  • Configurable Column Width: Added COLUMN_WIDTH valve to control column width in Excel exports. Set to 0 (default) for auto-adjust based on content, or a fixed value (e.g., 15) for uniform compact columns.

Overview

This patch release improves model list management in BYOK (Bring Your Own Key) mode by prioritizing user-configured model lists over dynamic API fetching. When users explicitly provide a BYOK_MODELS list, the plugin now uses it directly without making unnecessary API calls.

New Features

  • BYOK Model Priority: When both BYOK_MODELS (explicit list) and BYOK_BASE_URL (API endpoint) are configured, the plugin now prioritizes the user-configured BYOK_MODELS directly and skips the API fetch. This respects the user's explicit intent and reduces network overhead.

Bug Fixes

  • Redundant Fallback Logic Removed: Previously, the plugin would first attempt an API fetch and only parse BYOK_MODELS on failure. This unnecessary fallback chain has been removed for clarity and efficiency.

Migration Notes

Breaking change for dual-mode configurations:

  • If you have both BYOK_BASE_URL and BYOK_MODELS set, the plugin will now use BYOK_MODELS directly and ignore the API fetch.
  • If you want the dynamic API-fetched model list, clear or remove the BYOK_MODELS configuration.
  • If you prefer a mix, keep only BYOK_BASE_URL set and leave BYOK_MODELS empty.

Test Coverage

  • BYOK_BASE_URL only → API fetch works as before
  • Both BYOK_MODELS and BYOK_BASE_URL set → BYOK_MODELS takes precedence
  • Neither configured → Empty list (no change)

Related

Version Changes

Plugin Updates


📚 Documentation Portal
🐛 Report Issues

Don't miss a new openwebui-extensions release

NewReleases is sending notifications on new releases.