Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lua/CopilotChat/config/prompts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,6 @@ return {

Commit = {
prompt = 'Write commit message for the change with commitizen convention. Keep the title under 50 characters and wrap message at 72 characters. Format as a gitcommit code block.',
sticky = '#git:staged',
sticky = '#gitdiff:staged',
},
}