Reference
Changelog
Release history — newest first.
This page is the user-facing release history. Internal milestones
live in DEVELOPMENT_LOG.txt in the repository root.
#0.5.0 — 2026-05-06
/local-models(public). Browser-direct LLM scanner + quality × speed bench. Probes127.0.0.1for Ollama / LM Studio / vLLM / llama.cpp from the browser, runs an eight-case eval suite on the model you pick, streams results live. No signup. Nothing leaves localhost. Per-runtime CORS recipes inline; capability chips (Vision / Tool Use / Reasoning / Embedding); per-row expand to see prompt + output + evaluator detail.aldo bench --suite. CLI counterpart — fires the same suite from the terminal, prints a fixed-width ASCII table.@aldo-ai/bench-suite(new package). Quality × speed engine shared between the CLI, the API SSE endpoint, and the web UI.- Tiered local-LLM port scan.
aldo models discover --scanadds a curated ~60-port sweep;--exhaustivewalks 1024..65535. Default host across discovery is now127.0.0.1(sidesteps IPv6 hairpinning on machines wherelocalhostresolves to::1). - Hero CTA. "Scan local models" button at the top of the
marketing landing — primary, public, links straight to
/local-models.
#0.4.0 — 2026-04-26 (wave 15)
- Documentation site. Real, indexed docs at
/docs. Quickstart, concepts, guides, API reference, SDKs, changelog, license. - Cmd-K docs search. The command palette now searches doc pages alongside agents, runs, and models.
- Auto-generated API reference. Every Zod-schema'd endpoint
in
@aldo-ai/api-contractgets a generated reference page with curl, Python, and TypeScript examples.
#0.3.0 — 2026-04 (wave 14)
- Integrations. Slack, Discord, GitHub, generic webhooks. RBAC
- secrets-encrypted at rest.
- Public share viewer. Read-only run pages share-able with a signed URL, with watermark and a CTA bar.
- Empty-state illustrations for runs, agents, datasets, dashboards, alerts, sweeps, integrations, notifications.
#0.2.0 — 2026-03 (wave 13)
- API keys + RBAC. Per-key scopes, audit, expiry.
- Dashboards + alerts. First-class layouts, alert rules, silencing.
- Public marketing surface.
/,/pricing,/about,/security,/design-partner.
#0.1.0 — 2026-02 (wave 12)
- Command palette. Cmd-K for navigation across agents, runs, and models.
- Theme tokens. Light + dark mode driven by CSS custom properties.
#Earlier
See DEVELOPMENT_LOG.txt in the repository for the full history.