Augur

Augur Changelog

Every meaningful change to Augur, told with the media it deserves — screenshots and clips adapt to your current theme.

  1. addedchanged

    Plans you can act on

    Analysis results stopped being a wall of text this milestone.

    • Functional plan reveal — the three implementation plans render as actionable, explorable output rather than a static blob.
    • Plan-feedback capture — record which plan was useful.
    • Durable file-backed storage for analyses, plus a Vitest test suite.

    Anthropic pricing and context-window data were corrected so the reported cost is trustworthy, and the README was modernized.

    augur's main screen: the headline 'Can AI do your task?' with a card prompting you to connect an AI provider
    Can AI do your task? Connect a provider and find out.
  2. addedchanged

    The augur pivot: bring-your-own-model analysis

    The project was renamed to augur, relocated to aylith-labs, and rebuilt from a single-provider tool into a multi-provider, bring-your-own-key analyzer.

    • Multi-provider AI — choose hosted (Anthropic, OpenAI, OpenRouter) or local (Ollama, LM Studio, llama.cpp) models, or mix both.
    • BYOK key vault — a WebCrypto-encrypted vault keeps provider keys in your browser; the server takes the key per request, with test-connection and log redaction.
    • First-run setup wizard + expanded Firebase auth; a re-openable, discoverable wizard and a tabbed settings redesign with per-provider cards.
    • Token economics — every analysis reports its token usage and dollar cost.
    • Real internationalization — i18next-aligned i18n with translated analysis results, CLDR pluralization, and added languages (including Ukrainian and Hungarian).

    A minimal-premium redesign — a distinctive type system and a calm, precise interface (the “well-made instrument” look) — replaced the earlier neon/sci-fi styling, and the startup theme flash was fixed.

    augur's first-run setup wizard: choose Hosted models, Local models, or Both, with a Skip setup option
    The first-run setup wizard — hosted models, local models, or both.
  3. Origins

    The initial application: a session-monitoring / log-streaming tool with real-time event streaming, error tracking, a light/dark theme toggle, a responsive mobile menu, and a client/server package split. It was later overhauled — dependency bumps, UI improvements, containerization — before the augur pivot.