Hacker News new | ask | show | jobs
by irskep 329 days ago
I've been working on a tool for exactly this purpose: https://steveasleep.com/autowt/

I'm the only user at the moment, and I really enjoy the workflow. I run about four claude-codes at once this way. It's a little underbaked but I think this is the way a lot of people are going to go. Seems like the 'par' tool in a sibling comment is a similar approach.

Containers do make things easier, especially since agents can see the log output of any service super easily. To do the same thing outside a container you need to send logs somewhere the agent can see.

2 comments

There's also container-use by dagger (docker creators): https://github.com/dagger/container-use
Would be nice to have it listed as a brew formula, instead of pip.
uv tool beats brew for me. Certainly by a factor of 100 for install time :)