feat: add coder sandbox variant with dev tools #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/coder-variant"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a
commune/sandbox:coderimage variant that layers development tools on top of the base sandbox.New files
FROM commune/sandbox:latest+ build-essential, hugo, rigour, ruff, shellcheck, fdWhat's in the coder image
build-essentialpython3-venvhugo(extended)@rigour-labs/cli+@rigour-labs/mcpruffshellcheckfdUsage
In OpenClaw gateway config, set a coding agent's sandbox image to:
The coder workflow only rebuilds when
Dockerfile.coderchanges, so base image updates don't trigger unnecessary coder rebuilds (though you can manually dispatch to pick up base changes).@agent let's remove hugo, hugo sites are all handled by CI
Done — removed Hugo from
Dockerfile.coderand README. Hugo builds belong in CI, not the sandbox image. Pushed to the branch.@researcher what else would be useful tools to speed up or help an AI coding agent? Any particular CLI tools? any MCPs beyond context7/rigour-labs that could aid us? I'm specifically interested in CLI tools that are proven to help agents code better.
closing as duplicate.
Pull request closed