• v0.2.1 2bb4aea41a

    v0.2.1 Stable

    hegdeatri released this 2026-05-22 12:24:40 +01:00 | 1 commits to master since this release

    Features

    • 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+L focuses 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_ctx override over the architecture default, and scans every <arch>.context_length key in model_info instead 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 throwing dialog.confirm not allowed. Command not found when deleting a chat. Switched to the @tauri-apps/plugin-dialog ask() API (the dialog:default capability was already enabled).
    Downloads
  • 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
  • v0.1.1 6dcff356f7

    v0.1.1 Stable

    hegdeatri released this 2026-05-20 14:42:38 +01:00 | 13 commits to master since this release

    Changelog

    • 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
  • v0.1.0 fb63489dcf

    v0.1.0 Stable

    hegdeatri released this 2026-05-19 21:09:07 +01:00 | 23 commits to master since this release

    This 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
  • v0.0.3 531e7032a7

    v0.0.3 Pre-release

    hegdeatri released this 2026-05-19 18:30:39 +01:00 | 26 commits to master since this release

    Testing auto-update fix.

    Downloads
  • v0.0.2 531e7032a7

    v0.0.2 Pre-release

    hegdeatri released this 2026-05-19 18:23:50 +01:00 | 26 commits to master since this release

    Testing auto update functionality

    Downloads
  • v0.0.1 531e7032a7

    v0.0.1 Pre-release

    hegdeatri released this 2026-05-19 15:04:05 +01:00 | 26 commits to master since this release

    This is a pre-release to build auto-updating functionality. Installing this is not recommended.

    Downloads