Skip to content

v2.1.0 — True Multi-Provider Support

Choose a tag to compare

@PurpleDoubleD PurpleDoubleD released this 03 Apr 17:51
· 185 commits to master since this release

What's New

True Multi-Provider Support

  • Simultaneous providers: Run Ollama + OpenAI-compatible + Anthropic at the same time
  • Independent toggles: Each provider has its own enable/disable switch — no more one-at-a-time limitation
  • Improved onboarding: Selecting a non-Ollama backend no longer disables Ollama

Provider Fixes

  • OllamaProvider baseUrl: Now respects custom URL from settings (was hardcoded to localhost:11434)
  • ComfyUI models: No longer incorrectly tagged as Ollama provider
  • Cleaned up dead code: Removed legacy ApiConfig component

Testing

  • Added dedicated vitest.config.ts (fixes test runner crash)
  • Added comprehensive OllamaProvider test suite (31 tests)
  • 447 total tests, all passing

Full Changelog: v2.0.0...v2.1.0