Skip to content

v1.7.7

Choose a tag to compare

@rafaelburlet rafaelburlet released this 27 May 02:27
· 126 commits to main since this release

Hotfix release

  • Fix engine boot crash on BYOK tenants with provider=openai + no key (llm-client.ts strict apiKey check). Pre-fix any tenant whose container restarted with provider='openai' (Mistral via adapter or Custom OpenAI-compat) and an empty vault crash-looped, preventing the customer from reaching SetupBanner to enter their own key.
  • Restore Mistral / Custom-OpenAI provider config in SetupBanner via api_base_url + openai_model_id hints in /api/secrets/status (G5). Wizard now restores the previous model/baseURL choice on reopen instead of defaulting to Ollama.