• v1.2.5 c5a5356a0d

    rune released this 2026-04-21 13:18:36 +02:00 | 0 commits to main since this release

    Released 2026-04-21

    Chat - Markdown Rendering

    The chat interface now fully renders markdown responses. Code blocks display with a language label and a one-click Copy button. Inline code is styled distinctly. A "Copy response" button appears on hover below each assistant message, copying the raw markdown. Rendering happens after streaming completes so there is no flicker mid-response.

    Mobile - Responsive Layout and PWA

    oAI-Web is now fully usable on phones and tablets.

    • The sidebar collapses into a hamburger menu on small screens
    • Chat input is taller and no longer triggers iOS auto-zoom on focus
    • The model picker and all settings inputs are sized to prevent iOS zoom
    • Settings tabs switch to a native <select> dropdown on mobile, saving vertical space
    • The help page TOC is collapsible on mobile
    • An iOS install hint guides users to "Add to Home Screen"
    • A web app manifest and service worker make the app installable as a PWA on iOS and Android

    Files - Clickable Filenames

    Filenames in the Files section are now directly clickable (highlighted in accent colour) for supported text file types. The file viewer opens immediately without needing a separate "View" button.

    Email Handling - Cost Reduction

    Agents handling incoming emails now run more efficiently:

    • Prompt caching is enabled for the system prompt on email handling runs, reducing repeated token costs
    • A dedicated tool call cap prevents runaway costs on complex emails
    • The agent prompt mode is applied correctly so the email handling agent stays on-task

    Agent Prompt Editor

    The agent detail page replaces the inline edit button with a fullscreen prompt editor, making it easier to write and review longer agent prompts.

    Email Account Modal

    The email account configuration modal has been redesigned to a three-column layout, significantly reducing its height and making it easier to use on smaller screens.

    Filesystem - Agent Awareness of Sandbox

    The system prompt now includes the list of filesystem directories the agent has access to. Previously the agent would guess paths outside the sandbox and fail silently. It now navigates directly to the correct directories.

    Infrastructure

    • Docker images moved to image.gitlab.pm (self-hosted registry)
    • Four image variants available: latest, latest-no-browser, latest_arm64, latest-no-browser_arm64
    Downloads