Skip to content

Claude Auto-Commit v0.1.4

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Jun 20:24

πŸš€ Claude Auto-Commit v0.1.4

✨ Features

  • AI-powered commit message generation using Claude Code SDK
  • Multi-language support (English, Japanese)
  • Template support for saving and reusing commit messages
  • Configuration file support
  • Performance optimizations (parallel processing, caching)
  • Enhanced error handling with retry mechanism
  • Conventional Commits support
  • Emoji support

πŸ“¦ Installation Options

Method 1: One-liner installation (recommended):

curl -fsSL https://raw.githubusercontent.com/0xkaz/claude-auto-commit/main/scripts/install.sh | bash

Method 2: NPM global installation:

npm install -g claude-auto-commit

Method 3: One-time execution (no installation):

curl -fsSL https://raw.githubusercontent.com/0xkaz/claude-auto-commit/main/scripts/run-once.sh | bash

πŸ“‹ Requirements

  • Node.js 22.0.0 or later
  • Git repository
  • Claude Code SDK (automatically installed)
  • ANTHROPIC_API_KEY environment variable

πŸ”„ Breaking Changes from v0.0.5

  • Migrated from Claude CLI to Claude Code SDK
  • Node.js 22.0.0+ now required
  • Main script changed from .sh to .js
  • Updated installation process

🌐 Documentation

Visit claude-auto-commit.0xkaz.com for complete documentation.