Hacker News new | ask | show | jobs
by brokegrammer 433 days ago
You could try Cline. But mono repos suck with LLMs right now because context windows are too small. This might be fixed once Google releases Gemini 2.5 Pro with 2 million tokens limit. But even then, large code bases will still hit a limit at some point.

Until we get billion token context windows, I find the microservices approach works well, where each repo contains a specific microservice. That way the LLM can know everything about the code.