🚀 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"