← Open WebUI Changelog

v0.6.36

Nov 6, 2025 (3mo ago) View on GitHub →

[0.6.36] - 2025-11-07

Added

  • 🔐 OAuth group parsing now supports configurable separators via the "OAUTH_GROUPS_SEPARATOR" environment variable, enabling proper handling of semicolon-separated group claims from providers like CILogon. #18987, #18979

Fixed

  • 🛠️ Tool calling functionality is restored by correcting asynchronous function handling in tool parameter updates. #18981
  • 🖼️ The ComfyUI image edit workflow editor modal now opens correctly when clicking the Edit button. #18978
  • 🔥 Firecrawl import errors are resolved by implementing lazy loading and using the correct class name. #18973
  • 🔌 Socket.IO CORS warning is resolved by properly configuring CORS origins for Socket.IO connections. Commit