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
changed the title [-]enable copilot to generate commit message[/-][+]enable copilot to generate commit message based on related changes[/+]on Apr 16, 2025
I found that g:copilot_workspace_folders can allow for context to improve suggestion.
perhaps a vim function to send commit prompt ("create a commit message based on related change") and those related change to copilot.
Love the idea of Copilot auto-drafting messages from the staged diff. Could we take it one step further and feed Copilot a short sample of recent commit summaries (e.g. git log -n 20 --format=%s) so it picks up our conventional-commit prefixes and tone?
Activity
[-]enable copilot to generate commit message[/-][+]enable copilot to generate commit message based on related changes[/+]dryezl commentedon Apr 16, 2025
I found that g:copilot_workspace_folders can allow for context to improve suggestion.
perhaps a vim function to send commit prompt ("create a commit message based on related change") and those related change to copilot.
Programmer-RD-AI commentedon Jun 27, 2025
Love the idea of Copilot auto-drafting messages from the staged diff. Could we take it one step further and feed Copilot a short sample of recent commit summaries (e.g. git log -n 20 --format=%s) so it picks up our conventional-commit prefixes and tone?