I switched from tmux to Herdr about six weeks ago. It's a great bit of software, the UI is focused on switching between multiple agents quickly. I run Herdr to keep my opencode instances well managed, and it also works great for having a few terminals opens next to your agent. I find myself keeping opencode sessions open for longer like what happens with Codex and Claude code, which is great if I need to revisit a co…
Honestly, how are you guys running multiple agents, presumably with them all writing code? I find myself to be a huge bottleneck, having to do technical design and design reviews, to make sure they're actually working on the right things. I feel like there's not enough coding work to justify multiple agents, that part doesn't take long, and then it's back to design again.
Not always. In fact, I use multiple agents when writing my technical design docs and giving feedback to design reviews.
The amount of time I spend writing a design doc and the amount of details I can include in the paper is greatly improved.
Ask it questions about your code base, such as if all of your data base indexes are being utilized or if you can remove them.
Ask it questions about logs, like how many api calls are made to a serve every day.
Ask it questions about your environment, like how robust your downstream is.