Provides a devcontainer like environment for safely running agentic coding tools in permissive mode (e.g. `claude --dangerously-skip-permissions`)
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
24
commits
feat: install Homebrew and PlantUML in the container image
cf6291aView on GitHubfeat: pass GitHub CLI token into containers via GH_TOKEN
2df9ec4View on GitHubfeat: voice mode support and passthrough args for claude/copilot
c616ea3View on GitHubrefactor: agent upgrade and agent update do the same thing
86af769View on GitHubfeat: install PostgreSQL client from official PGDG apt repo
47295e0View on GitHubfix: install uv to /opt/uv and fix ~/.local/bin PATH handling
32b3c30View on GitHubfeat: add 'update' sub-command to update Claude Code without full rebuild
ee04ebfView on GitHubrefactor: install uv via script and make sure that python 3.14 is downloaded
86c9760View on GitHubrefactor: dont use devcontainer installer for awscli and go
33a7a18View on GitHubfeat: add -f/--force flag to build command to skip cache
de29ad0View on GitHubfix: parse --rm flag after subcommand in ephemeral commands
98a2184View on GitHubrefactor: install claude code to /opt/claude via local bootstrap script
9b95e9dView on GitHub