yetone
yetone
Since avante started supporting avanterules (using jinja2 to render prompts), there has been a serious bug: due to an error in the template of the prompts, jinja2 incorrectly filtered out...
@flopex Can you take a screenshot to show what your LLM response is?
Could you share a screenshot of your sidebar?
Can you check what your current project root is? `:lua vim.print(require("avante.utils").get_project_root())` And what is your cwd: `:lua vim.print(vim.uv.cwd())`
Just do it this way: 
@szcharlesji https://x.com/yetone/status/1894264887570051172
Additionally, I noticed you have a typo: ```diff - model = "gemini-2.0-flash-100", + model = "gemini-2.0-flash-001", ``` This is my profile: 
You can use `hide_in_model_selector` to hide certain models, for example: ```lua openai = { hide_in_model_selector = true, }, vendors = { copilot_claude = { __inherited_from = 'copilot', model = 'claude-3.7-sonnet',...
> I do have the same error ever since updating, and the tools changed from showing the diff in the sidebar first to directly showing it in the files You...
You can set this option to true to solve the problem: https://github.com/yetone/avante.nvim/blob/ef61ba52c0117512a0dfecfaa6392d578de62a87/lua/avante/config.lua#L387