Commit Graph

296 Commits

Author SHA1 Message Date
fujie
fe497cccb7 refactor: 将代理的 Git 操作规则引用到 copilot-instructions.md 2026-01-03 16:27:37 +08:00
fujie
88aa7e156a fix: check for files before gh release upload to prevent empty file error 2026-01-03 16:13:22 +08:00
fujie
dbfce27986 fix: explicitly add newlines before EOF in release workflow v2026.01.03-9 2026-01-03 16:04:21 +08:00
fujie
9be6fe08fa fix: ensure extract_plugin_versions.py output ends with newline to prevent GH Actions EOF error 2026-01-03 16:00:50 +08:00
fujie
782378eed8 fix: quote GITHUB_OUTPUT delimiter to prevent EOF error 2026-01-03 14:18:50 +08:00
fujie
4e59bb6518 feat: support full-cell markdown italic formatting in excel export 2026-01-03 14:18:32 +08:00
fujie
3e73fcb3f0 feat: refine excel export to apply bold formatting only to fully bolded cells 2026-01-03 14:16:00 +08:00
fujie
c460337c43 feat: support markdown italic formatting and refine bold parsing 2026-01-03 14:12:53 +08:00
fujie
e775b23503 feat: support markdown bold formatting in excel export 2026-01-03 14:10:11 +08:00
fujie
b3cdb8e26e fix: use gh cli for asset upload to support chinese filenames 2026-01-03 13:52:25 +08:00
fujie
0e6f902d16 chore: add debug steps and artifact upload to release workflow 2026-01-03 13:38:59 +08:00
fujie
c15c73897f fix: enforce utf-8 and disable git path quoting in release workflow to support chinese filenames 2026-01-03 13:25:15 +08:00
fujie
035439ce02 docs: forbid agents from auto-pushing to remote main branch 2026-01-03 13:21:31 +08:00
fujie
b84ff4a3a2 chore: disable auto-release on push to main, use workflow_dispatch only 2026-01-03 13:18:36 +08:00
fujie
e22744abd0 feat: add export scope option and smart sheet naming to export to excel plugin (v0.3.5) v2026.01.03-5 2026-01-03 13:15:13 +08:00
fujie
54c90238f7 fix: enforce utf-8 locale in release workflow to support chinese filenames 2026-01-03 12:42:26 +08:00
fujie
40d77121bd docs: update plugin development standards for readme requirements v2026.01.03-4 2026-01-03 12:37:05 +08:00
fujie
3795976a79 feat: optimize export to excel filename generation and update docs 2026-01-03 12:37:05 +08:00
fujie
f5e5e5caa4 feat: 添加版本一致性检查脚本以确保插件和文档版本同步 v2026.01.03-3 2026-01-03 12:25:04 +08:00
fujie
0c893ce61f docs: 新增插件开发工作流程文档并更新了多个插件的版本信息 2026-01-03 12:22:14 +08:00
fujie
8f4ce8f084 docs: 更新异步上下文压缩的图标。 2026-01-03 12:00:18 +08:00
fujie
ac2cf00807 feat: 更新了异步上下文压缩插件版本,并优化了发布工作流以直接上传插件文件,同时排除了新的插件模板文件。 2026-01-03 11:54:17 +08:00
fujie
b9d8100cdb docs: add consistency maintenance section to copilot instructions 2026-01-03 11:18:39 +08:00
fujie
bb1cc0d966 docs: update copilot instructions for consistency and sync READMEs 2026-01-03 11:17:54 +08:00
fujie
2e238c5b5d 移除多模型上下文合并器插件的描述。 2026-01-03 11:17:48 +08:00
fujie
b56e7cb41e docs: update documentation versions, fix rendering issues, and update READMEs 2026-01-03 11:16:24 +08:00
fujie
236ae43c0c fix: 提取插件版本时跳过 gemini_manifold.pygemini_manifold_companion.py 文件 2026-01-03 11:00:14 +08:00
fujie
a4e8cc52f9 docs: 更新 Copilot 指令。 2026-01-03 10:57:21 +08:00
fujie
c8e8434bc6 feat: 引入选项以在发布说明中忽略已移除的插件。 2026-01-03 10:55:05 +08:00
fujie
3ee00bb083 docs(copilot-instructions): add release workflow guidelines
- Add release workflow section with automatic release process
- Document version numbering rules (semver)
- Add three release methods: direct push, PR, manual trigger
- Include commit message convention (Conventional Commits)
- Add release checklist
2026-01-01 04:23:22 +08:00
fujie
0a9549da34 feat(flash-card): add _get_user_context for safer user info retrieval
- Add _get_user_context method to handle various __user__ types (dict, list, tuple)
- Prevent AttributeError when __user__ is not a dict
- Update version to 0.2.2 for both English and Chinese versions
v2025.12.31-2
2026-01-01 04:19:22 +08:00
fujie
feeed7d332 添加用户上下文获取规范,确保插件安全提取用户信息并避免潜在错误 v2025.12.31-1 2026-01-01 04:10:32 +08:00
Jeff
84246db0bd Merge pull request #12 from Fu-Jie/copilot/build-plugin-release-workflow
Add plugin release workflow with auto-release on merge and version validation
2026-01-01 04:09:27 +08:00
copilot-swe-agent[bot]
5b8750c438 Enhance release workflow with auto-release on merge and PR validation
Co-authored-by: Fu-Jie <33599649+Fu-Jie@users.noreply.github.com>
2025-12-31 12:06:31 +00:00
copilot-swe-agent[bot]
10bddd2026 Add plugin release workflow with version extraction and changelog management
Co-authored-by: Fu-Jie <33599649+Fu-Jie@users.noreply.github.com>
2025-12-31 11:14:41 +00:00
copilot-swe-agent[bot]
02fc846574 Initial plan 2025-12-31 11:05:36 +00:00
Jeff fu
59ee25754d 更新文档和参数:将版本号提升至1.2.0,增加新特性说明,调整最大摘要token数至16384 2025-12-31 13:21:33 +08:00
Jeff
2cf64c085a Merge pull request #11 from Fu-Jie/copilot/reuse-db-connection
Refactor async-context-compression to re-use OpenWebUI's internal DB connection
2025-12-31 13:04:42 +08:00
Jeff
7c2fd9e6a6 Fix token calculation by removing summary model ID 2025-12-31 12:39:43 +08:00
copilot-swe-agent[bot]
570381f5b3 Fix: Add extend_existing=True to prevent MetaData conflicts on plugin reload
Co-authored-by: Fu-Jie <33599649+Fu-Jie@users.noreply.github.com>
2025-12-31 04:14:16 +00:00
copilot-swe-agent[bot]
e510b3b580 Refactor async-context-compression to use OpenWebUI's internal DB connection
Co-authored-by: Fu-Jie <33599649+Fu-Jie@users.noreply.github.com>
2025-12-31 03:52:19 +00:00
copilot-swe-agent[bot]
501871ece1 Initial plan 2025-12-31 03:42:15 +00:00
Jeff
27186aee1a Merge pull request #9 from Fu-Jie/copilot/update-github-pages-documentation
Update Smart Mind Map docs to v0.8.0 and reflect latest features
2025-12-31 03:27:06 +08:00
copilot-swe-agent[bot]
11ac26351a docs: update smart mind map docs to v0.8.0
Co-authored-by: Fu-Jie <33599649+Fu-Jie@users.noreply.github.com>
2025-12-30 18:49:41 +00:00
copilot-swe-agent[bot]
c1d7931e60 Initial plan 2025-12-30 18:41:49 +00:00
fujie
6bae24ab74 feat: Update Smart Mind Map plugin to version 0.8.0 with enhanced features and improved styling
- Added author information and funding URL to the plugin metadata.
- Improved description for better clarity on functionality.
- Refactored CSS for better responsiveness and visual appeal, including dark theme support.
- Enhanced JavaScript for improved user interaction, including new controls for zooming and theme toggling.
- Updated download functionality to support PNG format with improved scaling and styling.
- Added user context extraction for better user information handling.
- Updated error handling and logging for better debugging and user feedback.
- Translated plugin title and description to Chinese for localization.
2025-12-31 02:00:10 +08:00
fujie
048997d37e feat: 更新思维导图插件的样式和功能,增加导出选项和层级展开选择 2025-12-31 01:20:41 +08:00
fujie
73df5a0818 feat: Update smart mind map plugin with enhanced features and improved UI
- Renamed plugin title from "智绘心图" to "思维导图" and updated version to 0.8.0.
- Refactored user context extraction for better handling of user data.
- Improved CSS styles for better responsiveness and aesthetics.
- Added new control buttons for downloading and zooming functionalities.
- Enhanced JavaScript for dynamic theme detection and improved SVG handling.
- Updated documentation to reflect changes in plugin functionality and naming.
2025-12-30 23:53:26 +08:00
Jeff fu
4e5646ae94 添加插件文档和代码更新,支持可配置的文件标题来源,增强导出功能 2025-12-30 16:09:39 +08:00
Jeff
25c3598979 Merge pull request #8 from Fu-Jie/copilot/update-github-pages-docs
Add Export to Word action docs to GitHub Pages
2025-12-30 15:33:36 +08:00