1.3.0 • Published 3 months ago

summarize-diff v1.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 months ago

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:

Summarize Diff 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.3.0

3 months ago

1.2.5

7 months ago

1.2.4

7 months ago

1.2.3

7 months ago

1.2.2

7 months ago

1.2.1

7 months ago

1.2.0

7 months ago

1.1.4

7 months ago

1.1.3

7 months ago

1.1.2

7 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago