1.0.4 • Published 4 months ago

delta-review v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

Delta Review

A Git commit analysis and code review tool with AI capabilities.

Installation

You can use this tool without installing it by running:

npx delta-review

Or install it globally:

npm install -g delta-review

Usage

  1. Navigate to any Git repository directory
  2. Run the tool:
npx delta-review
  1. Open your browser at http://localhost:3000
  2. The tool will automatically analyze the commits in your current branch that aren't in master

Features

  • Visual analysis of Git commits
  • Semantic understanding of code changes
  • AI-powered code review (requires OpenAI API key)
  • Detailed file-by-file diff exploration

Environment Variables

  • OPENAI_API_KEY: Set this to your OpenAI API key to enable AI code review functionality

License

MIT

npm install
npm run dev
open http://localhost:3000
1.0.4

4 months ago

1.0.3

4 months ago

1.0.2

4 months ago

1.0.1

4 months ago

1.0.0

4 months ago