feat: history manager (#1644)

This commit is contained in:
yetone
2025-03-19 17:28:05 +08:00
committed by GitHub
parent f226df8348
commit 1c8cac1958
10 changed files with 271 additions and 51 deletions

View File

@@ -34,7 +34,7 @@ function M.open()
end
vim.ui.select(models, {
prompt = "Select Model:",
prompt = "Select Avante Model:",
format_item = function(item) return item.name end,
}, function(choice)
if not choice then return end