Documentation
Changelog
Summary of aimake releases from 2.0.0 back through notable earlier versions — full history on GitHub.
Summarized from the repository CHANGELOG.md. aimake follows Semantic Versioning and Keep a Changelog.
Full history & compare links: github.com/arjun988/aimake/blob/main/CHANGELOG.md · Releases
Related: Contributing, Docker, Python SDK, Trust & reproducibility.
2.0.0 — Production release
2026-09-02
- Documentation website (
website/), dashboard, team/production, trust/repro, Docker, TUI, and Python/TypeScript SDKs in one major line - See repository CHANGELOG.md for the full 2.0 notes
1.7.0 — Docker, TUI, SDK parity
2026-09-02
- Docker image:
Dockerfile+ GHCR publish →ghcr.io/arjun988/aimake - Interactive TUI:
aimake tui— Rich full-screen plan / build / metrics - SDK parity:
aimake.sdk.Aimake/load(), TypeScript@aimake/sdk, docs - Dashboard Developer page +
/api/developer
1.6.0 — Trust & correctness
2026-09-02
- External drift probes (
external.probe,aimake probe) - Custom validation.command after structural checks
- Attestation (
attestation.enabled→.aimake/attestations/) - Repro report (
aimake repro) - Partial restore from cache (
RESTOREwhen outputs missing) - Lineage export (OpenLineage / MLflow / W&B)
- Dashboard
/repro,/lineageand matching APIs
See Security and Trust & reproducibility.
1.5.0 — Team & production
2026-09-02
- Shared team cache (
team_id,cache remote-init,pull-lock, lock v2) - Registry remote (S3 / HF / W&B) +
registry push - Promote policy gates (CLI + dashboard)
- Scheduled builds (
aimake schedule,schedule.jobs) - Notifications (Slack / Discord / email)
- Monorepo
--project/-P - Secrets (
.env+ Vault / Doppler / 1Password) - Settings / policy APIs on the dashboard
See Team & production and Remote & team cache.
1.4.0 — Web dashboard
2026-09-02
- Next.js + Tailwind dashboard (overview, graph, builds, experiments, registry, cache)
aimake serveJSON APIaimake graph --servefor demos- Registry promote / tag via dashboard POST endpoints
See Dashboard.
1.3.0 — Adoption hooks
2026-09-02
aimake init --fromgenerators: makefile, dvc, prefect, airflow-dag- Official GitHub Action (cache, plan JSON, PR comments)
aimake watchaimake explain --tree/--format jsonaimake plan --format json- Comparison & adapter docs
See Migration, CI/CD, Comparison, Adapters.
1.2.0 — Correctness & cost in plan
2026-09-02
- External dependencies on artifacts;
volatileopt-out - Environment fingerprint modes (
names|values) - Atomic outputs +
resolve_output() - Output validation (size, keys, metric mins); revalidation on cache hit
- Plan cost estimates (
cost_estimate,$/ tokens inaimake plan) - Quality gates:
required: truefor missing metrics
1.1.0 — Plugin pack
2026-09-01
- Plugins: W&B, DVC, Docker, Ollama (HF landed in 1.0)
- Extras:
wandb,dvc,plugins;PluginManager.wrap_command() - Pre-pull DVC / Ollama before planning
See Plugins.
1.0.0 — Production core
2026-09-01
- Persistent file-hash cache; rich diffs + snapshots
- S3 remote cache; GPU scheduling; SSH workers
- Experiment compare / optimize (grid, random, Bayesian / Optuna, Hyperband)
- Hugging Face plugin; versioned artifact registry
- Hardening test suite
0.1.0 — Initial release
2026-09-01
- Incremental AI build system: CLI (
init,build,plan,status,graph, …) - Content-addressable local cache, SHA-256 fingerprints, parallel execution
- AI artifact types, quality gates,
aimake.lock, example RAG pipeline - Python
ProjectAPI
Unreleased
See the [Unreleased] section at the top of the GitHub changelog for work merged after the latest tagged release.