From 5c9875d3903b4890e676974e1a5834e8648550f5 Mon Sep 17 00:00:00 2001 From: fujie Date: Mon, 9 Feb 2026 19:48:41 +0800 Subject: [PATCH] feat: add `openwebui_id` to the GitHub Copilot SDK files filter plugin metadata. --- .../github_copilot_sdk_files_filter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/filters/github_copilot_sdk_files_filter/github_copilot_sdk_files_filter.py b/plugins/filters/github_copilot_sdk_files_filter/github_copilot_sdk_files_filter.py index 672c34c..d6bbcc8 100644 --- a/plugins/filters/github_copilot_sdk_files_filter/github_copilot_sdk_files_filter.py +++ b/plugins/filters/github_copilot_sdk_files_filter/github_copilot_sdk_files_filter.py @@ -5,6 +5,7 @@ author: Fu-Jie author_url: https://github.com/Fu-Jie/awesome-openwebui funding_url: https://github.com/open-webui version: 0.1.2 +openwebui_id: 403a62ee-a596-45e7-be65-fab9cc249dd6 description: 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. """