Remix.run Logo
mentalgear 2 days ago

Based on vibekit (open source) ?

"VibeKit is a safety layer for your coding agent. Run Claude Code, Gemini, Codex — or any coding agent — in a clean, isolated sandbox with sensitive data redaction and observability baked in."

https://docs.vibekit.sh/cli

thejash 2 days ago | parent | next [-]

Nope, not based on vibekit, but it looks like a cool project!

Our approach is a bit more custom and deeply integrated with the coding agents (ex: we understand when the turn has finished and can snapshot the docker container, allowing rollbacks, etc)

We do also have a terminal though, so if you really wanted, I suppose you could run any text-based agent in there (although I've never tried that). Maybe we'll add better support for that as a feature someday :)

bfogelman 2 days ago | parent | prev | next [-]

nope but vibekit looks interesting -- will take a look

cma 2 days ago | parent | prev [-]

It might be possible to ask claude to write a claude code hook to take a docker snapshot after each finished answer with vibekit to avoid deeply integrating with another third party.