releases.shpreview
Examples
View .md

Examples

Every command prints a readable table by default. Add --json for structured output that scripts and agents can parse. The release readers (search, tail/latest, get) return a slim JSON shape by default to keep token usage low. Add --full when you need everything.

Stay up to date

See what shipped recently for a source, product, or organization.

~112 tokens
$ releases tail claude-code --count 2
ID           Source       Title                           Version  Date
rel_a1b2c3d  claude-code  Streaming tool use              1.0.16   2026-04-14
                          Added streaming support for tool
                          use results in extended thinking…
rel_f2e3d4c  claude-code  Extended thinking               1.0.15   2026-04-01
                          New extended thinking mode with
                          budget control for Claude models…

Find what you need

Search works across organizations, sources, and releases. It's hybrid: full-text search for exact keywords, plus semantic search that matches by meaning. Each result includes a content preview, so you can find the right release without opening it.

~94 tokens
$ releases search "anthropic"
Orgs
  Anthropic          anthropic    ai

Sources
  Claude Code        claude-code     github
  Claude Desktop     claude-desktop  scrape

Releases
  Streaming tool use claude-code  2026-04-14
    Added streaming support for tool use results…
  Extended thinking  claude-code  2026-04-01
    New extended thinking mode with budget control…