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
Consider adding an integrated option for editing the generated commit message before finalizing.
Alongside 'accept' and 'cancel,' include an integrated feature for easy commit message regeneration.
Suggested Solution
Integrated Editing Option
Add config option to have different style of editing enabled
UI Prompt: After a commit message is generated, present a text-based UI within the CLI that allows users to edit the message in place.
Temporary File: Alternatively, auto-open a temporary file (e.g., in Vim or another default editor) where the generated commit message can be edited.
Confirmation Step: Add a confirmation step after editing, so the user can review the edited message before proceeding with the commit.
Regenerate Commit Message Feature
Regenerate Option in UI: Alongside 'accept' and 'cancel,' include a 'regenerate' option in the CLI prompt. When selected, a new commit message is generated and the options are displayed again.
Alternatives
No response
Additional Context
In my experience, many generated commit messages require further refinement. I frequently find myself either copying messages to edit them manually or using git commit --amend for post-commit adjustments. Additionally, some messages are misaligned with their corresponding changes, necessitating frequent regenerations.
The text was updated successfully, but these errors were encountered:
Description
Suggested Solution
Integrated Editing Option
Add config option to have different style of editing enabled
Regenerate Commit Message Feature
Regenerate Option in UI: Alongside 'accept' and 'cancel,' include a 'regenerate' option in the CLI prompt. When selected, a new commit message is generated and the options are displayed again.
Alternatives
No response
Additional Context
In my experience, many generated commit messages require further refinement. I frequently find myself either copying messages to edit them manually or using git commit --amend for post-commit adjustments. Additionally, some messages are misaligned with their corresponding changes, necessitating frequent regenerations.
The text was updated successfully, but these errors were encountered: