Issue Description
Problem
The development container does not install GitHub Copilot CLI as part of its
declared features. Contributors must install it manually, and the CLI may not
be available consistently after rebuilding the container.
Proposed Change
Add the official ghcr.io/devcontainers/features/copilot-cli:1 feature to the
development container and commit the generated feature lock entry.
Update the devcontainer documentation to list Copilot CLI as an included tool.
Acceptance Criteria
Additional Context
No response
Issue Description
Problem
The development container does not install GitHub Copilot CLI as part of its
declared features. Contributors must install it manually, and the CLI may not
be available consistently after rebuilding the container.
Proposed Change
Add the official
ghcr.io/devcontainers/features/copilot-cli:1feature to thedevelopment container and commit the generated feature lock entry.
Update the devcontainer documentation to list Copilot CLI as an included tool.
Acceptance Criteria
.devcontainer/devcontainer.json..devcontainer/devcontainer-lock.json./usr/local/bin/copilot --versionsucceeds after rebuilding the container.Additional Context
No response