• v0.2.0 b4dca3ada1

    v0.2.0 Stable

    hegdeatri released this 2026-05-21 23:42:59 +01:00 | 6 commits to master since this release

    Changelog

    • System tray. App now lives in the tray and keeps running when the main window closes. Right-clicking the tray icon opens a menu with Show/Hide Main Window, Show/Hide Quick Chat, and Quit; left-clicking toggles the main window. The X button on the main window hides to the tray instead of exiting — Quit from the tray menu is the sole exit path.
    • Configurable embedding chunk size. New embedding_chunk_chars setting (default 1500, range 200–8000) tunes the indexer's chunk width for models with tight context windows. The Embedding tab in the Models settings page exposes a numeric "Chunk size (chars)" field. Inputs are hard-capped at chunk_chars + 300 headroom in embed_documents so an oversize outlier (long user query, single huge paragraph) can't fail a whole batch. Reindex required after changing the value.
    • Shared quick-window centering. Ctrl+Shift+Space and the new tray "Show/Hide Quick Chat" menu item route through the same toggle_quick_window helper, so the popup centers on the cursor's monitor regardless of trigger. The toggle is also now gated on visibility alone, so a tray click that steals focus won't flip the show/hide logic.
    Downloads