← What's New
April 14, 2026
Added
- Four new MCP read tools —
get_release,get_source,list_products, andget_product— bringing the MCP server to parity with the CLI and API. - A Changelog tab on GitHub-backed source pages that surfaces the repo's canonical
CHANGELOG.md(including per-package files in monorepos), served via a new/v1/sources/:slug/changelogendpoint. - A changelog range API with heading-aware slicing and progressive loading, so large changelog files load smoothly.
- Public documentation is now live at /docs, with admin-only sections gated out.
- A copyable
npx @buildinternet/releases show <id>snippet on every source, org, product, and release page so you can pull what you're viewing into your terminal. - A
/sitemap.xml(refreshed hourly) covering orgs, products, and sources.
Changed
- GitHub sources now display as
@org/repowith an inline icon instead of a verbose URL. - The Changelog tab streams in with a skeleton so it swaps instantly even for large files.
- Polished source pages — release thumbnails with an inline image lightbox, compact stats, and a smarter "last fetched" indicator.
releases show <org>now lists the org's 10 most recent releases instead of bare metadata, andlist --jsonincludes fetch-health fields.