← What's New
March 30, 2026
Added
- AI-generated plain-English summaries for each release.
evaluatecommand that assesses a URL and recommends the best way to ingest its changelog, now wired intoadd.- Feed enrichment — sparse feed entries are filled out by fetching the full content of each release page.
- Agent-friendly
.jsonand.mdformat routes on the web frontend, so pages can be pulled as raw data or markdown. - A primary-changelog flag to mark an org's main changelog source.
--no-summarizeflag onfetchto skip AI summaries when you don't want them.
Changed
- All CLI commands now work in remote mode against the hosted API, not just locally.
- Faster ingestion via parallel and incremental changelog parsing, with live progress.
- Fetches now default to a sensible per-run release cap to avoid pagination errors.
Fixed
- Cleaner release markdown rendering and more accurate "new since" tracking dates.