Skip to content

Commit

Permalink
chore(cmd): AvanteChat (#542)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
  • Loading branch information
aarnphm committed Sep 5, 2024
1 parent 29e109e commit e18fd41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/avante/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ H.commands = function()
return candidates
end,
})
cmd("Chat", function() require("avante.api").ask({ ask = false }) end, { desc = "avante: chat with the codebase" })
cmd("Toggle", function() M.toggle() end, { desc = "avante: toggle AI panel" })
cmd(
"Edit",
Expand Down

0 comments on commit e18fd41

Please sign in to comment.