-
v0.2.1 Stable
released this
2026-05-22 12:24:40 +01:00 | 1 commits to master since this releaseFeatures
- Sticky auto-scroll during streaming. The chat thread now follows streaming output (messages, thinking, tool calls) and stays pinned to the bottom. Scrolling up by more than 40px pauses the follow; scrolling back to the bottom resumes it.
Ctrl+Lfocuses the composer. Switches to the chat section first if needed. The composer also refocuses automatically after sending and when a stream completes.
Fixes
- Ollama runtime context length detection. Provider now prefers the Modelfile
num_ctxoverride over the architecture default, and scans every<arch>.context_lengthkey inmodel_infoinstead of relying on a fixed field. Previously the old typed struct missed per-arch keys (llama.*,qwen2.*, etc.) and ignored the user's runtime override, so the reported context window was wrong for most Ollama setups. - Delete-chat confirmation no longer crashes. Tauri's webview doesn't implement
window.confirm, which was throwingdialog.confirm not allowed. Command not foundwhen deleting a chat. Switched to the@tauri-apps/plugin-dialogask()API (thedialog:defaultcapability was already enabled).
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
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
-
v0.1.1 Stable
released this
2026-05-20 14:42:38 +01:00 | 13 commits to master since this releaseChangelog
- Light theme with toggle in the NavRail (Sun/Moon). next-themes flips the html class instead of forcing dark; quick popup shares pkma-theme storage key so both windows stay in sync. Toaster now reads resolvedTheme. (
9d2b5e5) - Recessed side chrome. Rail / history / titlebar sit on a distinct --bg-side token with a soft blur backdrop; main panel stays at --bg-2. Composer .ctx-pie drops its 1px border and the empty-arc track moves to --bg-4 so the unused-context wedge reads as a disc, not a ring outline. (
9078224) - Titlebar simplification. Chat sections show just the vault name; redundant chat-title / vault breadcrumb / model pill removed from the thread head (vault is in the titlebar, model is in telemetry). (
4792a2b) - Behavior section polish. History/section heads share min-height + box-sizing so border-bottoms align across fonts. Right-pane crumb uses per-subtab panel titles ("Chat title prompt" etc.) instead of "Behavior - X". Save/Reset/Copy emit sonner toasts and surface errors. Editor buttons use new btn-outline / btn-primary. (
a12f11e)
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
- Light theme with toggle in the NavRail (Sun/Moon). next-themes flips the html class instead of forcing dark; quick popup shares pkma-theme storage key so both windows stay in sync. Toaster now reads resolvedTheme. (
-
v0.1.0 Stable
released this
2026-05-19 21:09:07 +01:00 | 23 commits to master since this releaseThis is the first installable release, but it is still alpha. Make sure to update regularly as updates will be pushed until we have stable version. (all features work with no bugs)
Windows and Linux versions will be launched every now and again as I am using both platforms. If you are interested in macOS builds, please get in contact with me.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
Source code (ZIP)
-
v0.0.3 Pre-release
released this
2026-05-19 18:30:39 +01:00 | 26 commits to master since this releaseTesting auto-update fix.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
Source code (ZIP)
-
v0.0.2 Pre-release
released this
2026-05-19 18:23:50 +01:00 | 26 commits to master since this releaseTesting auto update functionality
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
Source code (ZIP)
-
v0.0.1 Pre-release
released this
2026-05-19 15:04:05 +01:00 | 26 commits to master since this releaseThis is a pre-release to build auto-updating functionality. Installing this is not recommended.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
2 downloads
-
Source code (ZIP)