Skip to content

1.6.0

Choose a tag to compare

@Drakonis96 Drakonis96 released this 11 Jul 08:38

Consolidation release

No new features — this release unifies provider configuration that had been duplicated across the app, and fixes two real bugs that the duplication had already caused.

Fixed

  • Encrypted exports with "include secrets" now carry local-provider tokens. The optional access tokens for Ollama and LM Studio (used for secured instances) were silently skipped on export and left untouched on restore, because the export code kept its own outdated provider list.
  • MCP model override accepts every supported provider. Xiaomi MiMo, Ollama and LM Studio were rejected by an out-of-date provider list in the MCP tool schema, so MCP clients could not route writing or deep-research jobs through those providers.

Changed

  • Provider identity, display labels, local-server base URLs, the embedding provider list and the default embedding model per provider are now defined once, in a single registry shared by the main process and the renderer. Six independently maintained copies were removed; adding a provider now touches one file, and the type system enforces the rest.

Notes

  • No database migration; the schema stays at v31. Settings, favorites and stored keys are untouched.