changelog

changelog is a command for Claude Code from vvedantb/eva. It costs 0 tokens per session (197 once invoked), scanned A, original, MIT.

A command that reviews the changes made during the current conversation and adds a dated entry to internal/changelog.md. A changelog records notable project changes over time.

In plain words
What is it for?
Use it after implementing a feature or related group of changes to add concise notes about what changed and why.
Why use it?
It keeps medium-to-large changes documented without requiring you to write the entry manually.

Command for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/vvedantb/eva/changelog
Clone the repo
git clone --depth 1 https://github.com/vvedantb/eva

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for changelog

README.md
[![agentmods](https://agentmods.dev/badge/commands/vvedantb/eva/changelog.svg)](https://agentmods.dev/commands/vvedantb/eva/changelog)
Your own site
<a href="https://agentmods.dev/commands/vvedantb/eva/changelog"><img src="https://agentmods.dev/badge/commands/vvedantb/eva/changelog.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 197 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00197
Opus 5 $0.00000 $0.00098
Sonnet 5 $0.00000 $0.00039
Haiku 4.5 $0.00000 $0.00020

Measured yesterday against content hash b1f0834972f7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

changelog scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/commands/changelog.md · 17 lines

What it actually says

Review all changes made in this conversation and add a new entry to internal/changelog/<YYYY-MM>.md — the file for today's month. If that file does not exist yet, create it with a # Changelog — <Month YYYY> heading (e.g. # Changelog — September 2026) followed by a blank line.

Format: ## <Title> - <YYYY-MM-DD> followed by bullet points describing each change.

Rules:

  • Only add entries for medium-to-large changes/features, not quick fixes or bug fixes
  • Each bullet should describe what changed and why, not implementation details
  • Keep bullets concise (one line each)
  • Add the new entry at the top of the month file, right after the # Changelog — <Month YYYY> heading
  • Use today's date
  • If multiple features were implemented, group them under one entry if related, or create separate entries if unrelated
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday Changed b1f0834972f7
  2. 4d ago First seen · 17 lines · 0 tokens per session scan A fa33921f12aa

Subscribe to this mod's changes

changelog is a command published in the GitHub repository vvedantb/eva (101 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 197 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.