fix: bedrock (#1511)

This commit is contained in:
yetone
2025-03-07 00:30:30 +08:00
committed by GitHub
parent 8620ea3e12
commit 25dee44de9
3 changed files with 16 additions and 7 deletions

View File

@@ -6,6 +6,8 @@ local Scan = require("plenary.scandir")
local Config = require("avante.config")
---@class avante.Path
---@field history_path Path
---@field cache_path Path
local P = {}
local history_file_cache = LRUCache:new(12)