Hi madox2 and maintainers,
First of all, thank you for building this fantastic plugin! I've been really enjoying using it.
I am very interested in autonomous agent workflows within Vim/Neovim. Looking through the codebase, I noticed that there are already some great foundational pieces in place. For example, the parsing of <<< tool_call and <<< tool_response in utils.py, as well as the support for MCP via third-party providers.
I wanted to ask about the current progress or future roadmap for first-class agent support (e.g., allowing the plugin to autonomously execute tool calls and feed the responses back into the context loop without manual intervention).
If this is a feature you are planning or open to adding, I would love to contribute to the effort! Please let me know if there are any ongoing design discussions, or if there are specific areas/PRs where I could start helping out.
Thanks again for the great work!
Hi madox2 and maintainers,
First of all, thank you for building this fantastic plugin! I've been really enjoying using it.
I am very interested in autonomous agent workflows within Vim/Neovim. Looking through the codebase, I noticed that there are already some great foundational pieces in place. For example, the parsing of
<<< tool_calland<<< tool_responseinutils.py, as well as the support for MCP via third-party providers.I wanted to ask about the current progress or future roadmap for first-class agent support (e.g., allowing the plugin to autonomously execute tool calls and feed the responses back into the context loop without manual intervention).
If this is a feature you are planning or open to adding, I would love to contribute to the effort! Please let me know if there are any ongoing design discussions, or if there are specific areas/PRs where I could start helping out.
Thanks again for the great work!