feat: carry recently viewed files as context (#1538)

This commit is contained in:
yetone
2025-03-09 15:42:31 +08:00
committed by GitHub
parent 02fb470140
commit a0e0924730
6 changed files with 21 additions and 2 deletions

View File

@@ -298,6 +298,7 @@ vim.g.avante_login = vim.g.avante_login
---@class AvanteTemplateOptions
---@field ask boolean
---@field code_lang string
---@field recently_viewed_files string[] | nil
---@field selected_code AvanteSelectedCode | nil
---@field project_context string | nil
---@field selected_files AvanteSelectedFile[] | nil