feat(cmd): AvanteClear (#518)
Remove all cache/history path. Co-authored-by: Aaron Pham <Aaronpham0103@gmail.com>
This commit is contained in:
@@ -67,6 +67,7 @@ H.commands = function()
|
||||
return vim.tbl_filter(function(key) return key:find(prefix, 1, true) == 1 end, Config.providers)
|
||||
end,
|
||||
})
|
||||
cmd("Clear", function() require("avante.path").clear() end, { desc = "avante: clear all chat history" })
|
||||
end
|
||||
|
||||
H.keymaps = function()
|
||||
|
||||
Reference in New Issue
Block a user