What's changed
- Lazy knowledge base indexing on startup — The app no longer forces a full KB reindex during launch. Instead, it restores cached state when the cache matches the configured folder and embedding settings, and defers indexing to first retrieval. A real reindex still triggers when the KB folder, embedding provider, or Voyage API key changes. This reduces startup latency and avoids unnecessary Keychain access before a KB-backed flow is used. (#438)
- Homebrew cask updated to v1.60.2 (#439)
Contributors
Thanks to @kkarimi for the lazy KB startup work!