1.7.4 • Published 11 months ago
summarize-diff v1.7.4
Summarize Diff
Summarize Diff is a tool that leverages OpenAI models to summarize git differences. It aids developers in quickly understanding code changes and is particularly useful for crafting PR descriptions.
Demo:
Prerequisite
Checkout to the branch you want to compare.
Features
- Fetches git differences.
- Summarizes the differences using selected OpenAI models.
- Supports various OpenAI models with token constraints.
Usage
To run the tool without installing:
npx summarize-diff
Or, install it globally:
npm install -g summarize-diff
Then run:
summarize-diff
Options:
--reset
: Removes all saved values.--model
: Change the OpenAI model.--help
: Display help for commands.
1.7.3
11 months ago
1.7.2
12 months ago
1.7.1
1 year ago
1.7.0
1 year ago
1.6.0
1 year ago
1.5.0
1 year ago
1.4.0
1 year ago
1.7.4
11 months ago
1.3.0
1 year ago
1.2.5
2 years ago
1.2.4
2 years ago
1.2.3
2 years ago
1.2.2
2 years ago
1.2.1
2 years ago
1.2.0
2 years ago
1.1.4
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago