Special report
The changelog,
charted.
We read the Claude Code changelog most mornings, and eventually got
curious what all of it looks like at once. So we parsed the lot: every
release from 0.2.21 to
2.1.176, every logged change across
437 days, counted, sliced, and drawn.
Numbers run through 13 Jun 2026
- 319
- releases
- 3,446
- logged changes
- 437
- days
- 51,996
- words of release notes
Half of everything is a fix
Take the first word of all 3,446 changes ever shipped and a single verb dominates. For every change that adds, roughly 4.3 fix. The changelog is, by weight, a repair log.
First word of every change entry, 0.2.21 to 2.1.176.
The velocity explosion
The pace did not creep up, it detonated. Through most of 2025 a release carried 2 to 4 changes. By spring 2026 the average release carried 25, and May 2026 alone shipped 675 changes. Part of that is a chattier changelog, most of it is a faster team.
Changes per month (bars, left scale) and average changes per release (line, right scale). The quiet notch before 2.1.0 is the December holiday freeze.
The shipping calendar
Every day since the changelog began, one cell each. Darker means more releases that day. Hover anything.
The longest silence: 19 days,
19 Dec 2025 to 7 Jan 2026, broken by
2.1.0 and its record 109 changes.
The lone dark column on 2 Apr 2025 is the changelog being born:
17 historical versions backfilled with one date stamp.
Never on a Sunday
Wednesday is release day. Sunday is sacred: just 3 Sunday releases in 15 months, and every one of them reads like an emergency.
Releases by weekday, backfill day excluded.
Reverted VSCode support for multiple terminal clients due to responsiveness issues.
Added CLAUDE_CODE_DISABLE_BACKGROUND_TASKS environment variable to disable all background task functionality including auto-backgrounding and the Ctrl...
Fixed messages in Cowork Dispatch not getting delivered
All 3 Sunday releases, in full.
What breaks
The words that keep coming back. "Hang" appears in more changes than "Windows" does. The fight against the flickering terminal got its own environment variable.
Changes whose text contains each failure word.
The cost of speed
The word "regression" tracked the shipping rate almost perfectly: roughly one mention a month through 2025, then climbing as the velocity took off. Fast has a price, and the changelog pays it in public.
Changes mentioning "regression", per month.
A timeline of big ideas
When each load-bearing concept first entered the changelog, and how much ink it has taken up since.
- MCP
- hooks
- subagents
- worktrees
- plugins
- skills
- sandboxing
- workflows
- background tasks
- LSP
- routines
- teammates
- remote control
- /insights
First changelog mention. Concepts older than 2 Apr 2025 surface on the backfill date.
The vocabulary
126 distinct configuration flags and 101 distinct slash commands have appeared in release notes. These are the ones that come up the most.
Flags & env vars 126 distinct
NO_FLICKER | 8 |
ANTHROPIC_BASE_URL | 7 |
CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS | 5 |
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC | 4 |
CLAUDE_PLUGIN_ROOT | 4 |
OTEL_LOG_TOOL_DETAILS | 4 |
ANTHROPIC_API_KEY | 3 |
ANTHROPIC_AUTH_TOKEN | 3 |
ANTHROPIC_DEFAULT_OPUS_MODEL | 3 |
ANTHROPIC_DEFAULT_SONNET_MODEL | 3 |
Slash commands 101 distinct
/model | 39 |
/plugin | 30 |
/resume | 25 |
/config | 21 |
/doctor | 19 |
/context | 17 |
/usage | 16 |
/clear | 15 |
/rename | 15 |
/effort | 14 |
The full league table
Grep it yourself
Search every change ever logged. Live, in your browser, regex welcome.
The full changelog loads on your first search (about 400 KB).
0
Records & oddities
Biggest release
2.1.0
109 changes on 7 Jan 2026, the day the holiday freeze broke.
Busiest real day
7 releases
24 Jun 2025: 1.0.28, 1.0.29, 1.0.30, 1.0.31, 1.0.32, 1.0.33, 1.0.34.
Longest change note
382 chars
"Added worktree.baseRef setting (fresh | head) to choose whether --worktree, EnterWorktree,..." (2.1.133)
Shortest change note
"Minor bugfixes"
14 characters, 2.0.69. It said what it said.
Pure boilerplate releases
3 of 319
Releases saying only "bug fixes and reliability improvements". Unusually honest, as changelogs go.
Average change note
107 chars
Across all 3,446 entries. Early notes were terse, modern ones are short essays.