You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.