Wait, is this CLI or is this a github action or is this a github application? Also, I thought Jules was the "coding agent" they are working on. Now this is taking it over or is this like another case of Google self-competing? Someone needs to take charge at this company with a strong vision, because they are all over the place and spreading themselves thin, which in turn spreads thin the customer/brand equity. At thi…
Jules works in a VM, asynchronously, on a separate checkout of the code. Gemini CLI works synchronously with the user (unless you YOLO) and in your own directory on your own machine on your own checkout. Two different modalities.
Gemini CLI GitHub Actions
41–50 of 100 posts
Re: Gemini CLI GitHub Actions
#42The amount of time I have to spend on investigations, to understand the basics of what something ACTUALLY IS, never ceases to amaze me. Having to scrape away buzzwords, ill-conceived descriptions, and unnecessary verbose stuff... it's tiresome. So i THINK this is what it IS: A GitHub Action that can be included in GitHub workflow YAML files. It executes the Gemini CLI, passing in prompts, repo context, and event data…
Re: Gemini CLI GitHub Actions
#43Earlier quoted context omitted.
> Even thought they have access to my Google Account and my phone, their Gemini app is useless. This is the funniest thing to me. When you open the app, Gemini says: "Hello, Vasco" In the welcome screen. I then ask this amazing intelligence this question: "What's my name?" "I do not know your name. I am an AI and I don't have access to your personal information." I know why it happens, but it's so funny.
If I didn't know better, I'd think you were joking.
Re: Gemini CLI GitHub Actions
#44Wait, is this CLI or is this a github action or is this a github application? Also, I thought Jules was the "coding agent" they are working on. Now this is taking it over or is this like another case of Google self-competing? Someone needs to take charge at this company with a strong vision, because they are all over the place and spreading themselves thin, which in turn spreads thin the customer/brand equity. At thi…
[1]: https://github.com/google-gemini/gemini-cli/blob/main/docs/c...
Re: Gemini CLI GitHub Actions
#45I wonder why they call this `gemini cli`, it's not really a CLI anymore when it's primarily used through GitHub, is it? Why not follow Claude Code naming with this and just call it `gemini github action` or `run gemini`?
Re: Gemini CLI GitHub Actions
#46Curious to try this against the Github (website) Agent. The website Agent is definitely dumber than the vscode agent (because it has to spend 20 minutes figuring out how to build and start my monorepo apps) but on the flip side, it doesn't take up my computer and thus any value it creates is additive. We have tried out Gemini code review vs Copilot code review and Gemini is consistently offering better code review ti…
> Curious to try this against the Github (website) Agent. The website Agent is definitely dumber than the vscode agent (because it has to spend 20 minutes figuring out how to build and start my monorepo apps) but on the flip side, it doesn't take up my computer and thus any value it creates is additive. Yeah that's on you. Add a `copilot-instructions.md` file and configure the `copilot-setup-steps.yml` workflow to se…
Github now appears to support defining setup tasks in a Github Action that runs prior to the agent, so that's the next avenue of research.
Regardless, the website agent will always be slower. My local is already running and fully ready to go so the ide agent can hit the ground running on any task. The website agent has to spin up a machine and install and build. It will take time.
Re: Gemini CLI GitHub Actions
#47As an engineering manager with an AI budget, I'm always looking for better and cheaper tools.
I have a decade of engineering experience and consider myself fairly intelligent.
I still can't figure out what this is, who it's for, or how much it costs.
Re: Gemini CLI GitHub Actions
#48Earlier quoted context omitted.
I'm honestly a bit confused by the free tier of Gemini. I've been using it with different agents (Aider, and then Crush), and I hit the rate limits FAST. Like, after maybe 5 or 6 requests it just blows up. Then I can try again quite a few times, and it hits the limit. Then eventually I guess I hit my daily limit and it just stops working until the next day. I mean this has been enough to get my feet wet and have some…
With Gemini CLI I blow through Pro requests in Glad I didn't add an API key. I've had friends who did and ended up with $xxx in charges because the models can't think or use tools properly.
Re: Gemini CLI GitHub Actions
#49Re: Gemini CLI GitHub Actions
#50Isn't there not a trademark issue over naming it Gemini CLI GitHub Actions? As Microsoft own GitHub and it's a competitor.