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 :)

Reply to this note

Please Login to reply.

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.

Thanks. I just vibe coded my first nostr client using MKStacks. I need to tweak it some more. I think I can use Dork to edit the existing code base. Am I on the right track?

Yes, you can have Dork continue to make tweaks and edits.

nostr:nevent1qqsvmgtgyyugm4k9hl37faeph8kp3lmszldynvgwtgxe4plupu3samgppemhxue69uhkummn9ekx7mp0qgs94uregcr2zk6kg8394g3aqjh5evxh6hngkyw2edr726jxnr7233qrqsqqqqqp8wpgxx

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)

How do I use this with mkstack?

Tutorial #soon

Simple version: You can edit the agent.json file of your project and change the model used.

Do you initialize the repository with mkstack and then use Gemini CLI, or did you configure dork to use Gemini as the llm provider?