feat(devcontainer): install GitHub Copilot CLI - #59
Merged
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Signed-off-by: Ihor <ihor@linux.com>
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
Update the AGENTS.md guardrail to reflect the new Copilot package installation.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Adds GitHub Copilot CLI installation, validation, and documentation to the devcontainer setup.
Changes:
- Installs
@github/copilot. - Adds
copilotto CI and smoke tests. - Documents Copilot CLI availability and usage.
File summaries
| File | Summary |
|---|---|
README.md |
Documents Copilot CLI usage. |
AGENTS.md |
Updates tooling and smoke-test documentation. |
.github/workflows/ci.yml |
Adds Copilot to CI validation. |
.devcontainer/devcontainer.json |
Installs the Copilot CLI package. |
Review details
Suppressed comments (1)
AGENTS.md:106
- This adds Copilot to the smoke-test contract, but the guardrail below still says
updateContentCommandshould only installopencode-ai(AGENTS.md:133-134). The repository now documents this new package as disallowed; please update that guardrail to describe the user-writable package set or explicitly include@github/copilot.
for cmd in python3 node npm gh opencode copilot curl jq claude; do
- Files reviewed: 4/4 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| } | ||
| }, | ||
| "updateContentCommand": "npm install -g opencode-ai", | ||
| "updateContentCommand": "npm install -g opencode-ai @github/copilot", |
Contributor
There was a problem hiding this comment.
Updated in b7d05c9. AGENTS.md now states that updateContentCommand currently installs both opencode-ai and @github/copilot.
Co-authored-by: idvoretskyi <118459+idvoretskyi@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
copilotin the CI smoke testValidation
python3 -m json.tool .devcontainer/devcontainer.jsongit diff --check