add possibility to define a project based instruction file

This commit is contained in:
samuelm00
2025-08-18 22:54:28 +02:00
committed by yetone
parent fed6902c9a
commit 0a603efad1
4 changed files with 148 additions and 6 deletions

View File

@@ -17,6 +17,9 @@ local Utils = require("avante.utils")
---@class avante.CoreConfig: avante.Config
local M = {}
--- Default configuration for project-specific instruction file
M.instructions_file = "avante.md"
---@class avante.Config
M._defaults = {
debug = false,