fix: history storage path and delete clear memory (#2153)
This commit is contained in:
@@ -419,7 +419,7 @@ M._defaults = {
|
||||
history = {
|
||||
max_tokens = 4096,
|
||||
carried_entry_count = nil,
|
||||
storage_path = vim.fn.stdpath("state") .. "/avante",
|
||||
storage_path = Utils.join_paths(vim.fn.stdpath("state"), "avante"),
|
||||
paste = {
|
||||
extension = "png",
|
||||
filename = "pasted-%Y-%m-%d-%H-%M-%S",
|
||||
|
||||
Reference in New Issue
Block a user