changelog

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

A command workflow for comparing the current branch with the next branch and writing a dated changelog entry in the documentation folder.

In plain words
What is it for?
Use it when preparing a changelog for code changes, including the required frontmatter, sections, examples, and version details.
Why use it?
It provides a consistent record of changes, SDK versions, new behavior, fixes, and any compatibility or breaking-change notes.

Command for Claude Code

Written for Claude Code: installed under .claude/.

About the project

Composio is a software toolkit that gives AI agents access to authenticated tools for interacting with apps and services. Developers use its SDKs, command-line interface, sessions, and sandbox to build agents that can carry out actions. The catalogue add-ons support workflows for using Composio with coding agents.

ComposioHQ/composio · 30,071 stars · on GitHub · docs.composio.dev

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/composiohq/composio/changelog
Clone the repo
git clone --depth 1 https://github.com/ComposioHQ/composio

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/composiohq/composio/changelog.svg)](https://agentmods.dev/commands/composiohq/composio/changelog)
Your own site
<a href="https://agentmods.dev/commands/composiohq/composio/changelog"><img src="https://agentmods.dev/badge/commands/composiohq/composio/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 604 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.1 $0.00000 $0.00604
Opus 5 $0.00000 $0.00302
Sonnet 5 $0.00000 $0.00121
Haiku 4.5 $0.00000 $0.00060

Measured 6d ago against content hash 8280e93a4fe5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 6d ago.

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 · 104 lines

How it starts

The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Check the changes between the current branch and next branch, and create a changelog file inside /docs/content/changelog in the file format of MM-DD-YY-<title>.mdx.

File Naming

MM-DD-YY.mdx              # e.g., 12-29-25.mdx
MM-DD-YY-suffix.mdx       # Multiple same day: 12-10-25-masking.mdx

Template

---
title: "Your Title Here"
description: "Brief description of the change"
date: "YYYY-MM-DD"
---

Brief intro paragraph explaining what changed.

### SDK Versions

| SDK | Version |
|-----|---------|
| Python | vX.Y.Z+ |
| TypeScript | vX.Y.Z+ |

### What Changed (if applicable)

**Before:**
```python
old_code()

After:

new_code()

Breaking Changes (if applicable)

What breaks and why.

What's New / Improvements / Bug Fixes

  • Change 1
  • Change 2

Backward Compatibility

Notes about backward compatibility.


## Rules

1. **Frontmatter required** - `title`, `description`, and `date` (YYYY-MM-DD format)
2. **No `#` heading** - Title renders automatically from frontmatter
3. **Use `###` for sections** - Content headings start at h3
4. **No emojis** - No checkmarks, warning symbols, etc. in prose (okay in code comments)
5. **TypeScript code blocks** - Add `// @noErrors` on first line to skip type checking

## Change Types

| Type | How to Format |
|------|---------------|
| Breaking Change | `<Callout type="warn">` + before/after code + migration guide |
| New Feature | `### What's New` |
| Improvement | `### Improvements` |
| Bug Fix | `### Bug Fixes` or inline description |
| Deprecation | `<Callout>` with timeline |

## Code Examples

For TypeScript code that shouldn't be type-checked:

```typescript
// @noErrors
const result = await composio.tools.get(userId);

For before/after comparisons, use labeled sections:

Before:

old_code()

After:

new_code()

Examples

Reference these existing changelogs for style:

  • Bug fix: 01-21-26-initiate-active-status-filter.mdx
  • Breaking change: 01-14-26-auth-config-patch-semantics.mdx
  • New feature: 01-12-26-tool-router-improvements.mdx
  • Simple change: 01-30-26-simplified-optional-schemas.mdx

Read the full file on GitHub · 104 lines

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. 6d ago First seen · 104 lines · 0 tokens per session scan A 8280e93a4fe5

Subscribe to this mod's changes

changelog is a command published in the GitHub repository ComposioHQ/composio (30,071 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 604 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.