Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 11 Apr 23:37
· 65 commits to main since this release

[3.0.0] - 2026-04-12

Added

  • Ollama backend support — use Ollama as an alternative to LM Studio for running local models
  • -b, --backend flag for init and run commands (accepts lmstudio or ollama)
  • OllamaService with model discovery via /api/tags and running model detection via /api/ps
  • Default backend preference saved in config (defaultBackend)
  • status command now shows both LM Studio and Ollama status side-by-side
  • doctor command checks both backends and shows default settings
  • Ollama test suite (tests/ollama.test.ts) with 12 tests

Changed

  • Breaking: users now select a backend (LM Studio / Ollama) before selecting a model
  • Config schema extended with ollamaUrl, ollamaPort, and defaultBackend fields
  • init command refactored into backend-specific flows
  • run command refactored with backend selection before model selection
  • Updated README and documentation for multi-backend architecture

Fixed

  • Minor stability improvements