Added
- ⚙️ Configurable terminal feature — new
OPEN_TERMINAL_ENABLE_TERMINALenvironment variable (orenable_terminalin config.toml) to enable or disable the interactive terminal. When disabled, all/api/terminalsroutes and the WebSocket endpoint are not mounted. Defaults totrue. - 🔍 Config discovery endpoint (
GET /api/config) — returns server feature flags so clients like Open WebUI can discover whether the terminal is enabled and adapt the UI accordingly.