Gemini now has an agent with 1000 free requests a day. I just build a very simple Nostr client for free using this new agent and #mkstack. This is a test note :)
Discussion
😳
👀
Gemini launched CLI as well ..
sudo npm install -g @google/gemini-cli.
Yes, that's what I ran, sorry I wasn't referring to the Jules web agent.
That's it? No messing with APIs?
You don't have to. You can auth via web browser or you can use API. I made an app with web auth and with API. The web auth used the Flash model, switching from Pro, stating that auth was too slow for responses (meaning busy). I used API with Pro in another test. Both apps looked and functioned the same. My prompt with both was "build a Twitter like app". It built an extremely basic version. Dork and Claude build a much more advanced version.
I feel that Google's Gemini CLI is good for demoing, testing or tinkering around. To get started for free. Then if you want to upgrade and spend money with other models, you can.
I like to do it with APIs cuz authenticating with Browser is hard if you don't wanna startx .... Besides you don't want to log in with your Google account on remote machine (s)
Do you initialize the repository with mkstack and then use Gemini CLI, or did you configure dork to use Gemini as the llm provider?