Skip to content

Releases: Fu-Jie/openwebui-extensions

v2026.02.25-1

25 Feb 17:06
db33f44

Choose a tag to compare

What's Changed

Plugin Updates

  • GitHub Copilot SDK Files Filter: v0.1.2 → v0.1.3
  • GitHub Copilot Official SDK Pipe: v0.7.0 → v0.8.0

Commits

  • feat(plugins): release Copilot SDK Pipe v0.8.0 and Files Filter v0.1.3 (#50)

Download

📦 Download the updated plugin files below

Installation

From OpenWebUI Community

  1. Open OpenWebUI Admin Panel
  2. Navigate to Functions/Tools
  3. Search for the plugin name
  4. Click Install

Manual Installation

  1. Download the plugin file (.py) from the assets below
  2. Open OpenWebUI Admin Panel → Functions
  3. Click "Create Function" → Import
  4. Paste the plugin code

📚 Documentation
🐛 Report Issues

v2026.02.24-1

24 Feb 07:05

Choose a tag to compare

What's Changed

Plugin Updates

  • Markdown Normalizer: v1.2.4 → v1.2.7

Commits

  • feat(filters): upgrade markdown-normalizer to v1.2.7
  • docs: refine wording in English v0.7.0.md (use UI instead of interface)
  • docs: refine wording in v0.7.0_CN.md (UI instead of interface)
  • docs: add Chinese version of v0.7.0 post
  • docs: add emoji and subtitle to v0.7.0.md

Download

📦 Download the updated plugin files below

Installation

From OpenWebUI Community

  1. Open OpenWebUI Admin Panel
  2. Navigate to Functions/Tools
  3. Search for the plugin name
  4. Click Install

Manual Installation

  1. Download the plugin file (.py) from the assets below
  2. Open OpenWebUI Admin Panel → Functions
  3. Click "Create Function" → Import
  4. Paste the plugin code

📚 Documentation
🐛 Report Issues

v2026.02.22-1

22 Feb 18:34

Choose a tag to compare

What's Changed

Plugin Updates

  • GitHub Copilot Official SDK Pipe: v0.6.2 → v0.7.0

Commits

  • feat(pipes): v0.7.0 final release with native tool UI and CLI integration
  • fix(actions): fix white background bleed in dark mode when viewport is narrow
  • chore: update smart mind map plugin image.
  • docs(filters): fix broken link to workflow guide in mkdocs strict build

Download

📦 Download the updated plugin files below

Installation

From OpenWebUI Community

  1. Open OpenWebUI Admin Panel
  2. Navigate to Functions/Tools
  3. Search for the plugin name
  4. Click Install

Manual Installation

  1. Download the plugin file (.py) from the assets below
  2. Open OpenWebUI Admin Panel → Functions
  3. Click "Create Function" → Import
  4. Paste the plugin code

📚 Documentation
🐛 Report Issues

v2026.02.21-2

21 Feb 15:44

Choose a tag to compare

v2026.02.21-2 Release

What's Changed

Plugin Updates

  • Async Context Compression: v1.2.2 → v1.3.0

Commits

  • feat(filters): release v1.3.0 for async context compression

Download

📦 Download the updated plugin files below

Installation

From OpenWebUI Community

  1. Open OpenWebUI Admin Panel
  2. Navigate to Functions/Tools
  3. Search for the plugin name
  4. Click Install

Manual Installation

  1. Download the plugin file (.py) from the assets below
  2. Open OpenWebUI Admin Panel → Functions
  3. Click "Create Function" → Import
  4. Paste the plugin code

📚 Documentation
🐛 Report Issues

v2026.02.21-1

21 Feb 10:07

Choose a tag to compare

v2026.02.21-1 Release

What's Changed

Plugin Updates

  • Smart Mind Map: v0.9.2 → v1.0.0

Commits

  • feat(actions): release Smart Mind Map v1.0.0 - a milestone with Native i18n & Direct Embed
  • feat(pipe): show Copilot CLI install progress during first run
  • docs: Align with copilot-instructions.md standards and update all repo references
  • chore: Update repository references from awesome-openwebui to openwebui-extensions
  • docs: rename Awesome OpenWebUI and OpenWebUI Extras to OpenWebUI Extensions
  • feat: Security and i18n improvements for Smart Mind Map plugin
  • feat: Add full i18n support to Smart Mind Map plugin
  • feat: Add full i18n support to Smart Mind Map plugin
  • feat: Add full i18n support to Smart Mind Map plugin
  • feat: Add full i18n support to Smart Mind Map plugin
  • feat: Add full i18n support to Smart Mind Map plugin
  • docs: modernize file delivery protocol and update tutorials
  • docs(workflow): optimize release format to English-only changelog

Download

📦 Download the updated plugin files below

Installation

From OpenWebUI Community

  1. Open OpenWebUI Admin Panel
  2. Navigate to Functions/Tools
  3. Search for the plugin name
  4. Click Install

Manual Installation

  1. Download the plugin file (.py) from the assets below
  2. Open OpenWebUI Admin Panel → Functions
  3. Click "Create Function" → Import
  4. Paste the plugin code

📚 Documentation
🐛 Report Issues

v2026.02.10-1

10 Feb 06:55

Choose a tag to compare

v2026.02.10-1 Release / 发布

What's Changed / 更新内容

插件更新 / Plugin Updates

Commits / 提交记录

  • feat(pipe): release v0.6.2 - full-lifecycle file agent support

Download / 下载

📦 Download the updated plugin files below / 请在下方下载更新的插件文件

Installation / 安装

From OpenWebUI Community

  1. Open OpenWebUI Admin Panel
  2. Navigate to Functions/Tools
  3. Search for the plugin name
  4. Click Install

Manual Installation / 手动安装

  1. Download the plugin file (.py) from the assets below
  2. Open OpenWebUI Admin Panel → Functions
  3. Click "Create Function" → Import
  4. Paste the plugin code

📚 Documentation / 文档
🐛 Report Issues / 报告问题

v2026.02.09-1

09 Feb 11:55

Choose a tag to compare

v2026.02.09-1 Release / 发布

What's Changed / 更新内容

新增插件 / New Plugins

  • GitHub Copilot SDK Files Filter v0.1.2
    • A specialized filter to bypass OpenWebUI's default RAG for GitHub Copilot SDK models. It moves uploaded files to a safe location ('copilot_files') so the Copilot Pipe can process them natively without interference.
    • 📖 README / 文档
  • GitHub Copilot SDK 文件过滤器(GitHub Copilot SDK Files Filter) v0.1.2
    • 一个专门的过滤器,用于绕过 OpenWebUI 默认的 RAG 机制,针对 GitHub Copilot SDK 模型。它将上传的文件移动到安全位置 ('copilot_files'),以便 Copilot Pipe 可以原生处理它们而不受干扰。
    • 📖 README / 文档

插件更新 / Plugin Updates

Commits / 提交记录

  • chore: re-trigger release for v0.6.0
  • feat: add openwebui_id to the GitHub Copilot SDK files filter plugin metadata.
  • feat: release github-copilot-sdk v0.6.0 and files-filter v0.1.2
  • fix(docs): Repair broken valves table in README

Download / 下载

📦 Download the updated plugin files below / 请在下方下载更新的插件文件

Installation / 安装

From OpenWebUI Community

  1. Open OpenWebUI Admin Panel
  2. Navigate to Functions/Tools
  3. Search for the plugin name
  4. Click Install

Manual Installation / 手动安装

  1. Download the plugin file (.py) from the assets below
  2. Open OpenWebUI Admin Panel → Functions
  3. Click "Create Function" → Import
  4. Paste the plugin code

📚 Documentation / 文档
🐛 Report Issues / 报告问题

v0.6.1

09 Feb 17:16

Choose a tag to compare

v0.6.1 Release / 发布

Commits / 提交记录

Download / 下载

📦 Download the updated plugin files below / 请在下方下载更新的插件文件

Installation / 安装

From OpenWebUI Community

  1. Open OpenWebUI Admin Panel
  2. Navigate to Functions/Tools
  3. Search for the plugin name
  4. Click Install

Manual Installation / 手动安装

  1. Download the plugin file (.py) from the assets below
  2. Open OpenWebUI Admin Panel → Functions
  3. Click "Create Function" → Import
  4. Paste the plugin code

📚 Documentation / 文档
🐛 Report Issues / 报告问题

v2026.02.08-1

08 Feb 00:24

Choose a tag to compare

v2026.02.08-1 Release / 发布

What's Changed / 更新内容

插件更新 / Plugin Updates

Commits / 提交记录

  • feat(copilot): Release v0.5.1 - Smarter BYOK, Tool Caching & Refined Docs

Download / 下载

📦 Download the updated plugin files below / 请在下方下载更新的插件文件

Installation / 安装

From OpenWebUI Community

  1. Open OpenWebUI Admin Panel
  2. Navigate to Functions/Tools
  3. Search for the plugin name
  4. Click Install

Manual Installation / 手动安装

  1. Download the plugin file (.py) from the assets below
  2. Open OpenWebUI Admin Panel → Functions
  3. Click "Create Function" → Import
  4. Paste the plugin code

📚 Documentation / 文档
🐛 Report Issues / 报告问题

v2026.02.07-2

07 Feb 10:14

Choose a tag to compare

v2026.02.07-2 Release / 发布

What's Changed / 更新内容

插件更新 / Plugin Updates

Commits / 提交记录

  • feat: release export-to-docx v0.4.4 w/ formatting & font fixes
  • docs: add explicit Copilot subscription requirement to README
  • chore: archive development research artifacts and debug scripts

Download / 下载

📦 Download the updated plugin files below / 请在下方下载更新的插件文件

Installation / 安装

From OpenWebUI Community

  1. Open OpenWebUI Admin Panel
  2. Navigate to Functions/Tools
  3. Search for the plugin name
  4. Click Install

Manual Installation / 手动安装

  1. Download the plugin file (.py) from the assets below
  2. Open OpenWebUI Admin Panel → Functions
  3. Click "Create Function" → Import
  4. Paste the plugin code

📚 Documentation / 文档
🐛 Report Issues / 报告问题