You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed leftover API key validation guard that blocked requests when no key was configured. API key is now truly optional for unauthenticated endpoints like Ollama (e4af76d)
Breaking Changes
Removed hardcoded Anthropic endpoint/model/apiKeyEnv defaults. endpoint and model are now mandatory plugin options with validation. Users who relied on the baked-in defaults must configure these explicitly in tui.json. (e4af76d)
Configure LLM normalization with reasoningEffort and automatic retries for transient API failures, improving reliability with OpenAI-compatible providers (6752a5c)