Skip to content

Eaon 2026.1.8

Choose a tag to compare

@sanscreates sanscreates released this 12 Jul 23:25

Added

  • Image generation — use an image model over the API (Aqua's hosted
    models, or a BYOK cloud key) or a local one running on this Mac
    (Automatic1111-compatible servers like DrawThings/ComfyUI, or an
    Ollama-served diffusion model), with zero extra setup. Settings →
    Image Providers.
  • A model attribution header (name + logo) on every reply, so it's always
    clear which model actually answered.
  • Multi-step agent replies (a tool call followed by more text) now render
    as one continuous message instead of restarting the header and typing
    indicator for every step, with a live "what's happening right now"
    indicator between steps — including a subtle per-letter wave animation
    on the "Thinking…" text.
  • A "Thinking" dropdown under any reply that used real reasoning
    (DeepSeek-R1, QwQ, and other reasoning models served locally through
    Ollama, or DeepSeek's own API) — click to see the model's actual
    chain-of-thought, collapsed by default instead of dumped as raw
    <think> tags into the reply.
  • "Always allow tool calls" (Settings → Privacy, on by default) — code
    execution and connected-plugin (MCP) tool calls run without asking
    each time. Desktop Control still confirms every action regardless,
    since it can move the mouse and type on your behalf.
  • Local API Server (Settings → Local API Server, off by default) — run a
    local, OpenAI-compatible server on this Mac that any external tool
    (a script, a coding CLI, another app) can point at, routed through
    whichever backend — Aqua, a BYOK key, or a local model — actually
    serves the requested model. Streaming and non-streaming both work.
    Bound to this Mac only; requires an API key by default.

Fixed

  • A stray rounded line could appear along the top of the sidebar, from a
    system titlebar decoration view rendering at the wrong size once the
    window's traffic-light controls were repositioned.
  • A downloaded local image-generation model (e.g. from Ollama) failing
    with "does not support chat" now works — image models need a different
    endpoint than chat models, handled automatically.