Home / Changelog
Releases
Changelog
Same source as /changelog.md and the feeds. Newest first.
2.0.6 — 2026-09-19
- fix: `readyagents new --from-example` recursively copies type: include path: children (cycle/escape/depth guards) so pip-road include_demo and composed_gate run without a clone.
- additive: Composition tour docs use --from-example instead of clone-only instructions.
2.0.5 — 2026-09-18
- fix: Cold-pip AGENTS.md emit now matches honesty pip-first path shipped on main.
2.0.4 — 2026-09-17
- fix: Rich no longer strips [mcp] from install hints in _fail.
2.0.3 — 2026-09-16
- additive: Wheel ships examples/; readyagents new --list-examples and --from-example make the PyPI path match the clone path.
- additive: CLI --help grouped into a core panel and themed extras panels; cli.py split into readyagents.cli package.
- fix: Package marked Beta; major covers the core contract only; v* publish requires green CI on the tagged commit.
2.0.2 — 2026-09-15
- fix: Settings no longer bind ambient $HOME into the run store (runs stay under ./.readyagents/runs unless READYAGENTS_HOME / config says otherwise). Migrate older ~/runs with: mkdir -p .readyagents && mv ~/runs .readyagents/runs
- fix: README leads with core; opt-in extras live in docs/extras.md.
- additive: Tag pushes publish server.json to the Official MCP Registry via OIDC.
2.0.1 — 2026-09-14
- fix: README no longer labels features that shipped in 2.0.0 as Unreleased. Caution caveats stay.
2.0.0 — 2026-09-13
- additive: Local distillation: plan, dataset, train (pack), evaluate with mandatory holdout, promote. Core never trains without the pack. No quality claim beyond operator fixtures.
- additive: Local agent registry scan under declared roots only. Not a hosted registry. Annex VIII export is a draft, not a filing.
- additive: Migration importers for n8n, LangGraph, CrewAI, and Zapier-shaped JSON. Structural translation only — not behavioural equivalence.
- additive: Declared environments, pinned signed releases, promote/canary/rollback. Not a hosted deploy or cluster.