docs(copilot-sdk): update release notes format for v0.12.1

This commit is contained in:
fujie
2026-03-24 03:54:14 +08:00
parent bfc2743f3a
commit b9f32e72d0
2 changed files with 34 additions and 32 deletions

View File

@@ -1,23 +1,24 @@
# v0.12.1 Release Notes
# GitHub Copilot SDK Pipe v0.12.1
This update (`v0.12.1`) disables terminal server tools from being exposed to AI while keeping terminal functionality available to users, and improves RichUI theme compatibility.
This release disables terminal server tools from being exposed to AI while keeping terminal functionality available to users, and improves RichUI theme compatibility with automatic light/dark mode adaptation.
## 📊 New Features
## New Features
### 1. Disable Terminal Tools for AI
Terminal server tools (e.g., `run_command`) are now filtered out at the pipe level, preventing AI from calling terminal tools while preserving terminal functionality for users through the OpenWebUI interface.
- **Disable Terminal Tools for AI**: Terminal server tools (e.g., `run_command`) are now filtered out at the pipe level, preventing AI from calling them while preserving terminal functionality for users through the OpenWebUI interface.
- **RichUI Theme-Aware CSS Variables**: Added CSS custom properties (`--richui-text`, `--richui-bg`, etc.) that automatically adapt to light/dark themes, improving text contrast and readability in AI-generated HTML content.
### 2. RichUI Theme-Aware CSS Variables
Added CSS custom properties (`--richui-text`, `--richui-bg`, etc.) that automatically adapt to light/dark themes, improving text contrast and readability in AI-generated HTML content.
## Improvements
- **Fallback Actions Styling**: Updated fallback action buttons to use theme-aware CSS variables for consistent appearance across themes.
- **Default Timeout**: Increased default stream timeout from 300s to 3600s for better handling of long-running tasks.
## Version Changes
### Plugin Updates
- **GitHub Copilot SDK Pipe**: v0.12.0 → v0.12.1 | [📖 README](https://github.com/Fu-Jie/openwebui-extensions/blob/main/plugins/pipes/github-copilot-sdk/README.md)
---
## 🛠️ Improvements
1. **Fallback Actions Styling**: Updated fallback action buttons to use theme-aware CSS variables for consistent appearance across themes.
2. **Default Timeout**: Increased default stream timeout from 300s to 3600s for better handling of long-running tasks.
---
## 📖 Docs Update
* Version synchronization pushed up to `v0.12.1`.
📚 [Documentation Portal](https://fu-jie.github.io/openwebui-extensions/)
🐛 [Report Issues](https://github.com/Fu-Jie/openwebui-extensions/issues)