|
|
|
|
|
by archeantus
437 days ago
|
|
Can you please expound on this? You’re using this approach to turn an existing codebase into a single file and then asking Gemini to make changes/enhancements? Does it also handle breaking the files back out? Would love more info! |
|
1. Cursor Pro with Sonnet to implement things the Cursor way.
2. Install the Gemini Code extension in Cursor.
3. Install the Gemini Coder Connector Chrome extension: https://chromewebstore.google.com/detail/gemini-coder-connec...
4. Get the free aistudio.google.com Gemini API and connect the extensions.
5. Feed your codebase or select files via the Cursor extension and get the implementation from aistudio.google.com.
I prefer having Sonnet implement it via Cursor rather than Gemini because it can automatically go through all the linting/testing loops without my extra input, run the server, and check if there are no errors.