Live data from Hacker News

Show HN: Tmux-IDE, OSS agent-first terminal IDE

tmux.thijsverreck.com

11–20 of 49 posts

Re: Show HN: Tmux-IDE, OSS agent-first terminal IDE

#14

Congrats on getting this out. What was the most surprising part of the build?

most surprising was that something this lightweight made such a big impact on my productivity. its really nice to have persistent Claude teams on my remote machines that I can always access no matter what.

Re: Show HN: Tmux-IDE, OSS agent-first terminal IDE

#15

I'm also trying to build something similar for agent orchestration where one terminal is controlling multiple terminals. I tried using tmux but it's very good at sending the initial text to the tmux sessions, but I've not been able to get an agent to have a proper back and forth controlling multiple tmux sessions. I know we can use send-keys, but reading the session or knowing when that session is complete is kind of…

It sounds like maybe you haven't seen agent teams mode, which this project is using. https://code.claude.com/docs/en/agent-teams

yup core to this project!

Re: Show HN: Tmux-IDE, OSS agent-first terminal IDE

#17

I'm so married to my existing tmux workflows and layout that I'm not sure whether I'd ever feel open to trying out something like this. At the same time, orchestrating multiple agents with native tmux and git worktree does feel cumbersome.

if you want you can file an issue with your current workflow? happy to see if we can do a PR to support this natively in tmux-ide

Re: Show HN: Tmux-IDE, OSS agent-first terminal IDE

#20

I'm also trying to build something similar for agent orchestration where one terminal is controlling multiple terminals. I tried using tmux but it's very good at sending the initial text to the tmux sessions, but I've not been able to get an agent to have a proper back and forth controlling multiple tmux sessions. I know we can use send-keys, but reading the session or knowing when that session is complete is kind of…

It sounds like maybe you haven't seen agent teams mode, which this project is using. https://code.claude.com/docs/en/agent-teams

Oh will definitely look into this! I ditched CC for Pi a few months ago so maybe there’s an equivalent feature.
Post reply on HN