Integrate chorus-dev-images repository with automatic language detection
and appropriate development container selection.
New features:
- ImageSelector for automatic language-to-image mapping
- Language detection from task context, description, and repository
- Standardized workspace environment variables
- Support for 7 development environments (Rust, Go, Python, Node, Java, C++)
Changes:
- pkg/execution/images.go (new): Image selection and language detection logic
- pkg/execution/engine.go: Modified createSandboxConfig to use ImageSelector
This ensures agents automatically get the right tools for their tasks without
manual configuration.
Related: https://gitea.chorus.services/tony/chorus-dev-images🤖 Generated with Claude Code (https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>