Releases
npx @buildinternet/releases get releases-shRecently shipped idempotent write retries, a v2 domain manifest export, and MCP changelog slicing that retires the standalone changelog tool.
Write retries no longer double-submit. Effectful commands (feedback submit, webhook create/rotate-secret/test, API-key mint) send an Idempotency-Key header, so a retry after a network failure replays the original response. Reusing a key with a different payload surfaces a clear idempotency_conflict message. The feedback, submit, and keys commands also moved onto the shared apiFetch transport.
Domain ownership round-trip is now verifiable. releases json export reconstructs a v2 manifest from a tracked org for hosting at /.well-known/releases.json; releases json validate checks manifests against the schema and, for the domain form, the live listing endpoint. get_catalog_entry accepts changelog slicing params, making the deprecated get_source_changelog tool obsolete — it now returns the standard unknown-tool error.
Search scopes and scoring reached the CLI. releases search --json passes AI-assigned importance (1–5) through hits, normalized to null when unscored; the TTY table marks high-importance entries with a glyph. releases search gained --category and --collection filters, composing with existing --domain scope.
Dry-run backfills report real gaps. source backfill --dry-run shows N not yet stored, so a run missing recent history reads as uneventful only when nothing is missing. The report sets inserted to null on dry runs, and fixed getApiUrl() memoization that could pin a stale API base URL across test files.
Administration expanded around URLs and overviews.
releases admin release update --urlsets or clears a release's canonical URL.--overview-cadence <days|auto>pins automated overview regen (1–90 days) or restores the velocity-tiered default; the retiredadmin overview batchcommand was removed.- Overview stall warnings now use content write time — amended overviews no longer show as months-old.
releases org getrenders stub-tier orgs with astub · not yet trackedmarker, declared locations, and a promotion hint.
Custom-CA support for intercepting proxies. TLS verification failures surface a NODE_EXTRA_CA_CERTS / SSL_CERT_FILE hint, documented in the README. Published api-types 0.45.1–0.51.0 and core 0.26.0–0.30.0 alongside the CLI bumps.