chore(cmd): AvanteChat ()

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham 2024-09-05 02:48:49 -04:00 committed by GitHub
parent 29e109e447
commit e18fd41180
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -69,6 +69,7 @@ H.commands = function()
return candidates return candidates
end, 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("Toggle", function() M.toggle() end, { desc = "avante: toggle AI panel" })
cmd( cmd(
"Edit", "Edit",