Is there git worktree support? With the long waits for agents to do stuff I really don't see how one can get anything done without multitasking with multiple worktrees in parallel. So I'd want support for listing the worktrees and then have a list of agents within each worktree. Emdash and Nimbalyst have this kind of UI. Unfortunately both of them want to manage the state of each worktree group themselves; I'm lookin…
I haven't been able to use worktrees because when there are major conflicts I find the ai can't handle it. Often it ends up dropping a lot of code. How do you manage that? How do you successfully navigate complex merges using ai?
Herdr: One terminal to rule them all
61–70 of 189 posts
Re: Herdr: One terminal to rule them all
#62Earlier quoted context omitted.
what is the advantage of git worktree vs using a git remote set to a local file upstream.
As the sibling comments note, this is kind of off-topic to my post. But I think git worktrees are a bit more ergonomic, I don't have to think about local vs upstream there's just one place to push. I like to organize my projects like this: myproject/.repo/git # bare repository .. my own convention.. myproject/main # worktrees from ../.repo/git myproject/feature1 myproject/feature2
So, I no longer use worktrees, and just copy and existing/clone a new folder.
I think all my problems go away with jujustu.
Re: Herdr: One terminal to rule them all
#63Vibecoded. Nope.
Re: Herdr: One terminal to rule them all
#64> Popular with engineers from... (bunch of logos) > Individual engineers, not company endorsements. Bold haha. Maybe that's fine with the disclaimer, but feels like lawyer-bait.
I've seen a lot of companies list logos if just a single engineer or team is using the product.
Re: Herdr: One terminal to rule them all
#65Earlier quoted context omitted.
I've seen a lot of companies list logos if just a single engineer or team is using the product.
Fair haha. I'm no trademark lawyer, but I have to assume there's some wiggle room when you're not actively stealing their trademark and just referencing it... but still, the combined value of endorsements from Google/Nvidia/Amazon/ByteDance/Tencent/Alibaba/SalesForce/IBM etc has to be worth... a lot. That "not company endorsements" is rather load-bearing. I don't think I've seen anyone just say that, so maybe they're…
I've seen VCs very much encourage this (and shadier) behavior. There's a line between hustling / being an entrepreneur and actively trying to mislead people... clearly we don't all see that line being in the same place (:
edit: to be clear, I didn't mean to make such a broad statement about VCs. I'm sure plenty of people do this on their own
Re: Herdr: One terminal to rule them all
#66Earlier quoted context omitted.
The primary benefit I've gotten over just a straight tmux session is that there is a collapsable left "tab" bar that shows you your different workspaces, which you can relabel, and below that is a list of the agents you are running (claude code, codex, etc) along with their status (idle, blocked, working). So I will start a workspace for each different thing I'm working on, label it "Studio Shed Packet", "Teapot game…
You can rename the tabs in tmux but not sure if there's a way to do dynamic status (I suspect there is but it's probably non trivial to get it to play nice with the harness)
Re: Herdr: One terminal to rule them all
#67If you're a Mac user, and can forgive the shameless plug, you might find belfry.robgough.net useful. Connects to local and remote machines entirely through tmux, ssh and libghostty - populating the sidebar from tmux session info, and optionally adds a little Claude visibility in there for good measure.
There's even an iOS/iPadOS version – though for the moment you'll need to build that yourself. Source is all on Github.
Re: Herdr: One terminal to rule them all
#68Earlier quoted context omitted.
You can rename the tabs in tmux but not sure if there's a way to do dynamic status (I suspect there is but it's probably non trivial to get it to play nice with the harness)
If you're willing to go down to a single boolean of "needs attention", tmux responds to the terminal bell.
Re: Herdr: One terminal to rule them all
#69I've tried Cmux, but it didn't do it for me, since the agent statuses were displayed on the workspaces and having multiple agents in the same workspace would sometime produce confusing results.
I've been using Herdr since the start of the week and so far it's been the best in terms of visibility of what my agents are doing and which of them need attention. The only wart I've noticed so far is that the performance is not always great — sometimes I see the text appearing with a noticeable delay as I type it.
Re: Herdr: One terminal to rule them all
#70how does this compare to superset and conductor?