diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f9ad26..54d9b6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,6 +57,8 @@ permissions: jobs: check-changes: runs-on: ubuntu-latest + # Skip release if commit message contains [skip release] + if: ${{ !contains(github.event.head_commit.message, '[skip release]') }} env: LANG: en_US.UTF-8 LC_ALL: en_US.UTF-8 @@ -370,6 +372,11 @@ jobs: while IFS= read -r file; do [ -z "$file" ] && continue if [ -f "$file" ]; then + # Inject plugin README link before each release note file content + plugin_dir=$(dirname "$file") + readme_url="https://github.com/Fu-Jie/openwebui-extensions/blob/main/${plugin_dir}/README.md" + echo "> 📖 [Plugin README](${readme_url})" >> release_notes.md + echo "" >> release_notes.md cat "$file" >> release_notes.md echo "" >> release_notes.md fi diff --git a/README.md b/README.md index d1ecdff..9f5a387 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ A collection of enhancements, plugins, and prompts for [OpenWebUI](https://githu ## 🌟 Star Features -### 1. [GitHub Copilot Official SDK Pipe](https://openwebui.com/posts/github_copilot_official_sdk_pipe_ce96f7b4) ![active-dev](https://img.shields.io/badge/active--dev-orange?style=flat-square) ![downloads](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2FFu-Jie%2Fdb3d95687075a880af6f1fba76d679c6%2Fraw%2Fbadge_post_aef940e01073e811a311c3a443d9c149_dl.json&style=flat-square) ![views](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2FFu-Jie%2Fdb3d95687075a880af6f1fba76d679c6%2Fraw%2Fbadge_post_aef940e01073e811a311c3a443d9c149_vw.json&style=flat-square) +### 1. [GitHub Copilot Official SDK Pipe](https://openwebui.com/posts/github_copilot_official_sdk_pipe_ce96f7b4) ![v0.9.1](https://img.shields.io/badge/v0.9.1-blue?style=flat-square) ![active-dev](https://img.shields.io/badge/active--dev-orange?style=flat-square) ![downloads](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2FFu-Jie%2Fdb3d95687075a880af6f1fba76d679c6%2Fraw%2Fbadge_post_aef940e01073e811a311c3a443d9c149_dl.json&style=flat-square) ![views](https://img.shields.io/endpoint?url=https%3A%2F%2Fgist.githubusercontent.com%2FFu-Jie%2Fdb3d95687075a880af6f1fba76d679c6%2Fraw%2Fbadge_post_aef940e01073e811a311c3a443d9c149_vw.json&style=flat-square) **The ultimate autonomous Agent integration for OpenWebUI.** Deeply bridging GitHub Copilot SDK with your OpenWebUI ecosystem. It enables the Agent to autonomously perform **intent recognition**, **web search**, and **context compaction** while reusing your existing tools, skills, and configurations for a professional, full-featured experience.