←back to thread

Gemini CLI

(blog.google)
1348 points sync | 1 comments | | HN request time: 0.205s | source
Show context
asadm ◴[] No.44377180[source]
I have been using this for about a month and it’s a beast, mostly thanks to 2.5pro being SOTA and also how it leverages that huge 1M context window. Other tools either preemptively compress context or try to read files partially.

I have thrown very large codebases at this and it has been able to navigate and learn them effortlessly.

replies(2): >>44377204 #>>44378419 #
_zoltan_ ◴[] No.44378419[source]
what's your workflow?
replies(2): >>44382980 #>>44383035 #
1. asadm ◴[] No.44383035[source]
i guess one core idea is to point it to an entrypoint or some part of code you are planning to touch. instead of asking it to load up every file etc. and then figure out the control flow.