Zum Inhalt springen

Multitasking: Gemini and Codeium

This is one of the solutions so trivial that most likely someone else has already written it – I wanted to to anyhow share it in case someone finds it useful.

This project is a super simple helper tool that lets me communicate with Codeium and Gemini in parallel. I find both solutions are helpful and have their pros and cons.

The main problem with Gemini in Android Studio is that it is missing the context of the files, while Codeium has a nice feature to add the context of the files by mentioning them with @file tags in the prompt.

All this project does is monitoring the clipboard to find the @file.dart pattern and then take the content of that file and add it to the clipboard.

Here is the link to the GitHub repo:
https://github.com/jersonal-com/ai_clipboard_helper

Published inSoftware

Sei der Erste der einen Kommentar abgibt

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert