logoalt Hacker News

1nv1ntoday at 4:59 PM1 replyview on HN

Thanks for your honest response. It's okay. At its core, it's a fun hobby/side project, not my day job. And I like it. But I'm realizing maybe this wasn't the platform to post on.

The browser is probably a non-issue, more a passing thought now. I definitely do not want to bundle or bring in Chromium. If it was a deal-breaker, I would've just gone the Electron route. Appreciate you sharing your WebView extension though, looks neat!


Replies

theturtletalkstoday at 5:23 PM

No, this is the platform to post on. You hacked something neat together and posted about it. I really liked how you made it agent first and gave it an MCP server so you can give any agent a tmux like multiplexer to use as subagents.

So many times I see projects here I don’t really need, but I always learn something from their readme and code. A lot of time I learn something I can apply to my project. In this case, I use Node-PTY for my terminal control plane but when I run more than 50 agents, it crashes. Maybe using your pty will let me run more agents.

show 1 reply