frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

New AI Coding Teammate: Gemini CLI GitHub Actions

https://blog.google/technology/developers/introducing-gemini-cli-github-actions/
40•michael-sumner•2h ago

Comments

turblety•1h ago
> 7. Google One and Ultra plans, Gemini for Workspace plans These plans currently apply only to the use of Gemini web-based products provided by Google-based experiences (for example, the Gemini web app or the Flow video editor). These plans do not apply to the API usage which powers the Gemini CLI. Supporting these plans is under active consideration for future support.

Again, with the complicated subscription. Please just give us a monthly subscription for developers that I can pay whatever, and then use Gemini CLI, this github action, Gemini chat, Jules, etc. Just like Claude and their max subscription.

This would be a game changer for me.

Sorry, congrats on the release too. This looks cool!

siva7•1h ago
I need AI to understand their subscriptions.
dude250711•47m ago
Having some end users is a tolerable side-effect of their activities for Google.

The primary goals are promotions, bonuses and stock price.

siva7•39m ago
> The primary goals are promotions, bonuses and stock price.

If that's the case, last i checked they are doing pretty well on stock price.

OtherShrezzing•1h ago
Given the amount of setup required, this seems like a very high-friction version of the GitHub Copilot Agent that's already available for every user who could interact with this.

The Gemini assistant will need to be several times better than the existing tools to even fractionally displace them.

dostick•50m ago
What existing assistant is so good you mean Claude? Gemini has to be about the same, only with clear and reasonable subscription.
criley2•48m ago
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.

We have tried out Gemini code review vs Copilot code review and Gemini is consistently offering better code review tips. It has officially caught multiple potential bugs, even a few that reviewers might have missed, so it's definitely been additive.

Observability looks way worse. Github Agent has a full UX built into the Github PR that lets you dig into the agent behavior. This requires you to egress text logs and make sense of it yourself.

Also curious about customization. Github just rolled out "agent writes its own instructions" https://github.blog/changelog/2025-08-06-copilot-coding-agen... which is super cool, how do I customize this one and teach it how to start and manage apps across my monorepo?

artdigital•16m ago
> 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 setup your environment. Both are supported more or less since Copilot Agent got released (though in "preview")

Most agents read `AGENTS.md`, I just symlink it to CLAUDE.md, and do the same for GEMINI.md

thecupisblue•47m ago
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 this point, as someone who: - Has been writing Android code for about 13 years now

- Has collaborated with Google on stuff

- Lead Google developer communities and conferences

- Knows many, many GDE's and has discussions with them often

- Uses Gemini API for their product

I'm so damn confused. How is a normal customer expected to understand then?

- They have 2 SDK's for communicating to their Gemini API.

- The documentation is spread and thrown all over the place.

- Half the time I'm trying to do something I have to dig through their code to find how to.

- The features I really want are rate limited or available only to private testers.

- They have 3 coding agents now.

- Even thought they have access to my Google Account and my phone, their Gemini app is useless.

- I tried to do a basic thing (add a service account) in Google Cloud recently, which wasn't allowed due to default rules that are deprecated and are so confusing to change due to their confusing UX.

The only usable thing is the AI studio, which is a great tool for experimenting with diff models and improved the DX of getting a Gemini API key by a mile.

I'd say congrats on the release, but honestly this is such a mid low hanging fruit of a product.

siva7•26m ago
> I tried to do a basic thing (add a service account) in Google Cloud recently, which wasn't allowed due to default rules that are deprecated and are so confusing to change due to their confusing UX.

Similarly I tried contacting some human support for billing issues but was denied because automated checks deemed me unworthy for consulting anything besides documentation pages which i didn't understood so i gave up and switched to another cloud provider.

jstummbillig•24m ago
> because they are all over the place and spreading themselves thin

Well, they do have a lot to spread. But yeah, intense amount of overlap.

thecupisblue•10m ago
They do, but at this point it's becoming comical, especially if they are trying to move away from search as a profit center. You need equity in people's heads if you want to conquer the market.

If instead of Google search they made 3 products each called "Google Search", "Super Search" and "YaGoo!", they wouldn't be where they're at today.

vasco•11m ago
> 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.

artdigital•10m ago
And this can't authenticate the same way the normal gemini cli does, it needs an API key from the looks of it, so free, standard and enterprise plans through OAuth currently don't work for authentication, just the free tier of the Google AI Studio, which is different than gemini-cli free tier, and has way tighter rate limits.
gexla•6m ago
My take on this is that Google has a bunch of "incubating" spaces where they have teams of people building things that may or may not take off. So, when something does take off, it sort of becomes a victim of its own success. It confuses people because it's not a "core" Google product that fits nicely among other Google products. NotebookLLM seems to be another example.

Personally, I would rather Google did this sort of experimentation even if it is more confusing.

Or I could be wrong about this. But following NotebookLLM, it seemed like the team developing it had a lot of autonomy.

jtrn•26m ago
The 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 (like issue text or PR diffs) to generate responses or perform actions. In other words: it's a wrapper that installs and runs the Gemini CLI inside GitHub Actions environments.

It can use GitHub's API (via tokens or apps) to read repo data (issues, PRs, code) and write back (e.g., add labels, comments, or code suggestions). It makes calls to standard HTTPS API endpoints for Gemini LLM" (via the CLI's backend interactions with Google's Gemini API)

