-
0.7.0 Stable
released this
2026-06-27 06:01:50 +00:00 | 295 commits to main since this releaseAdded
- Endpoint fallback lists — both the embedding and the chat endpoint now accept an ordered list of URLs instead of a single one; the first reachable endpoint wins. This covers a local LLM server that changes with the network (e.g.
localhoston the host machine vs. a LAN/VPN address when you are away) from a single synced config. The active endpoint is cached and re-resolved automatically — with exactly one retry — when a connection drops, and each endpoint shows a live reachability status in settings.
Changed
- Existing single-endpoint settings migrate automatically to one-element lists — no action needed.
normalizeEndpointand the endpoint resolver are now sourced from the sharedobsidian-kitlibrary (de-duplicated across plugins).
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Endpoint fallback lists — both the embedding and the chat endpoint now accept an ordered list of URLs instead of a single one; the first reachable endpoint wins. This covers a local LLM server that changes with the network (e.g.