refactor(history): start moving history-related code into avante/history
The utils module has grown too big and contains unrelated functionality. Start moving code related to managing history messages comprising chat history into lua/avante/history module to keep the code more manageable.
This commit is contained in:
@@ -3,7 +3,7 @@ local Llm = require("avante.llm")
|
||||
local Highlights = require("avante.highlights")
|
||||
local Config = require("avante.config")
|
||||
local Providers = require("avante.providers")
|
||||
local HistoryMessage = require("avante.history_message")
|
||||
local HistoryMessage = require("avante.history.message")
|
||||
local api = vim.api
|
||||
local fn = vim.fn
|
||||
|
||||
|
||||
Reference in New Issue
Block a user