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.
Crush: Glamourous AI coding agent for your favourite terminal
21–30 of 240 posts
Re: Crush: Glamourous AI coding agent for your favourite terminal
#22I 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
Re: Crush: Glamourous AI coding agent for your favourite terminal
#23Charmbracelet is amazing. Will there be an equivalent of Claude Code's CLAUDE.md files?
Re: Crush: Glamourous AI coding agent for your favourite terminal
#24I 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
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
#25I 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 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
#26They mention FreeBSD support in the README so that adds a couple points
Re: Crush: Glamourous AI coding agent for your favourite terminal
#27The 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.
Re: Crush: Glamourous AI coding agent for your favourite terminal
#28Re: Crush: Glamourous AI coding agent for your favourite terminal
#29Earlier 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.