Releases Index
Releases

Releases

releases.shDeveloper Tools
$npx @buildinternet/releases get releases-sh

GitHub Action publishes changelogs; stalled polling self-heals

RollupThis release1 featureNew capabilities2 fixesBug fixesAI-tallied from the release notes

A new publish-changelog GitHub Action diffs a changelog file on each push, maps changed sections onto upserted releases, and posts them to your Releases Index source, with re-runs of the same commit as no-ops. Sources that silently stopped polling now self-heal via the hourly heartbeat, and release cards no longer show pixelated avatar crops as inline media.

Read more →

Self-registered OAuth clients capped at read-only

RollupThis release1 fixBug fixesAI-tallied from the release notes

Dynamic Client Registration now issues self-registering OAuth clients (MCP tools, agent frameworks) at most identity and read scopes, as a public PKCE client with no client secret. Write and admin access remain limited to operator-provisioned first-party clients.

Read more →

Discord embed format added to webhook add/edit

This release1 featureNew capabilitiesAI-tallied from the release notes
Releases CLI · v0.77.0

releases webhook add and edit now accept --format discord to deliver releases as formatted Discord embeds via a Discord incoming webhook URL. Human-readable webhook output redacts the delivery URL, while --json still includes it.

Read more →

Discord webhook embeds; Uploads.sh workspace connect

RollupThis release4 featuresNew capabilities2 fixesBug fixesAI-tallied from the release notes

Discord incoming webhook URLs can now be set as a delivery target, receiving release.created events as native Discord embeds alongside Slack and signed JSON. Workspace owners and admins can link an uploads.sh account, and the header search now opens an in-place typeahead with orgs, products, and sources instead of navigating on the first keystroke.

Read more →

Rebrand to "Release Notes Index"; MCP server URL moves

RollupThis release2 enhancementsImprovements to existing featuresAI-tallied from the release notes

The product's primary name is now "Release Notes Index" across the homepage hero, header wordmark, OG metadata, and llms.txt, with "Releases Index" in page titles, footer, and emails; domain, API paths, and the CLI binary are unchanged. The MCP server's primary URL is now https://agents.releases.sh/mcp, with https://mcp.releases.sh/mcp remaining a working alias for existing tokens and client configs.

Read more →

Admin Models page picks AI model per processing lane

RollupThis release1 featureNew capabilitiesAI-tallied from the release notes

Operators can now pick the AI model for each processing lane (summarize, extract, feed-enrich, marketing classifier) from OpenRouter's live catalog at /admin/models, without editing wrangler config or redeploying; changes take effect on the next AI call.

Read more →

Source changelog pages no longer 500

RollupThis release1 fixBug fixesAI-tallied from the release notes

Source changelog routes such as /org/source were returning 500 errors sitewide and flagging as server errors in search-engine crawls; they now load correctly.

Read more →

OAuth MCP sessions fixed; new guides for RSS, notifications

RollupThis release3 featuresNew capabilities3 fixesBug fixesAI-tallied from the release notes

MCP clients can now complete OAuth authorization — resource-request validation and a column encoding bug were blocking scope grants — and sessions issue refresh tokens so clients stay connected past the one-hour expiry. The docs site adds how-to guides for locating changelog sources, converting changelogs to RSS/Atom feeds, and setting up release notifications.

Read more →

ErrorEnvelope component named; 404s return markdown

RollupThis release3 featuresNew capabilitiesAI-tallied from the release notes

OpenAPI spec now registers the error envelope as a named ErrorEnvelope component, replacing anonymous inline definitions so code generators and API tooling can reference the shape directly. Nonexistent API and docs paths return a text/markdown 404 body with pointers to llms.txt, the docs index, the REST API base, and the OpenAPI spec, and llms.txt gains a "When to use" section.

Read more →

MCP clients complete OAuth; Bearer forwarding fixed

RollupThis release1 fixBug fixesAI-tallied from the release notes

Generic MCP clients (MCPJam and similar) can now complete OAuth against the hosted MCP server — extra grant types are intersected rather than rejected, unrecognized scopes are dropped, and both the origin and /mcp path are accepted as valid resource identifiers. Follow tools that forward the caller's Bearer token to the REST API now work end-to-end.

Read more →

Idempotency-Key supported on API writes

RollupThis release1 featureNew capabilities1 fixBug fixesAI-tallied from the release notes

API writes now support Idempotency-Key headers for token, API key, and webhook operations, returning the same response on retries within 24 hours. Rate limit errors use the standard structured error envelope with Retry-After and policy headers.

Read more →

Link hover underline fix; docs tables scroll instead of overflowing

RollupThis release2 fixesBug fixesAI-tallied from the release notes

Hovering a link in a collection digest no longer underlines every link on the page simultaneously, and the current-week digest byline is now visually distinct. Wide docs tables scroll horizontally instead of overflowing onto the TOC rail, and the /docs/api/rest pagination table has been reformatted to fit properly.

Read more →