Hacker News new | ask | show | jobs
by aeonik 422 days ago
How though? Do you setup RAG for this? Large context window? What do you use?
2 comments

I started with Repomix as an MCP server plus system prompt to reduce the scope to single packages. However, it still consumed too many tokens (and polluted the context with useless information). I used Gemini, context size wasn't an issue, but it was too expensive. Now I just use Cursor, it has built-in indexing with embeddings (I assume).
Try Claude Code. It’s perfect for this type of use case.