We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f95e4f commit 3d1755aCopy full SHA for 3d1755a
lua/codecompanion/_extensions/gitcommit/init.lua
@@ -135,7 +135,7 @@ return {
135
-- Add to CodeCompanion slash commands if requested
136
if opts.add_slash_command then
137
local slash_commands = require("codecompanion.config").strategies.chat.slash_commands
138
- local gitcommit_select_count = (opts.gitcommit_select_count or 50)
+ local gitcommit_select_count = (opts.gitcommit_select_count or 100)
139
slash_commands["gitcommit"] = {
140
description = "Select a commit and insert its full content (message + diff)",
141
callback = function(chat)
0 commit comments