Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need an agentic flow that gets context out of your codebase - otherwise this ai editor is useless #261

Open
lkolchin opened this issue Feb 2, 2025 · 1 comment

Comments

@lkolchin
Copy link

lkolchin commented Feb 2, 2025

Something that is so great about Windsurf (Which IMHO beats Cursor hands down) is its agentic flow where it actually goes through your codebase and then sends the relevant parts to the LLM. It's smart enough to read in chunks your large files and send the right context to LLM.
Please have a look at how Windsurf is doing that (I think even Aider has some smarts around it where it sends a codebase map to LLM which makes it so much easier on LLM to provide you correct replies).
For now the inability of 'Void' to auto deduct context out of your codebase makes it barely useful for us.

@andrewpareles
Copy link
Contributor

Working on it :) thanks for the feedback

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants