Skip to content

Verify GitHub Copilot CLI dev container support (already implemented)#18

Merged
revodavid merged 1 commit intomainfrom
copilot/update-dev-container-github-copilot-cli
Mar 13, 2026
Merged

Verify GitHub Copilot CLI dev container support (already implemented)#18
revodavid merged 1 commit intomainfrom
copilot/update-dev-container-github-copilot-cli

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 13, 2026

The issue requested that copilot be available in the Terminal after launching the dev container.

Findings

The feature was already implemented in commit 3eab775 (v3.6.0) — no code changes were required. The devcontainer.json already includes the Copilot CLI Dev Container feature:

"features": {
  "ghcr.io/devcontainers/features/copilot-cli:1": {}
}

This installs the GitHub Copilot CLI at container build time, making copilot immediately available in any terminal session (including GitHub Codespaces).


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI linked an issue Mar 13, 2026 that may be closed by this pull request
Copilot AI changed the title [WIP] Update dev container to provide GitHub Copilot CLI Verify GitHub Copilot CLI dev container support (already implemented) Mar 13, 2026
Copilot AI requested a review from revodavid March 13, 2026 00:45
@revodavid revodavid marked this pull request as ready for review March 13, 2026 00:46
@revodavid revodavid merged commit 0916eaa into main Mar 13, 2026
1 check passed
@revodavid revodavid deleted the copilot/update-dev-container-github-copilot-cli branch March 13, 2026 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide the GitHub Copilot CLI in the dev container

2 participants