-
v0.2.0 Stable
released this
2026-05-21 23:42:59 +01:00 | 6 commits to master since this releaseChangelog
- 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, andQuit; left-clicking toggles the main window. The X button on the main window hides to the tray instead of exiting —Quitfrom the tray menu is the sole exit path. - Configurable embedding chunk size. New
embedding_chunk_charssetting (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 atchunk_chars + 300headroom inembed_documentsso 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+Spaceand the new tray "Show/Hide Quick Chat" menu item route through the sametoggle_quick_windowhelper, 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
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
- 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