Skip to content

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

@HuzaifaOmar

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’t 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"

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