lvl155 2 hours ago

Gemini CLI sucks. Just use Opencode if you have to use Gemini. They need to rebuild the CLI just as OAI did with Codex.

  • oblio 4 minutes ago

    > To use OpenCode, you’ll need: > A modern terminal emulator like: > WezTerm, cross-platform > Alacritty, cross-platform > Ghostty, Linux and macOS > Kitty, Linux and macOS

    What's wrong with any terminal? Are those performance gains that important when handling a TUI? :-(

  • agentdrek 2 hours ago

    YMMV I guess but it's my goto tool; fast and reliable results at least for my use cases

  • randomsofr 2 hours ago

    what happened with Codex? Did they rebuild it?

    • dnw an hour ago

      I too am curious. My daily driver has been Claude Code CLI since April. I just started using Codex CLI and there are lot of gaps--the most annoying being permissions don't seem to stick. I am so used to plan mode in Claude Code CLI and really miss that in Codex.

    • qsort an hour ago

      The model needs to be trained to use the harness. Sonnet 4.5 and gpt-5.1-codex-max are "weaker" models in abstract, but you can get much more mileage out of them due to post-training.

3578987532688 3 hours ago

My tip: Move away from Google to an LLM that doesn't respond with "There was a problem getting a response" 90% of the time.

  • knollimar 3 hours ago

    Are we getting billed for these? The billing is so very not transparent.

    • OsrsNeedsf2P 2 hours ago

      My experience working in FAANG.. Nobody knows

      • swyx an hour ago

        we need a Nate Bargatze skit for these quips

    • mhitza 2 hours ago

      Would be nice to have an official confirmation. Once token get back to the user those are likely already counted.

      Sucks when the LLM goes on a rant only to stop because of hardcoded safeguards, or what I encounter often enough with Copilot: it generates some code, notices it's part of existing public code and cancels the entire response. But that still counts towards my usage.

  • tarruda 3 hours ago

    I had a terrible first impression with Gemini CLI a few months ago when it was released because of the constant 409 errors.

    With Gemini 3 release I decided to give it another go, and now the error changed to: "You've reached the daily limit with this model", even though I have an API key with billing set up. It wouldn't let me even try Gemini 3 and even after switching to Gemini 2.5 it would still throw this error after a few messages.

    Google might have the best LLMs, but its agentic coding experience leaves a lot to be desired.

    • knollimar 2 hours ago

      I had to make a new API key. My old one got stuck with this error; it's on Google's end. New key resolved immediately.

jasonsb 3 hours ago

All these tips and tricks just to get out-coded by some guy rawdogging Copilot in VS Code.

wg0 2 hours ago

Gemini 3 with CLI is relentless if you give it detailed specs and other than API errors, it just is great. I'd still rank Claude models higher but Gemini 3 is good too.

And the GPT-5 Codex has a very somber tone. Responses are very brief.

SamDc73 2 hours ago

A lot of times Gemini models will get stuck in a loop of errors in a lot of times it fails to edit/read or other simple function calling

it's really really terrible at agentic stuff

  • tekacs 2 hours ago

    Not so much with Gemini 3 Pro (which came out a few days ago)... to the point that the loop detection that they built into gemini-cli (to fight that) almost always over-detects, thinking that Gemini 3 Pro is looping when it in fact isn't. Haven't had it fail at tool calls either.

    • SamDc73 an hour ago

      Tried in V0, it always gets into an infinite loop

      will give the CLI another shot

timonoko 2 hours ago

Gemini-CLI on Termux does not work anymore. Gemini itself found a way to fix the problem, but I did not totally grok what it was going to do. It insisted my Termux was old and rotten.

senotrusov 2 hours ago

>this lets you use Gemini 2.5 Pro for free with generous usage limits

Considering that access is limited to the countries on the list [0], I wonder what motivated their choices, especially since many Balkan countries were left out.

[0]: https://developers.google.com/gemini-code-assist/resources/a...

  • oblio a minute ago

    For Europe it's EU + UK + EFTA plus for some reason, Armenia.

agentifysh 3 hours ago

agentic coding seems like its not the top priority but more at capturing the search engine users which is understandable.

