Skip to content

Feature Request: Add --hint (-i) Argument to Guide Commit Message Generation#3

Description

@HuzaifaOmar

馃殌 Feature Request: Add --hint (-i) Argument to Guide Commit Message Generation

Description

It would be helpful to allow users to provide a manual hint or guidance to the AI when generating commit messages. This can be useful in scenarios where the developer has additional context that isn鈥檛 easily inferred from the git diff. Also this will minimze the hallucination of the LLM.

Proposed Solution

Introduce a new optional argument to the aimit CLI:

  • --hint (long form)
  • -i (short form)

This argument allows users to pass a string (hint) that will be injected into the prompt.

Example Usage

aimit -i "This commit fixes the authentication flow by handling token expiration"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions