Live data from Hacker News

Crush: Glamourous AI coding agent for your favourite terminal

github.com

21–30 of 240 posts

Re: Crush: Glamourous AI coding agent for your favourite terminal

#22
post #6

I don't get why terminal agents are so popular of late. Having spent more than a decade in terminal based development (vi*), and now fully moved over to a real IDE (vs code), it seems bonkers to me. The IDE is so much more... integrated

it's the flexibility, no need for packaged extensions, just compose / pipe / etc..

Re: Crush: Glamourous AI coding agent for your favourite terminal

#24
post #6

I don't get why terminal agents are so popular of late. Having spent more than a decade in terminal based development (vi*), and now fully moved over to a real IDE (vs code), it seems bonkers to me. The IDE is so much more... integrated

> a real IDE (vs code)

Much better to use Neovim than a very clunky slow editor like VS Code or Jetbrains just to edit a text file.

The keyboard is far faster than clicking everywhere with the mouse.

Re: Crush: Glamourous AI coding agent for your favourite terminal

#25
post #8
post #6

I don't get why terminal agents are so popular of late. Having spent more than a decade in terminal based development (vi*), and now fully moved over to a real IDE (vs code), it seems bonkers to me. The IDE is so much more... integrated

Neo(lazy)vim user here.. not sure what I'm missing from IDE... Language server, check, Plugin ecosystem, check, Running tests on demand, check. lua sucks but that's an acceptable compromise as vimscript is worse.

I was neovim in the end, 100% agree lua is so much better than vimscript, but now I don't need either. I spend no time trying to match what an IDE can do in the terminal and get to spend that time building the things I'm actually interested in. I recalled Linus saying the reason he (at the time) used Fedora was because it just worked and he could spend his time on the kernel instead of tinkering to get linux working. This is one of the biggest reasons I stopped using (neo)vim

I had lots of problems with plugins in the ecosystem breaking, becoming incompatible with others, or often falling into unmaintained status. Integrations with external SaaS services are much better too

Also information density (and ease of access) as a peer comment has mentioned

Re: Crush: Glamourous AI coding agent for your favourite terminal

#27
post #7

The big question - which one of these new agents can consume local models to a reasonable degree? I would like to ditch the dependency on external APIs - willing to trade some performance in lieu.

Most of these agents work with any OpenAI compatible endpoints.

Re: Crush: Glamourous AI coding agent for your favourite terminal

#28
Woah I love the UI. Compared to the other coding agents I've used (eg. Claude Code, aider, opencode) this feels like the most enjoyable to use so far.. Anyone try switching LLM providers with it yet? That's something I've noticed to be a bit buggy with other coding agents

Re: Crush: Glamourous AI coding agent for your favourite terminal

#29
post #9
post #8

Earlier quoted context omitted.

Neo(lazy)vim user here.. not sure what I'm missing from IDE... Language server, check, Plugin ecosystem, check, Running tests on demand, check. lua sucks but that's an acceptable compromise as vimscript is worse.

Mice are good and the terminal doesn't make the best use of the information density possible on modern displays.

You can use a mouse with a terminal. Also one could argue that you opt into your own level of information density.
Post reply on HN