←back to thread

Gemini CLI

(blog.google)
1336 points sync | 4 comments | | HN request time: 1.199s | 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 #
1. zackify ◴[] No.44377204[source]
When I was using it in cursor recently, I found it would break imports in large python files. Claude never did this. Do you have any weird issues using Gemini? I’m excited to try the cli today
replies(1): >>44377342 #
2. asadm ◴[] No.44377342[source]
not at all. these new models mostly write compiling code.
replies(1): >>44378749 #
3. tvshtr ◴[] No.44378749[source]
Depends on the language. It has some bugs where it replaces some words with Unicode symbols like ©. And is completely oblivious to it even when pointed out.
replies(1): >>44383028 #
4. asadm ◴[] No.44383028{3}[source]
did you face this in the aistudio ui by any chance? i have seen it there.