From a54c359fcf370f79acb6f88f2623bcb54c958364 Mon Sep 17 00:00:00 2001 From: fujie Date: Tue, 20 Jan 2026 20:11:00 +0800 Subject: [PATCH] docs(filters): remove language switchers and legacy references from folder-memory docs --- docs/plugins/filters/folder-memory.md | 2 +- docs/plugins/filters/folder-memory.zh.md | 2 +- plugins/filters/folder-memory/README.md | 11 ++++++++--- plugins/filters/folder-memory/README_CN.md | 4 +--- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/plugins/filters/folder-memory.md b/docs/plugins/filters/folder-memory.md index f1ca819..6d8dee6 100644 --- a/docs/plugins/filters/folder-memory.md +++ b/docs/plugins/filters/folder-memory.md @@ -5,7 +5,7 @@ --- ### 📌 What's new in 0.1.0 -- **Initial Release**: Refactored from `folder-rule-collector` to focus on automated "Project Rules" management. +- **Initial Release**: Automated "Project Rules" management for OpenWebUI folders. - **Folder-Level Persistence**: Automatically updates folder system prompts with extracted rules. - **Optimized Performance**: Runs asynchronously and supports `PRIORITY` configuration for seamless integration with other filters. diff --git a/docs/plugins/filters/folder-memory.zh.md b/docs/plugins/filters/folder-memory.zh.md index 47592ce..be6d69a 100644 --- a/docs/plugins/filters/folder-memory.zh.md +++ b/docs/plugins/filters/folder-memory.zh.md @@ -5,7 +5,7 @@ --- ### 📌 0.1.0 版本特性 -- **首个版本发布**:从 `folder-rule-collector` 重构而来,专注于自动化的“项目规则”管理。 +- **首个版本发布**:专注于自动化的“项目规则”管理。 - **文件夹级持久化**:自动将提取的规则回写到文件夹系统提示词中。 - **性能优化**:采用异步处理机制,并支持 `PRIORITY` 配置,确保与其他过滤器(如上下文压缩)完美协作。 diff --git a/plugins/filters/folder-memory/README.md b/plugins/filters/folder-memory/README.md index 1c8a386..6d719b9 100644 --- a/plugins/filters/folder-memory/README.md +++ b/plugins/filters/folder-memory/README.md @@ -2,11 +2,16 @@ **Author:** [Fu-Jie](https://github.com/Fu-Jie/awesome-openwebui) | **Version:** 0.1.0 | **Project:** [Awesome OpenWebUI](https://github.com/Fu-Jie/awesome-openwebui) | **License:** MIT -English | [中文](./README_CN.md) +--- -**Folder Memory** (formerly Folder Rule Collector) is an intelligent context filter plugin for OpenWebUI. It automatically extracts consistent "Project Rules" from ongoing conversations within a folder and injects them back into the folder's system prompt. +### 📌 What's new in 0.1.0 +- **Initial Release**: Automated "Project Rules" management for OpenWebUI folders. +- **Folder-Level Persistence**: Automatically updates folder system prompts with extracted rules. +- **Optimized Performance**: Runs asynchronously and supports `PRIORITY` configuration for seamless integration with other filters. -This ensures that all future conversations within that folder share the same evolved context and rules, without manual updates. +--- + +**Folder Memory** is an intelligent context filter plugin for OpenWebUI. It automatically extracts consistent "Project Rules" from ongoing conversations within a folder and injects them back into the folder's system prompt. ## ✨ Features diff --git a/plugins/filters/folder-memory/README_CN.md b/plugins/filters/folder-memory/README_CN.md index b38603b..fa0d4e1 100644 --- a/plugins/filters/folder-memory/README_CN.md +++ b/plugins/filters/folder-memory/README_CN.md @@ -2,12 +2,10 @@ **作者:** [Fu-Jie](https://github.com/Fu-Jie/awesome-openwebui) | **版本:** 0.1.0 | **项目:** [Awesome OpenWebUI](https://github.com/Fu-Jie/awesome-openwebui) | **许可证:** MIT -[English](./README.md) | 中文 - --- ### 📌 0.1.0 版本特性 -- **首个版本发布**:从 `folder-rule-collector` 重构而来,专注于自动化的“项目规则”管理。 +- **首个版本发布**:专注于自动化的“项目规则”管理。 - **文件夹级持久化**:自动将提取的规则回写到文件夹系统提示词中。 - **性能优化**:采用异步处理机制,并支持 `PRIORITY` 配置,确保与其他过滤器(如上下文压缩)完美协作。