Remix.run Logo
nextaccountic 13 hours ago

How does this compare with container-use?

https://container-use.com/introduction

domh 10 hours ago | parent [-]

This is exactly what I want, but don't really want to run Docker all the time. Nicer git worktrees and isolation of code so I can run multiple agents. It even has the setup command stuff so "npm install" runs automatically.

I'll check this out for sure! I just wish it used bubblewrap or the macos equivalent instead of reaching for containers.

I have also been enjoying having an IDE open so I can interact with the agents as they're working, and not just "fire and forget" and check back in a while. I've only been experimenting with this for a couple of days though, so maybe I'm just not trusting enough of it yet.