diff --git a/plugins/actions/flash-card/README.md b/plugins/actions/flash-card/README.md index f5b18af..05a73e5 100644 --- a/plugins/actions/flash-card/README.md +++ b/plugins/actions/flash-card/README.md @@ -48,3 +48,9 @@ GitHub: [Fu-Jie/awesome-openwebui](https://github.com/Fu-Jie/awesome-openwebui) ## License MIT License + +## Changelog + +### v0.2.4 + +- Removed debug messages from output diff --git a/plugins/actions/flash-card/README_CN.md b/plugins/actions/flash-card/README_CN.md index 7a12b01..49d09a9 100644 --- a/plugins/actions/flash-card/README_CN.md +++ b/plugins/actions/flash-card/README_CN.md @@ -48,3 +48,9 @@ GitHub: [Fu-Jie/awesome-openwebui](https://github.com/Fu-Jie/awesome-openwebui) ## 许可证 MIT License + +## 更新日志 + +### v0.2.4 + +- 移除输出中的调试信息 diff --git a/plugins/actions/flash-card/flash_card.py b/plugins/actions/flash-card/flash_card.py index bb577f0..34895c8 100644 --- a/plugins/actions/flash-card/flash_card.py +++ b/plugins/actions/flash-card/flash_card.py @@ -3,7 +3,7 @@ title: Flash Card author: Fu-Jie author_url: https://github.com/Fu-Jie funding_url: https://github.com/Fu-Jie/awesome-openwebui -version: 0.2.3 +version: 0.2.4 icon_url: data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwb2x5Z29uIHBvaW50cz0iMTIgMiAyIDcgMTIgMTIgMjIgNyAxMiAyIi8+PHBvbHlsaW5lIHBvaW50cz0iMiAxNyAxMiAyMiAyMiAxNyIvPjxwb2x5bGluZSBwb2ludHM9IjIgMTIgMTIgMTcgMjIgMTIiLz48L3N2Zz4= description: Quickly generates beautiful flashcards from text, extracting key points and categories. """ @@ -147,7 +147,7 @@ class Action: if role == "user" else "Assistant" if role == "assistant" else role ) - aggregated_parts.append(f"[{role_label} Message {i}]\n{text_content}") + aggregated_parts.append(f"{text_content}") if not aggregated_parts: return body diff --git a/plugins/actions/flash-card/flash_card_cn.py b/plugins/actions/flash-card/flash_card_cn.py index 7ce17bd..e2b62b6 100644 --- a/plugins/actions/flash-card/flash_card_cn.py +++ b/plugins/actions/flash-card/flash_card_cn.py @@ -3,7 +3,7 @@ title: 闪记卡 (Flash Card) author: Fu-Jie author_url: https://github.com/Fu-Jie funding_url: https://github.com/Fu-Jie/awesome-openwebui -version: 0.2.3 +version: 0.2.4 icon_url: data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwb2x5Z29uIHBvaW50cz0iMTIgMiAyIDcgMTIgMTIgMjIgNyAxMiAyIi8+PHBvbHlsaW5lIHBvaW50cz0iMiAxNyAxMiAyMiAyMiAxNyIvPjxwb2x5bGluZSBwb2ludHM9IjIgMTIgMTIgMTcgMjIgMTIiLz48L3N2Zz4= description: 快速将文本提炼为精美的学习记忆卡片,支持核心要点提取与分类。 """ @@ -144,7 +144,7 @@ class Action: if role == "user" else "助手" if role == "assistant" else role ) - aggregated_parts.append(f"[{role_label} 消息 {i}]\n{text_content}") + aggregated_parts.append(f"{text_content}") if not aggregated_parts: return body diff --git a/plugins/actions/infographic/README.md b/plugins/actions/infographic/README.md index d38d90e..a2f1f42 100644 --- a/plugins/actions/infographic/README.md +++ b/plugins/actions/infographic/README.md @@ -63,3 +63,9 @@ data ## 📄 License MIT License + +## Changelog + +### v1.3.2 + +- Removed debug messages from output diff --git a/plugins/actions/infographic/README_CN.md b/plugins/actions/infographic/README_CN.md index 26b1505..544017a 100644 --- a/plugins/actions/infographic/README_CN.md +++ b/plugins/actions/infographic/README_CN.md @@ -63,3 +63,9 @@ data ## 📄 许可证 MIT License + +## 更新日志 + +### v1.3.2 + +- 移除输出中的调试信息 diff --git a/plugins/actions/infographic/infographic.py b/plugins/actions/infographic/infographic.py index 09a0ad8..a230f29 100644 --- a/plugins/actions/infographic/infographic.py +++ b/plugins/actions/infographic/infographic.py @@ -3,7 +3,7 @@ title: 📊 Smart Infographic (AntV) author: jeff author_url: https://github.com/Fu-Jie/awesome-openwebui icon_url: data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogIDxsaW5lIHgxPSIxMiIgeTE9IjIwIiB4Mj0iMTIiIHkyPSIxMCIgLz4KICA8bGluZSB4MT0iMTgiIHkxPSIyMCIgeDI9IjE4IiB5Mj0iNCIgLz4KICA8bGluZSB4MT0iNiIgeTE9IjIwIiB4Mj0iNiIgeTI9IjE2IiAvPgo8L3N2Zz4= -version: 1.3.1 +version: 1.3.2 description: AI-powered infographic generator based on AntV Infographic. Supports professional templates, auto-icon matching, and SVG/PNG downloads. """ @@ -961,9 +961,7 @@ class Action: if role == "user" else "Assistant" if role == "assistant" else role ) - aggregated_parts.append( - f"[{role_label} Message {i}]\n{text_content}" - ) + aggregated_parts.append(f"{text_content}") if not aggregated_parts: raise ValueError("Unable to get valid user message content.") diff --git a/plugins/actions/infographic/infographic_cn.py b/plugins/actions/infographic/infographic_cn.py index 855a923..a41fa8f 100644 --- a/plugins/actions/infographic/infographic_cn.py +++ b/plugins/actions/infographic/infographic_cn.py @@ -3,7 +3,7 @@ title: 📊 智能信息图 (AntV Infographic) author: jeff author_url: https://github.com/Fu-Jie/awesome-openwebui icon_url: data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPgogIDxsaW5lIHgxPSIxMiIgeTE9IjIwIiB4Mj0iMTIiIHkyPSIxMCIgLz4KICA8bGluZSB4MT0iMTgiIHkxPSIyMCIgeDI9IjE4IiB5Mj0iNCIgLz4KICA8bGluZSB4MT0iNiIgeTE9IjIwIiB4Mj0iNiIgeTI9IjE2IiAvPgo8L3N2Zz4= -version: 1.3.1 +version: 1.3.2 description: 基于 AntV Infographic 的智能信息图生成插件。支持多种专业模板,自动图标匹配,并提供 SVG/PNG 下载功能。 """ @@ -1026,7 +1026,7 @@ class Action: if role == "user" else "助手" if role == "assistant" else role ) - aggregated_parts.append(f"[{role_label} 消息 {i}]\n{text_content}") + aggregated_parts.append(f"{text_content}") if not aggregated_parts: raise ValueError("无法获取有效的用户消息内容。") diff --git a/plugins/actions/smart-mind-map/README.md b/plugins/actions/smart-mind-map/README.md index 82b62ca..fdfa2ba 100644 --- a/plugins/actions/smart-mind-map/README.md +++ b/plugins/actions/smart-mind-map/README.md @@ -1,6 +1,6 @@ # Smart Mind Map - Mind Mapping Generation Plugin -**Author:** [Fu-Jie](https://github.com/Fu-Jie) | **Version:** 0.8.0 | **License:** MIT +**Author:** [Fu-Jie](https://github.com/Fu-Jie) | **Version:** 0.8.2 | **License:** MIT > **Important**: To ensure the maintainability and usability of all plugins, each plugin should be accompanied by clear and comprehensive documentation to ensure its functionality, configuration, and usage are well explained. @@ -277,7 +277,11 @@ This plugin uses only OpenWebUI's built-in dependencies. **No additional package ## Changelog -### v0.8.0 (Current Version) +### v0.8.2 + +- Removed debug messages from output + +### v0.8.0 (Previous Version) **Major Features:** diff --git a/plugins/actions/smart-mind-map/README_CN.md b/plugins/actions/smart-mind-map/README_CN.md index 894e533..f99e991 100644 --- a/plugins/actions/smart-mind-map/README_CN.md +++ b/plugins/actions/smart-mind-map/README_CN.md @@ -1,6 +1,6 @@ # 思维导图 - 思维导图生成插件 -**作者:** [Fu-Jie](https://github.com/Fu-Jie) | **版本:** 0.8.0 | **许可证:** MIT +**作者:** [Fu-Jie](https://github.com/Fu-Jie) | **版本:** 0.8.2 | **许可证:** MIT > **重要提示**:为了确保所有插件的可维护性和易用性,每个插件都应附带清晰、完整的文档,以确保其功能、配置和使用方法得到充分说明。 @@ -277,7 +277,11 @@ ## 更新日志 -### v0.8.0(当前版本) +### v0.8.2 + +- 移除输出中的调试信息 + +### v0.8.0 (Previous Version) **主要功能:** diff --git a/plugins/actions/smart-mind-map/smart_mind_map.py b/plugins/actions/smart-mind-map/smart_mind_map.py index 5b0c5df..cb07244 100644 --- a/plugins/actions/smart-mind-map/smart_mind_map.py +++ b/plugins/actions/smart-mind-map/smart_mind_map.py @@ -3,7 +3,7 @@ title: Smart Mind Map author: Fu-Jie author_url: https://github.com/Fu-Jie funding_url: https://github.com/Fu-Jie/awesome-openwebui -version: 0.8.1 +version: 0.8.2 icon_url: data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxyZWN0IHg9IjE2IiB5PSIxNiIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiLz48cmVjdCB4PSIyIiB5PSIxNiIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiLz48cmVjdCB4PSI5IiB5PSIyIiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiByeD0iMSIvPjxwYXRoIGQ9Ik01IDE2di0zYTEgMSAwIDAgMSAxLTFoMTJhMSAxIDAgMCAxIDEgMXYzIi8+PHBhdGggZD0iTTEyIDEyVjgiLz48L3N2Zz4= description: Intelligently analyzes text content and generates interactive mind maps to help users structure and visualize knowledge. """ @@ -960,7 +960,7 @@ class Action: if role == "user" else "Assistant" if role == "assistant" else role ) - aggregated_parts.append(f"[{role_label} Message {i}]\n{text_content}") + aggregated_parts.append(f"{text_content}") if not aggregated_parts: error_message = "Unable to retrieve valid user message content." diff --git a/plugins/actions/smart-mind-map/smart_mind_map_cn.py b/plugins/actions/smart-mind-map/smart_mind_map_cn.py index ea3fba8..9386e47 100644 --- a/plugins/actions/smart-mind-map/smart_mind_map_cn.py +++ b/plugins/actions/smart-mind-map/smart_mind_map_cn.py @@ -3,7 +3,7 @@ title: 思维导图 author: Fu-Jie author_url: https://github.com/Fu-Jie funding_url: https://github.com/Fu-Jie/awesome-openwebui -version: 0.8.1 +version: 0.8.2 icon_url: data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxyZWN0IHg9IjE2IiB5PSIxNiIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiLz48cmVjdCB4PSIyIiB5PSIxNiIgd2lkdGg9IjYiIGhlaWdodD0iNiIgcng9IjEiLz48cmVjdCB4PSI5IiB5PSIyIiB3aWR0aD0iNiIgaGVpZ2h0PSI2IiByeD0iMSIvPjxwYXRoIGQ9Ik01IDE2di0zYTEgMSAwIDAgMSAxLTFoMTJhMSAxIDAgMCAxIDEgMXYzIi8+PHBhdGggZD0iTTEyIDEyVjgiLz48L3N2Zz4= description: 智能分析文本内容,生成交互式思维导图,帮助用户结构化和可视化知识。 """ @@ -957,7 +957,7 @@ class Action: if role == "user" else "助手" if role == "assistant" else role ) - aggregated_parts.append(f"[{role_label} 消息 {i}]\n{text_content}") + aggregated_parts.append(f"{text_content}") if not aggregated_parts: error_message = "无法获取有效的用户消息内容。" diff --git a/plugins/actions/summary/README.md b/plugins/actions/summary/README.md index 3cef4fc..60e3dac 100644 --- a/plugins/actions/summary/README.md +++ b/plugins/actions/summary/README.md @@ -22,3 +22,9 @@ GitHub: [Fu-Jie/awesome-openwebui](https://github.com/Fu-Jie/awesome-openwebui) ## License MIT License + +## Changelog + +### v0.1.2 + +- Removed debug messages from output diff --git a/plugins/actions/summary/README_CN.md b/plugins/actions/summary/README_CN.md index 8d06b0a..16918b2 100644 --- a/plugins/actions/summary/README_CN.md +++ b/plugins/actions/summary/README_CN.md @@ -22,3 +22,9 @@ GitHub: [Fu-Jie/awesome-openwebui](https://github.com/Fu-Jie/awesome-openwebui) ## 许可证 MIT License + +## 更新日志 + +### v0.1.2 + +- 移除输出中的调试信息 diff --git a/plugins/actions/summary/summary.py b/plugins/actions/summary/summary.py index 2bccdb7..01197a9 100644 --- a/plugins/actions/summary/summary.py +++ b/plugins/actions/summary/summary.py @@ -3,7 +3,7 @@ title: Deep Reading & Summary author: Fu-Jie author_url: https://github.com/Fu-Jie funding_url: https://github.com/Fu-Jie/awesome-openwebui -version: 0.1.1 +version: 0.1.2 icon_url: data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjxwYXRoIGQ9Ik0xNSAxMmgtNSIvPjxwYXRoIGQ9Ik0xNSA4aC01Ii8+PHBhdGggZD0iTTE5IDE3VjVhMiAyIDAgMCAwLTItMkg0Ii8+PHBhdGggZD0iTTggMjFoMTJhMiAyIDAgMCAwIDItMnYtMWExIDEgMCAwIDAtMS0xSDExYTEgMSAwIDAgMC0xIDF2MWEyIDIgMCAxIDEtNCAwVjVhMiAyIDAgMSAwLTQgMHYyYTEgMSAwIDAgMCAxIDFoMyIvPjwvc3ZnPg== description: Provides deep reading analysis and summarization for long texts. requirements: jinja2, markdown @@ -529,9 +529,7 @@ class Action: if role == "user" else "Assistant" if role == "assistant" else role ) - aggregated_parts.append( - f"[{role_label} Message {i}]\n{text_content}" - ) + aggregated_parts.append(f"{text_content}") if not aggregated_parts: raise ValueError("Unable to get valid user message content.") diff --git a/plugins/actions/summary/summary_cn.py b/plugins/actions/summary/summary_cn.py index 9b17627..533ed1b 100644 --- a/plugins/actions/summary/summary_cn.py +++ b/plugins/actions/summary/summary_cn.py @@ -1,7 +1,7 @@ """ title: 精读 (Deep Reading) icon_url: data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9ImciIHgxPSIwIiB5MT0iMCIgeDI9IjEiIHkyPSIxIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDI4NWY0Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWU4OGU1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHBhdGggZD0iTTYgMmg4bDYgNnYxMmEyIDIgMCAwIDEtMiAySDZhMiAyIDAgMCAxLTItMlY0YTIgMiAwIDAgMSAyLTJ6IiBmaWxsPSJ1cmwoI2cpIi8+PHBhdGggZD0iTTE0IDJsNiA2aC02eiIgZmlsbD0iIzFlODhlNSIgb3BhY2l0eT0iMC42Ii8+PGxpbmUgeDE9IjgiIHkxPSIxMyIgeDI9IjE2IiB5Mj0iMTMiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48bGluZSB4MT0iOCIgeTE9IjE3IiB4Mj0iMTQiIHkyPSIxNyIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjEuNSIvPjxjaXJjbGUgY3g9IjE2IiBjeT0iMTgiIHI9IjMiIGZpbGw9IiNmZmQ3MDAiLz48cGF0aCBkPSJNMTYgMTZsMS41IDEuNSIgc3Ryb2tlPSIjNDI4NWY0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg== -version: 0.1.1 +version: 0.1.2 description: 深度分析长篇文本,提炼详细摘要、关键信息点和可执行的行动建议,适合工作和学习场景。 requirements: jinja2, markdown """ @@ -528,7 +528,7 @@ class Action: if role == "user" else "助手" if role == "assistant" else role ) - aggregated_parts.append(f"[{role_label} 消息 {i}]\n{text_content}") + aggregated_parts.append(f"{text_content}") if not aggregated_parts: raise ValueError("无法获取有效的用户消息内容。")