Skip to main content
changelog

What we shipped.

4 releases since May 2026. Every change to the reliability layer — deterministic parsing, failed-state capture, and the annotation loop. Node and Python SDKs ship at version parity.

  1. v1.0.2
    sdk
    dashboard

    Pricing config moves to runtime

    • Per-annotation cost and signup grant are now read from sys_pricing_config — no SDK release needed to retune.
    • Dashboard renders placeholder values instantly to remove SSR latency.
  2. v1.0.1
    sdk
    fix

    React-safe TYPE landed

    • execute('TYPE', …) now writes through React's controlled-input setter, fixing the long-standing 'first keystroke wins' bug on Next/Vite apps.
    • captureFailure() returns a typed result with execution_tier so you can route stuck runs by reason.
  3. v1.0.0
    sdk
    api
    infra

    GA — three-method SDK

    • npm: aliax@1.0.0 · pip: aliax==1.0.0 — Node + Python at version parity from day one.
    • parseUi() · execute() · captureFailure() — the entire surface.
    • Three-tier locator engine: durable stamp → semantic → coordinate fallback.
    • Stagnation Gatekeeper with two independent proofs before any human escalation is billed.
    • Cloudflare Worker + R2 + Postgres ledger live in 6 regions.
  4. v0.9.0
    sdk
    api

    Beta — annotation loop

    • First production annotators onboarded; median label time 78s.
    • Per-call receipts written to the append-only ledger.

Release digest lands once a month. Create a free account to subscribe — or star the SDK repo you use.