Developer Tools
openclaw-git-summarizer
Automatically summarize Git commit history into human-readable changelogs, daily standups, or release notes. Supports filtering by date range, author, and branch. Powered by LLM-based summarization directly in your OpenClaw workflow.
Install
openclaw plugins install @hugo/git-summarizer
Configuration Example
{
plugin: "git-summarizer",
repoPath: "./",
outputFormat: "changelog", // "standup" | "release-notes"
since: "7d",
author: null, // filter by git author email
branch: "main",
llm: {
model: "claude-sonnet-4",
maxTokens: 1024
}
}
git
changelog
summarizer
devtools
llm
Comments
Sign in to leave a comment