ci(release): include documentation content in release body

- embed changed v*.md release note content into generated GitHub release notes

- keep additional doc changes visible as file list in release output

- refine v0.9.1 EN/CN release notes to include only actual updated/fixed items
This commit is contained in:
fujie
2026-03-04 00:57:18 +08:00
parent 658f37baa6
commit 3e8b15af46
3 changed files with 41 additions and 42 deletions

View File

@@ -1,32 +1,14 @@
# GitHub Copilot SDK Pipe v0.9.1 Release Notes
## Overview
This release upgrades the GitHub Copilot SDK Pipe into a more autonomous and ecosystem-aware Agent integration for OpenWebUI, with stronger web-search behavior, clearer terminology, and improved tool-filtering reliability.
## New Features
## Updated
- Prioritize autonomous web search by always enabling `web_search` for Agent-side decision making.
- Add explicit ecosystem injection messaging for OpenWebUI Tools, MCP servers, OpenAPI servers, and Skills.
- Improve interactive delivery guidance for HTML Artifacts and RichUI workflows.
- Add recommendation for installing the Visual Explainer skill for high-quality visual rendering.
- Restore top-level onboarding callouts (`IMPORTANT` + `TIP`) in plugin docs for companion dependency and BYOK guidance.
- Refresh root README and root README_CN feature highlights to reflect the Agent-focused v0.9.1 positioning.
- Add/align docs mirrors so plugin README and `docs/plugins/pipes/` content stay synchronized.
## Bug Fixes
## Fixed
- Fix MCP tool filtering reliability when `function_name_filter_list` or UI-selected tool scopes are used.
- Normalize tool ID handling to avoid accidental filtering failures with `server:mcp:` prefixes.
- Standardize TODO terminology presentation to avoid malformed text artifacts.
- Remove duplicated language-consistency statements in both English and Chinese docs while keeping the intended single statement.
- Fix malformed CN Visual Explainer installation text formatting.
- Correct Indonesian status wording (`Agén` -> `Agen`) for better locale consistency.
## Migration Notes
- No breaking changes in Valve keys or runtime behavior are introduced in this release.
- Existing deployments can upgrade directly to `0.9.1`.
## Companion Plugins
- GitHub Copilot SDK Files Filter remains the required companion for raw-file handling before RAG interception.
## Documentation Scope
- Updated plugin docs: `README.md`, `README_CN.md`, and mirrored docs pages (`github-copilot-sdk.md`, `github-copilot-sdk.zh.md`).
- Updated project-level highlights in root `README.md` and `README_CN.md`.
- Correct Indonesian status wording (`Agén` -> `Agen`) for better locale consistency.