Create an agent container from BC snapshot image
Spawns a new agent container from a committed BC Docker snapshot image.
/plugin marketplace add FBakkensen/bc-agentic-dev-tools/plugin install fbakkensen-al-build-plugins-al-build@FBakkensen/bc-agentic-dev-toolsSpawn a new container from a committed BC Docker snapshot image. If no agent name is provided, uses the current Git branch name.
/al-build:commit-bc-container)pwsh -NoProfile -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/skills/al-build/scripts/new-agent-container.ps1"
-AgentName <string> - Name for the agent container (default: current git branch)-ImageName <string> - Docker image to use (default: from al-build.json)-MemoryLimit <string> - Memory limit for the container (default: 8g)