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
- GitHub Copilot Official SDK Pipe: v0.5.1 → v0.6.0
- GitHub Copilot SDK 官方管道: v0.5.1 → v0.6.0
Commits / 提交记录
- chore: re-trigger release for v0.6.0
- feat: add
openwebui_idto 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
- Open OpenWebUI Admin Panel
- Navigate to Functions/Tools
- Search for the plugin name
- Click Install
Manual Installation / 手动安装
- Download the plugin file (
.py) from the assets below - Open OpenWebUI Admin Panel → Functions
- Click "Create Function" → Import
- Paste the plugin code