feat: history manager (#1644)
This commit is contained in:
@@ -155,3 +155,4 @@ end, {
|
||||
})
|
||||
cmd("ShowRepoMap", function() require("avante.repo_map").show() end, { desc = "avante: show repo map" })
|
||||
cmd("Models", function() require("avante.model_selector").open() end, { desc = "avante: show models" })
|
||||
cmd("History", function() require("avante.api").select_history() end, { desc = "avante: show histories" })
|
||||
|
||||
Reference in New Issue
Block a user