Herdr: Agent multiplexer that lives in your terminal
81–90 of 115 posts
[flagged]
Re: Herdr: Agent multiplexer that lives in your terminal
#82Nice, another ghostty spawn. One of these days I'll install one :3
Re: Herdr: Agent multiplexer that lives in your terminal
#83Nothing beats tmux + iterm 2 integration. Its really my terminal.
Re: Herdr: Agent multiplexer that lives in your terminal
#84One interesting thing that I couldn't find in these comments or in their docs (even in the https://herdr.dev/docs/preview/concepts/#mouse-ui section), is that Herdr supports native-feeling scroll. You can scroll with your mouse wheel. That to me is a killer feature over tmux
Re: Herdr: Agent multiplexer that lives in your terminal
#85I finally switched to Zed + Terminal Thread + Tmux.
The terminal agent threads allow me to run in multiple projects. They always run in a project scoped tmux session so they are always on.
And of course Zed does remote via ssh so the agents can run without me needing to keep my laptop on.
Re: Herdr: Agent multiplexer that lives in your terminal
#86I wrote a harness leveraging tmux and nvim: https://github.com/wb14123/tcode . It's able to open subagents and even talk with them, all managed by tmux and using nvim as the UI for both the editor and the messages display window.
Re: Herdr: Agent multiplexer that lives in your terminal
#87Nothing beats tmux + iterm 2 integration. Its really my terminal.
Can you say more about what it gives you over tmux alone? I've assumed it's just native tmux tabs
Re: Herdr: Agent multiplexer that lives in your terminal
#88I started using this today and am really enjoying the notifications when agents are awaiting input, and the status indicators!
But it feels odd to have it outside of tmux. I've got everything else in tmux, but I have to switch to another terminal tab to get to my agents, and then back to my normal shortcuts. I find that a bit jarring... Is that what other folks are doing?
Re: Herdr: Agent multiplexer that lives in your terminal
#89This is way to complex... Why don't just use some harness which manages all that and give u a good UI?
May I plugin my own stuff? https://getviberia.com
Re: Herdr: Agent multiplexer that lives in your terminal
#90Been using https://cmux.com for past few months, and runs nicely over ssh + tmux with native tabs.