docs(copilot-sdk): update release notes format for v0.12.1
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -1,23 +1,24 @@
|
||||
# v0.12.1 发布说明
|
||||
# GitHub Copilot SDK Pipe v0.12.1
|
||||
|
||||
本次更新 (`v0.12.1`) 在管道层面禁用了终端服务器工具的 AI 调用,同时保留用户通过界面使用终端的功能,并改进了 RichUI 主题兼容性。
|
||||
本次发布在管道层面禁用了终端服务器工具的 AI 调用,同时保留用户通过界面使用终端的功能,并改进了 RichUI 主题兼容性,支持自动浅色/深色模式适配。
|
||||
|
||||
## 📊 新功能
|
||||
## 新功能
|
||||
|
||||
### 1. 禁用终端工具的 AI 调用
|
||||
终端服务器工具(如 `run_command`)现在已在管道层面被过滤,AI 无法调用这些工具,但用户仍可通过 OpenWebUI 界面使用终端功能。
|
||||
- **禁用终端工具 AI 调用**: 终端服务器工具(如 `run_command`)已在管道层面被过滤,AI 无法调用这些工具,但用户仍可通过 OpenWebUI 界面使用终端功能。
|
||||
- **RichUI 主题感知 CSS 变量**: 新增 CSS 自定义属性(`--richui-text`、`--richui-bg` 等),自动适配浅色/深色主题,改善 AI 生成 HTML 内容的文字对比度和可读性。
|
||||
|
||||
### 2. RichUI 主题感知 CSS 变量
|
||||
新增 CSS 自定义属性(`--richui-text`、`--richui-bg` 等),自动适配浅色/深色主题,改善 AI 生成 HTML 内容的文字对比度和可读性。
|
||||
## 改进
|
||||
|
||||
- **Fallback Actions 样式优化**: 更新 fallback action 按钮使用主题感知 CSS 变量,确保跨主题一致性。
|
||||
- **默认超时时间**: 将默认流超时从 300 秒增加到 3600 秒,更好地处理长时间运行的任务。
|
||||
|
||||
## 版本变更
|
||||
|
||||
### 插件更新
|
||||
|
||||
- **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_CN.md)
|
||||
|
||||
---
|
||||
|
||||
## 🛠️ 改进
|
||||
|
||||
1. **Fallback Actions 样式优化**:更新 fallback action 按钮使用主题感知 CSS 变量,确保跨主题一致性。
|
||||
2. **默认超时时间**:将默认流超时从 300 秒增加到 3600 秒,更好地处理长时间运行的任务。
|
||||
|
||||
---
|
||||
|
||||
## 📖 文档更新
|
||||
* 版本同步更新至 `v0.12.1`。
|
||||
📚 [文档门户](https://fu-jie.github.io/openwebui-extensions/)
|
||||
🐛 [报告问题](https://github.com/Fu-Jie/openwebui-extensions/issues)
|
||||
|
||||
Reference in New Issue
Block a user