• 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