25 lines
1.3 KiB
Markdown
25 lines
1.3 KiB
Markdown
# GitHub Copilot SDK Pipe v0.12.1
|
|
|
|
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
|
|
|
|
- **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.
|
|
|
|
## 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)
|
|
|
|
---
|
|
|
|
📚 [Documentation Portal](https://fu-jie.github.io/openwebui-extensions/)
|
|
🐛 [Report Issues](https://github.com/Fu-Jie/openwebui-extensions/issues)
|