Skip to content
Dashboard

You can now read and search changelogs from the CLI

Software Engineer

You and your agents can now read and search the Vercel changelog feed from your terminal using vercel changelog.

Coding agents can use this command to discover new Vercel products and features, find updates relevant to your project, and read full announcements to inform their recommendations.

vercel changelog returns the latest five changelogs with full Markdown content. You can also set the number of results, search all changelogs using a keyword, and access JSON output for scripts and agents.

# return the latest 5 changelogs
vercel changelog
# set the number of results
vercel changelog --limit 10
# search using a keyword
vercel changelog search "AI SDK"
# output changelogs as JSON
vercel changelog --json

Update the Vercel CLI to version 59.6.0 or later and run vercel changelog to get started. See vercel changelog --help for all available options.

Contributors