Replies: 1 comment
-
|
Thanks for the request — this is accepted. Being able to accept/reject from inside Neovim closes the loop on the plugin's whole reason for existing (review where you're already working). Tracking the design + feasibility work in #72. It's sequenced after Windows support (#46), which is already in flight. Follow #72 for progress. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
First of all, thanks for your work!
In the current workflow, a user needs to manually switch back to Coding Agent to confirm the change. But that could be a burden if there are lots of changes pending.
When users use coding agent with code, they care about editing and the files that changed. So it would be a more fluent design to be able to keep all the operations inside Neovim.
So IMHO, we can further improve the hook to let Neovim's Lua function trigger an approval. And there are projects like https://github.com/farouqaldori/vibe-notch that have already achieved the similar feature.
Just to throw out an idea 😄.
Beta Was this translation helpful? Give feedback.
All reactions