artdigital•19m ago
I 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`?

"AI hype" is the true AI product

https://hardresetmedia.substack.com/p/machine-learning-expert-ai-hype-is
1•aredox•37s ago•0 comments

Civil Service: A Victim or a Villain?

https://www.250bpm.com/p/civil-service-a-victim-or-a-villain
1•WillDaSilva•45s ago•0 comments

Weekend Warriors Are Prepping for a Chinese Invasion of Taiwan

https://www.bloomberg.com/news/articles/2025-07-31/china-invasion-fear-has-taiwan-defense-volunteers-training-with-airsoft-guns
1•mhga•52s ago•0 comments

Booting 5000 Erlangs on Ampere One 192-core

https://underjord.io/booting-5000-erlangs-on-ampere-one.html
2•lawik•4m ago•0 comments

The Royal Navy has the biggest force of 5th-gen carrier planes off China

https://www.telegraph.co.uk/news/2025/07/18/china-pla-tank-boats-amphibious-invasion-royal-navy-carrier/
1•mhga•4m ago•0 comments

A New Jersey startup found an electrifying way to slash copper costs

https://techcrunch.com/2025/07/30/how-a-new-jersey-startup-found-an-electrifying-way-to-slash-copper-costs/
1•PaulHoule•7m ago•0 comments

Nvidia security boss pledges 'no backdoors'

https://www.theregister.com/2025/08/06/ai_chips_to_china_charges/
1•rntn•8m ago•0 comments

Two Chinese nationals accused of illegally shipping Nvidia AI chips to China

https://www.reuters.com/business/autos-transportation/two-chinese-nationals-california-accused-illegally-shipping-nvidia-ai-chips-2025-08-05/
1•mhga•9m ago•0 comments

Better Upload

https://github.com/Nic13Gamer/better-upload
1•bundie•9m ago•0 comments

CheckProfile: Verify Anyone by Social Media

https://profilecheck.vercel.app/
1•Georgii007•10m ago•0 comments

Hardmode-Triangle-0

https://glfmn.io/posts/hardmode-triangle-0/
1•todsacerdoti•16m ago•0 comments

Show HN: Blueprint, a desktop app to guard against rogue LLMs

https://github.com/BlueprintDesignLab/blueprint
1•yaoke259•17m ago•0 comments

SanDisk unveils 256 TB SSD for AI workloads, shipping in 2026 – Blocks and Files

https://blocksandfiles.com/2025/08/05/sandisk-pre-announces-256-tb-ssd/
1•rbanffy•18m ago•0 comments

Show HN: Tasklyst – A minimalist offline-first multiplatform productivity app

https://tasklyst.app
1•zapzap40•19m ago•0 comments

Show HN: Generate Fine-tunning dataset using deep research in terminal

https://github.com/Datalore-ai/datalore-deep-research-cli
2•FineTuner42•19m ago•0 comments

The Emperor's New Trade Deal – Paul Krugman

https://paulkrugman.substack.com/p/the-emperors-new-trade-deal
3•rbanffy•21m ago•0 comments

Photographer Spends 9 Years on One Street Corner Capturing Same Commuters Daily

https://mymodernmet.com/peter-funch-candid-photographs-commuters/
1•thunderbong•23m ago•0 comments

An Overview of Colors on the Web

https://webcolors.readthedocs.io/en/latest/colors.html
1•eu•24m ago•0 comments

TanStack DB with Sync – the future of real-time UI

https://neon.com/blog/tanstack-db-and-electricsql
1•ferriswil•26m ago•0 comments

Show HN: Cent programming language (I turned 16 three days ago)

https://github.com/centlang/cent
2•lnkrr•26m ago•0 comments

Eli Lilly's Obesity Pill Shows Promising Weight Loss in New Results

https://www.wired.com/story/eli-lillys-obesity-pill-shows-promising-weight-loss-in-new-results/
1•rbanffy•27m ago•0 comments

AI ethics is being narrowed on purpose – just like privacy was

https://nimishg.substack.com/p/ai-ethics-is-being-narrowed-on-purpose
2•i_dont_know_•27m ago•1 comments

Emerson, AI, and the Force – Neal Stephenson

https://nealstephenson.substack.com/p/emerson-ai-and-the-force
1•mhb•29m ago•0 comments

Schools are using AI surveillance to protect students. Sometimes arresting them

https://apnews.com/article/ai-school-surveillance-gaggle-goguardian-bark-8c531cde8f9aee0b1ef06cfce109724a
5•djoldman•30m ago•1 comments

Plan to make all networks optical is about to take two big steps forward

https://www.theregister.com/2025/08/07/iown/
1•defrost•32m ago•0 comments

Real-World React Examples [2025 Guide]

https://www.netguru.com/blog/react-app-examples
1•unripe_syntax•32m ago•0 comments

Rust 1.89.0

https://blog.rust-lang.org/2025/08/07/Rust-1.89.0/
1•amalinovic•33m ago•0 comments

Accumulation of Cognitive Debt When Using an AI Assistant for Essay Writing Task

https://www.media.mit.edu/publications/your-brain-on-chatgpt/
2•mhb•34m ago•0 comments

We Accidentally Built the Fastest On-Ramp to Visuals and Why It Matters

1•ahmedelalaoui•35m ago•0 comments

Chutes – Serverless Compute for AI at Scale

https://chutes.ai/
1•shr1ftyy•37m ago•0 comments