1.0.4 • Published 4 months ago
delta-review v1.0.4
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
- Navigate to any Git repository directory
- Run the tool:
npx delta-review
- Open your browser at http://localhost:3000
- 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