releases.shpreview
← What's New

March 30, 2026

Added

  • AI-generated plain-English summaries for each release.
  • evaluate command that assesses a URL and recommends the best way to ingest its changelog, now wired into add.
  • Feed enrichment — sparse feed entries are filled out by fetching the full content of each release page.
  • Agent-friendly .json and .md format 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-summarize flag on fetch to 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.