github open-webui/open-terminal v0.11.23

8 hours ago

Fixed

  • 🔐 _FILE mutual exclusivity bypassed by empty env vars — setting e.g. OPEN_TERMINAL_API_KEY="" alongside OPEN_TERMINAL_API_KEY_FILE silently skipped the conflict check because empty strings are falsy. The Python helper (_resolve_file_env), entrypoint.sh, and entrypoint-slim.sh now test whether the variable is set (not merely non-empty), so any explicit assignment — including ="" — correctly triggers the mutual-exclusivity error.

Don't miss a new open-terminal release

NewReleases is sending notifications on new releases.