HackerTrans
TopNewTrendsCommentsPastAskShowJobs

matchaonmuffins

no profile record

Submissions

Show HN: I built a tmux-style split pane Claude sessions during an interview

github.com
4 points·by matchaonmuffins·4 maanden geleden·9 comments

comments

matchaonmuffins
·2 maanden geleden·discuss
I wonder if it will make sense to have a central natural language parser of sorts managed by the OS that includes a model like this?

So all command line programs can hook into this model at runtime, and you can have adaptors for fine-tuning etc.
matchaonmuffins
·4 maanden geleden·discuss
Haha thanks for liking it!!
matchaonmuffins
·4 maanden geleden·discuss
I think the biggest thing is, this is a native claude code orchestrator, and doesn't pretend to be a terminal at the same time

This uses worktrees to manage different claude code instances, so you don't get one claude overwriting another one's work, and predicts potential merge conflicts when you're merging different worktrees by tracking file diffs across claudes.

TBH, if you're only working like 2/3 claudes, a regular CLI will probably work; but if you're scaling up to like 10 different instances that's another story.
matchaonmuffins
·4 maanden geleden·discuss
yea tmux and i3 (and probably other kind of window managers) use some kind of binary search tree/tree structure to manage splits.

https://github.com/tmux/tmux/blob/master/layout.c https://github.com/tmux/tmux/wiki/Getting-Started https://i3wm.org/docs/userguide.html#tree
matchaonmuffins
·4 maanden geleden·discuss
I've never used bridgeswarm before but from the looks of it yea!

Thanks for liking it :D
matchaonmuffins
·4 maanden geleden·discuss
Also orchestrator is MIT licensed :p so feel free to break it apart and play with it
matchaonmuffins
·5 maanden geleden·discuss
[flagged]