24 lines
1.0 KiB
Markdown
24 lines
1.0 KiB
Markdown
# v0.12.1 Release Notes
|
|
|
|
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.
|
|
|
|
## 📊 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.
|
|
|
|
### 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
|
|
|
|
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`.
|