Skip to content

Conversation

tarampampam
Copy link
Owner

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

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 tarampampam self-assigned this Feb 16, 2025
@tarampampam tarampampam added the type:feature A new feature label Feb 16, 2025
@tarampampam tarampampam merged commit ad42b1c into master Feb 16, 2025
9 checks passed
@tarampampam tarampampam deleted the feat/git-log branch February 16, 2025 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature A new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant