←back to thread

502 points alazsengul | 7 comments | | HN request time: 0s | source | bottom
Show context
krat0sprakhar ◴[] No.44563528[source]
Wait, so Google picks up the talent, and Devin picks up the brand/product? This is so confusing!
replies(2): >>44563544 #>>44565239 #
1. TIPSIO ◴[] No.44563544[source]
I think it's safe to say don't use Windsurf. There are so many other options.
replies(1): >>44563822 #
2. bicx ◴[] No.44563822[source]
Unfortunately this seems to be true. I like Windsurf, but these days I just use it as a harness for running Claude Code while still retaining decent code completions.
replies(1): >>44563990 #
3. OldfieldFund ◴[] No.44563990[source]
Try Gemini CLI too. Free and I like it more than Claude Code.
replies(2): >>44564048 #>>44564999 #
4. artificialLimbs ◴[] No.44564048{3}[source]
How do you do the nice line-by-line (or section-by-section) before/after handling in a CLI tool?
replies(2): >>44564099 #>>44566709 #
5. hobs ◴[] No.44564099{4}[source]
It has an external editor option (which I havent tried) the cli interface by default is pretty bad for medium to large code changes.
6. koakuma-chan ◴[] No.44564999{3}[source]
This is the final fix. I'm confident this will resolve all the errors.

[API Error: got status: INTERNAL. {"error":{"code":500,"message":"An internal error has occurred. Please retry or report in https://developers.generativeai.google/guide/troubleshooting..."}}]```

7. stickfigure ◴[] No.44566709{4}[source]
Start with a clean git (even if you're just committing WIP locally). Run the tool. See the diffs in your IDE. They show up immediately in IntelliJ; use the "commit" pane. Same as if I had edited a bunch of files.

Works fine.