feat(copilot-sdk): v0.12.1 - disable terminal tools for AI, improve RichUI theme
This commit is contained in:
23
plugins/pipes/github-copilot-sdk/v0.12.1_CN.md
Normal file
23
plugins/pipes/github-copilot-sdk/v0.12.1_CN.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# v0.12.1 发布说明
|
||||
|
||||
本次更新 (`v0.12.1`) 在管道层面禁用了终端服务器工具的 AI 调用,同时保留用户通过界面使用终端的功能,并改进了 RichUI 主题兼容性。
|
||||
|
||||
## 📊 新功能
|
||||
|
||||
### 1. 禁用终端工具的 AI 调用
|
||||
终端服务器工具(如 `run_command`)现在已在管道层面被过滤,AI 无法调用这些工具,但用户仍可通过 OpenWebUI 界面使用终端功能。
|
||||
|
||||
### 2. RichUI 主题感知 CSS 变量
|
||||
新增 CSS 自定义属性(`--richui-text`、`--richui-bg` 等),自动适配浅色/深色主题,改善 AI 生成 HTML 内容的文字对比度和可读性。
|
||||
|
||||
---
|
||||
|
||||
## 🛠️ 改进
|
||||
|
||||
1. **Fallback Actions 样式优化**:更新 fallback action 按钮使用主题感知 CSS 变量,确保跨主题一致性。
|
||||
2. **默认超时时间**:将默认流超时从 300 秒增加到 3600 秒,更好地处理长时间运行的任务。
|
||||
|
||||
---
|
||||
|
||||
## 📖 文档更新
|
||||
* 版本同步更新至 `v0.12.1`。
|
||||
Reference in New Issue
Block a user