Hacker News new | ask | show | jobs
by rahimnathwani 1 day ago
"I’ve essentially built a software factory using Pi and a custom terminal multiplexer."

I'm curious to know more about this. I was thinking about doing something similar using tmux (i.e. have one coding agent open up new ones in tmux and use 'send-keys' to control them). Is there any reason I might want to consider a different path? Something built on libghostty?

1 comments

I tried the tmux send-keys but the reading the terminal part was the tough part. Instead of reading terminal output, the Pi extension I made lets Pi read and parse the JSONL files for the session. It also has workspaces with their own memory. I’m about to open-source it, here’s the landing page and docs if you’re interested.

https://vibeghost.org