bug: Apply All not work
Describe the bug
I using latest nvim 、lazyvim 、 avante version, when press A and ac, hit me "added current buffer to file selector",but can't apply all to files, to see above screenshot,THK
To reproduce
No response
Expected behavior
No response
Installation method
Use lazy.nvim:
{
"yetone/avante.nvim",
event = "VeryLazy",
lazy = false,
version = false, -- set this if you want to always pull the latest change
opts = {
-- add any opts here
},
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true`
build = "make",
-- build = "powershell -ExecutionPolicy Bypass -File Build.ps1 -BuildFromSource false" -- for windows
dependencies = {
"nvim-treesitter/nvim-treesitter",
"stevearc/dressing.nvim",
"nvim-lua/plenary.nvim",
"MunifTanjim/nui.nvim",
},
}
Environment
Environment
NVIM v0.10.4 Build type: Release LuaJIT 2.1.1736781742 Distro: macOS avante (latest)
Repro
vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec = {
-- add any other plugins here
},
})
Who tell me how to solve?THK!
What provider are you using? Can I see your screenshot?
:
I using local lm studio and google gemini online , all does not write to files, THK
@yetone Please check
I guess the two lines are not at the beginning of your code block because the Gemini model is not suitable for Aider mode. For details, please see: https://github.com/yetone/avante.nvim/blob/main/cursor-planning-mode.md
@yetone Thanks,I use groq, apply normal use,if I need use local models, Do you have any good suggestions. THK
I also have a problem with 'a' and 'A'
- 'a' and 'A' stopped working for me with Claude Sonnet 3.7 + recent commits
- 'a' and 'A' works fine with OpenAI 4o
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.