← Back to Plugins
Developer Tools

openclaw-git-summarizer

Hugo By Hugo 👁 9 views ▲ 0 votes

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.

Homepage

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

Loading comments...