docs: Avante Chat History Selector Documentation and Commands (#1862)

This commit is contained in:
William Kang
2025-04-13 22:11:58 +09:00
committed by GitHub
parent f1abc57ebf
commit 0d26590389
3 changed files with 23 additions and 3 deletions

View File

@@ -85,6 +85,11 @@ end, {
end,
})
cmd("Chat", function() require("avante.api").ask({ ask = false }) end, { desc = "avante: chat with the codebase" })
cmd(
"ChatNew",
function() require("avante.api").ask({ ask = false, new_chat = true }) end,
{ desc = "avante: create new chat" }
)
cmd("Toggle", function() require("avante").toggle() end, { desc = "avante: toggle AI panel" })
cmd("Build", function(opts)
local args = {}