still i had high hopes for gemini 3.0 but was let down by the benchmarks i can barely use it in cli however in ai studio its been pretty valuable but not without quirks and bugs

lately it seems like all the agentic coders like claude, codex are starting to converge and differentiated only by latency and overall cli UX and usage.

i would like to use gemini cli more even grok if it was possible to use it like codex

albert_e 3 hours ago

A lot it seems to mirror syntax of Claude Code

Integration with Google Docs/Spreadsheets/Drive seems interesting but it seems to be via MCP so nothing exclusive/native to Gemini CLI I presume?

  • vidarh 3 hours ago

    There seems to be an awful many "could" and "might" in that part. Given how awfully limited the Gemini integration inside Google Docs is, it's an area that's just made me feel Google is executing really slowly on this.

    • neural_thing 5 minutes ago

      I've built a document editor that has AI properly integrated - provides feedback in "Track Changes" mode and actually gives good writing advice. If you've been looking for something like this - https://owleditor.com

rgthomas 2 hours ago

Nice breakdown. Curious if you’ve explored arbitration layers or safety-bounded execution paths when chaining multiple agentic calls?

I’m noticing more workflows stressing the need for lightweight governance signals between agents.

xbryanx 3 hours ago

It would/will be interesting to see this modified to include Antigravity alongside Gemini CLI.

voodooEntity an hour ago

I really tried to get gemini to work properly in Agent mode. Tho it way to often wen't crazy, started rewriting files empty, commenting like "here you could implement the requested function" and many more stuff including running into permanent printing loops of stuff like "I've done that. What's next on the debugger? Okay, I've done that. What's next on the with? Okay, I've done that. What's next on the delete? Okay, I've done that. What's next on the in? Okay, I've done that. What's next on the instanceof? Okay, I've done that. What's next on the typeof? Okay, I've done that. What's next on the void? Okay, I've done that. What's next on the true? Okay, I've done that. What's next on the false? Okay, I've done that. What's next on the null? Okay, I've done that. What's next on the undefined? Okay, I've done that..." which went on for like 1hour (yes i waited to see how long it takes for them to cut it).

Its just really good yet.

I recently tried IntelliJs Junie and i have to say it works rather well.

I mean at the end of the day all of them need a human in the loop and the result is just as good as your prompt, tho with Junie i at least most of the time got something of a result, while with gemini 50% would have been a good rate.

Finally: Still dont see agentic coding for production stages - its just not there yet in terms of quality. For research and fun? Why not.

farnsworth 2 hours ago

Am I stupid? I run /corgi, nothing happens and I don't see a corgi. I have the latest version of the gemini CLI. Or is it just killedbygoogle.com

bigcloud1299 3 hours ago

I have never had a luck with using Gemini. I had a pretty good app create with CODEX. Due to the hype I thought let me give Gemini a try. I asked it find all way to improve security and architecture / design. sure enough it gave a me a list of components etc that didn’t match best patterns and practices. So I let it refactor the code.

It Fucked up the entire repot. It hard coded tenant ids and used ids, it completely destroyed my UI. Broke my entire grpahql integration. Set me back 2 weeks of work.

I do admit the browse version of Gemini chat does much better job at providing architecture and design guidance time to time.

  • sampullman 2 hours ago

    Do you use AI agents on repos without version control?

  • ayewo 2 hours ago

    > Set me back 2 weeks of work.

    How did this happen?

    Did you let the agent loose without first creating its own git worktree?

    • formerly_proven 2 hours ago

      tfw people are running agents outside containers

      • bigcloud1299 an hour ago

        Yeah this something I need to get to.

      • bigcloud1299 an hour ago

        Apologies. I meant branch. I nuked the branch. But set me back a lot of time as I thought it may be few things here and there.

haxton 3 hours ago

Why is this AI generated slop so highly upvoted?

  • ericol 3 hours ago

    Even thought the doc _might_ be AI generated, that repo is Addy Osmani's.

    Of Addy Osmani fame.

    I seriously doubt he went to Gemini and told it "Give me a list of 30 identifiable issues when agentic coding, and tips to solve them".