Remix.run Logo
baconner 4 hours ago

FWIW I think many of us would actually very much love to have an official (or semi official) Claude sandboxing container image base / vm base. I wonder if you all have considered making something like the cowork vm available for that?

hedgehog 3 hours ago | parent | next [-]

There is this:

https://code.claude.com/docs/en/devcontainer

It does work but I found pretty quickly that I wanted to base my robot sandbox on an image tailored for the project and not the other way around.

beklein 4 hours ago | parent | prev | next [-]

Perhaps useful, I discovered: https://github.com/agent-infra/sandbox

> All-in-One Sandbox for AI Agents that combines Browser, Shell, File, MCP and VSCode Server in a single Docker container.

parliament32 4 hours ago | parent | prev | next [-]

This? https://code.claude.com/docs/en/devcontainer

swyx 4 hours ago | parent | prev [-]

what would you use it for?

skoocda 4 hours ago | parent [-]

Not OP, but having the exact VM spec your agent runs on is useful for testing. I want to make sure my code works perfectly on any ephemeral environments an agent uses for tasks, because otherwise the agent might invent some sort of degenerate build and then review against that. Seen it happen many times on Codex web.