You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to have a flag like --custom-conventions that applies custom commit conventions and accepts a stringified JSON formatted object.
Example usage: --custom-conventions '{"messageSize": "80", "messageStart": "lowercase"}'
These configurations should be added to the AI prompt, so they will be considered.
In some places you have different conventions and those could be applied that way dynamically without the necessity to add features for all of them one by one.
If you are okay with it, I would like to work on it
The text was updated successfully, but these errors were encountered:
It would be great to have a flag like
--custom-conventions
that applies custom commit conventions and accepts a stringified JSON formatted object.Example usage:
--custom-conventions '{"messageSize": "80", "messageStart": "lowercase"}'
These configurations should be added to the AI prompt, so they will be considered.
In some places you have different conventions and those could be applied that way dynamically without the necessity to add features for all of them one by one.
If you are okay with it, I would like to work on it
The text was updated successfully, but these errors were encountered: