ekkinox / yai

Your AI powered terminal assistant.
https://ekkinox.github.io/yai
MIT License
621 stars 29 forks source link

Error resolution with context #102

Open TheJDen opened 7 months ago

TheJDen commented 7 months ago

As you may have seen, Cursor offers some similar features to yai.

One major gap in my workflow with yai compared to Cursor is debugging errors with AI. Although I can pipe output to yai, Cursor can see my project context and make astute recommendations and automate relevant searches, streamlining error resolution.

I like yai because it is open source and it allows me to decouple my IDE from my ai terminal, unlike Cursor and Warp. It is a great aid for development with NeoVim, especially in remote workstation.

I would love to contribute, let's talk about how we can achieve this feature.