Skip to content

feat(cli): add a changelog command for recent product updates - #957

Merged
Zach Dunn (zachdunn) merged 1 commit into
mainfrom
feat/cli-changelog
Sep 10, 2026
Merged

feat(cli): add a changelog command for recent product updates#957
Zach Dunn (zachdunn) merged 1 commit into
mainfrom
feat/cli-changelog

Conversation

@zachdunn

Copy link
Copy Markdown
Member

In plain terms

You can now read recent uploads.sh updates from the terminal. uploads changelog prints the latest entries, then a link to the full page at https://uploads.sh/changelog. Agents get the same feed as JSON or as an MCP tool.

This follows the same idea as Vercel's vercel changelog: stay in the CLI, then jump to the website when you want the rest.

What it does / what it is not

  • uploads changelog prints the latest 5 updates (title, date, one-paragraph summary, per-entry URL). --limit goes up to 50. --json emits the structured feed.
  • No auth. It reads the public changelog, not your workspace.
  • The website now also serves /changelog.json as a machine twin of /changelog and /changelog.xml. The CLI prefers that JSON and falls back to the Atom feed if JSON is not there yet.
  • Stdio and hosted MCP both expose a changelog tool with an optional limit.
  • Not in this PR: keyword search (vercel changelog search "…"). Recent entries plus a link to the full page is the first cut.

How to try it

From this branch:

pnpm uploads changelog
pnpm uploads changelog --limit 10
pnpm uploads changelog --json

Once the CLI ships:

uploads changelog
uploads changelog --limit 10
uploads changelog --json

The full page remains https://uploads.sh/changelog.

Technical notes

The JSON document is { url, feed, entries[] }, with each entry carrying id, kind, title, date, url, tags, summary, and markdown body. Human mode prints summary; JSON and MCP include body too.

Test plan

  • CLI unit tests for parse, format, fetch, JSON 404 → Atom fallback, --json, --limit, help
  • Web tests for entrySummary and /changelog.json serialization
  • Stdio MCP tools/list + changelog tool call
  • Hosted MCP tools/list includes changelog
  • pnpm --filter @buildinternet/uploads typecheck and web/mcp typecheck
  • CI green on this PR

Print the latest uploads.sh updates in the terminal, then a link to
the full changelog. JSON and MCP surfaces share the same feed.
@changeset-bot

changeset-bot Bot commented Sep 10, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 22aa989

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@buildinternet/uploads Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@coderabbitai

coderabbitai Bot commented Sep 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (2)
  • coderabbit:review
  • review
🚫 Excluded labels (none allowed) (1)
  • wip

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: a12f6344-0379-4ed6-b839-f1218dcf5d91

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 10, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
uploads-web 22aa989 Commit Preview URL

Branch Preview URL
Sep 10 2026, 07:45 PM

@zachdunn
Zach Dunn (zachdunn) merged commit f590a79 into main Sep 10, 2026
5 checks passed
@zachdunn
Zach Dunn (zachdunn) deleted the feat/cli-changelog branch September 10, 2026 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant