← What's New
April 15, 2026
Added
- Hybrid semantic search across releases, organizations/products/sources, and CHANGELOG content — vector search fused with keyword search by default, with keyword-only still available.
- A
--modeflag onreleases searchto pick lexical, semantic, or hybrid from the terminal. - Related releases and sources rails on source detail pages, surfacing semantically similar neighbors.
- Token-budgeted changelog slicing — request a chunk by token budget and get back exact token counts, so agents can plan context windows precisely.
- Distinct, deep-linked CHANGELOG search hits on the web that jump you straight to the matching section.
- Anonymous, opt-out usage telemetry for the CLI and MCP server — command names and timing only, never anything you type.
Changed
- Redesigned search result cards.
- Drill-down IDs and copy-paste-ready follow-up command hints now appear across
show,latest,search,list, and fetch-log output. - Optional per-IP rate limiting is now available for anonymous API reads (off by default; authenticated callers bypass it).