Avante extension - v2.2.0 #12
ravitemer
announced in
Announcements
Replies: 2 comments 15 replies
-
This is a wired error... I'm looking it:
|
Beta Was this translation helpful? Give feedback.
14 replies
-
@yingmanwumen avante integration is updated with 17a86c7 commit with some changes in the avante plugin itself that supports dynamic system prompt. It is working flawlessly. Make sure to update avante and mcphub.nvim and test it out. Delete any previous .avanterules files created by the extension. See the commit and readme to configure avante with this update. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The Avante extension automatically updates your
[mode].avanterules
file (e.g.planning.avanterules
) whenever MCP servers or their tools are updated. This ensures Avante always has up-to-date information about available MCP capabilities in its system prompt.AvanteChat
is opened after Neovim starts. Changes to enabled/disabled MCP servers will update the rules file, but Avante won't see these changes until you:Commands like
/reset
,/new
, or/clear
do not cause Avante to reload the rules file.Setup
Add MCP capabilities to Avante by including the MCP tool in your setup:
This extension modifies your
[mode].avanterules
file. When creating a new file or replacing content, it uses this template:File handling works as follows:
To safely use custom instructions:
[mode].avanterules
fileExample
.avanterules
file with custom instructions:@yingmanwumen please check it out, and let me know your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions