←back to thread

Gemini CLI

(blog.google)
1339 points sync | 2 comments | | HN request time: 0.846s | source
1. yomismoaqui ◴[] No.44379809[source]
I have been evaluating other tools like Amp (from Sourcegraph) and when trying Gemini Cli on VsCode I found some things to improve:

- On a new chat I have to re-approve things like executing "go mod tidy", "git", write files... I need to create a new chat for each feature, (maybe an option to clear the current chat on VsCode would work)

- I have found some problems with adding some new endpoint on an example Go REST server I was trying it on, it just deleted existing endpoints on the file. Same with tests, it deleted existing tests when asking to add a test. For comparison I didn't find these problems when evaluating Amp (uses Claude 4)

Overall it works well and hope you continue with polishing it, good job!!

replies(1): >>44382295 #
2. cperry ◴[] No.44382295[source]
thank you kind stranger!