Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 21 May 10:47
· 14 commits to main since this release

Bug Fixes

  • 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)