Skip to content

0.6.2

Choose a tag to compare

@sasan1200 sasan1200 released this 06 Jun 14:06
· 9 commits to main since this release

Added

  • Local models in the chat switcher. The model dropdown now lists detected Ollama models under a "Local (Ollama)" group; pick one to route the chat to that local model — no settings trip.

Changed

  • Controls moved to the bottom. Model switcher sits bottom-left, thinking/temp/max on the right, and the context gauge + Send share one footer row — the top is freed for reading.
  • Header & chips cleanup. Action icons top-aligned; the backend pill no longer indents; the "Context" label moved to its own line so the toggle and status rows align; status pills unified to the context-chip pill shape; the MCP pill gains a caret marking it as a menu.
  • Ingest-on-save is now an icon toggle; a single "Open Companion" ribbon icon (workflow + session-capture remain in the panel header).

Fixed

  • Session memory reads the vault base path via the official FileSystemAdapter.getBasePath() instead of an unchecked cast.