Claude Code release notes cross-referencing plugin
npx claudepluginhub bradfeld/whats-new-pluginCross-reference Claude Code release notes against your personal config — surfaces what actually affects your setup, recommends new features worth adopting, and summarizes the rest
A Claude Code plugin that cross-references release notes against your personal config to surface what actually matters to you.
Instead of reading through every changelog entry, /whats-new scans your ~/.claude/settings.json, hooks, rules, skills, commands, and plugins, then classifies each release note into:
Step 1: Add the marketplace
claude plugins marketplace add https://github.com/bradfeld/whats-new-plugin.git
Step 2: Install the plugin
claude plugins install whats-new
Then restart Claude Code to load the new command.
/whats-new Analyze all releases since last reviewed
/whats-new 2.1.83 Analyze a specific version
/whats-new ? Show help
Running /whats-new with no arguments checks all releases since the last time you ran it. It tracks the last-reviewed version in ~/.claude/whats-new-last-version.txt.
On first run (no tracking file), it defaults to the last 5 releases.
Running /whats-new 2.1.83 analyzes just that version. This mode does not update the tracking file.
The plugin inventories your Claude Code configuration:
| Config Type | Source |
|---|---|
| Hooks | settings.json hooks + ~/.claude/hooks/*.sh on disk |
| Env vars | settings.json env keys |
| Rules | ~/.claude/rules/*.md + project .claude/rules/*.md |
| Skills | ~/.claude/skills/ directories |
| Commands | ~/.claude/commands/*.md + project .claude/commands/*.md |
| Plugins | settings.json enabledPlugins |
| Other settings | outputStyle, statusLine, permissions, etc. |
It then cross-references this inventory against release notes fetched from the Claude Code GitHub releases.
MIT
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search