|
|
|
|
|
by parsak
89 days ago
|
|
Cool concept with the Blueprints system - defining agent teams declaratively is a nice touch. I'm building something adjacent called Pane (https://runpane.com) that comes at it from the terminal management side rather than orchestration. Each pane is one feature with its own git worktree + N terminals, and worktree creation/cleanup is fully automated. The idea is you shouldn't have to think about the git or tmux layer at all. Main difference from Seshions is Pane is a standalone desktop app rather than sitting on top of tmux, so it owns the terminal emulator directly. Tradeoff is less composability with existing tmux workflows, but the PTY handling and cross-platform support (Windows included) got way simpler. Open source (AGPL-3.0): https://github.com/Dcouple-Inc/Pane |
|