Skip to content

2026-08-10: Connections rework & Ollama support

Choose a tag to compare

@deseven deseven released this 10 Aug 15:34
· 9 commits to main since this release

Changelog

  • reworked API connections format to make the configuration easier and the model/task selection more flexible
  • added native Ollama API support
  • minor web app fixes

Full Changelog: 2026-06-28...2026-08-10

Update Notes

  • connections with their parameters now live in separate JSONC files, where you are able to fine-tune basically anything provider/connection-related
  • you can now pick exactly which connection to use for a particular task
  • it's recommended to migrate your existing connections from the main config file, however there is a fallback mechanism that will load old config parameters to not break anything; I plan to keep the fallback in the foreseeable future, but its support is definitely a second priority
  • read CONNECTIONS.md that describes current implementation