Just use tmux no?
How would you know if a tab that isn't frontmost is waiting for input or complete or whatever?
https://gist.github.com/Enoch2090/5026c417f86ff6ff4fbe30c22b...
21–30 of 115 posts
Just use tmux no?
How would you know if a tab that isn't frontmost is waiting for input or complete or whatever?
https://gist.github.com/Enoch2090/5026c417f86ff6ff4fbe30c22b...
Tried this for a couple days, but conductor.build is way better IME. Running _in_ the terminal is a flex, but doesn't actually bring any advantage.
Earlier quoted context omitted.
You use an agentic harness which terminates with bell character[0]. This lights up tmux, clearly indicating that it's done. [0]: https://en.wikipedia.org/wiki/Bell_character
Does this mean adding instructions to AGENTS.md saying to end everything with the bell character? Or do harnesses have this in their settings somewhere?
Tried this for a couple days, but conductor.build is way better IME. Running _in_ the terminal is a flex, but doesn't actually bring any advantage.
Just use tmux no?
This is way to complex... Why don't just use some harness which manages all that and give u a good UI?
I don’t believe any current harness offers this level of organization and running bare shell sessions inside.
This is way to complex... Why don't just use some harness which manages all that and give u a good UI?
Some are OS X only.
Some will not work well with VMs/isolated agents.
Currently using emdash, which is going in a great direction but somewhat new and buggy still.
does it support a setup where each agent can be in a different SSH session? or must they all run in the same place. it seems to support running a remote herdr over SSH but unclear if it can add remote agents (each agent has its own sandbox where its installed and you first SSH into it and then start the agent there)