Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tarampampam/describe-commit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: tarampampam/describe-commit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.3
Choose a head ref
  • 1 commit
  • 17 files changed
  • 1 contributor

Commits on Feb 16, 2025

  1. ✨ feat(config): Add commit history length option for AI context (#5)

    Introduced a new command-line option to specify the number of previous commits to consider as context for the AI model. This enhances the AI's ability to generate relevant commit messages by providing it with more contextual information from the commit history. The default value is set to 20, and it can be adjusted via the configuration file or command-line flags.
    
    - Added `--commit-history-length` flag to CLI
    - Updated configuration file to support new option
    - Modified AI provider interfaces to accept commit history context
    tarampampam authored Feb 16, 2025
    Configuration menu
    Copy the full SHA
    ad42b1c View commit details
    Browse the repository at this point in the history
Loading