Skip to content

fix(ci): update Copilot CLI version from 0.0.411 to 0.0.421#1231

Merged
Mossaka merged 1 commit intomainfrom
fix/012-copilot-cli-404
Mar 11, 2026
Merged

fix(ci): update Copilot CLI version from 0.0.411 to 0.0.421#1231
Mossaka merged 1 commit intomainfrom
fix/012-copilot-cli-404

Conversation

@Mossaka
Copy link
Collaborator

@Mossaka Mossaka commented Mar 11, 2026

Summary

  • Updated Copilot CLI version from 0.0.411 to 0.0.421 in 14 workflow lock files
  • Version 0.0.411 does not exist as a release, causing 404 download errors in CI
  • 0.0.421 is the current default version in the gh-aw compiler

Fixes #1119

Test plan

  • CI workflows that install Copilot CLI should no longer 404
  • All existing CI checks pass

🤖 Generated with Claude Code

Version 0.0.411 does not exist as a release, causing 404 errors
during installation in CI workflows. Updated all 14 lock files
to use 0.0.421 (the current default in gh-aw compiler).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 11, 2026 17:14
@github-actions
Copy link
Contributor

✅ Coverage Check Passed

Overall Coverage

Metric Base PR Delta
Lines 82.50% 82.64% 📈 +0.14%
Statements 82.50% 82.63% 📈 +0.13%
Functions 82.69% 82.69% ➡️ +0.00%
Branches 74.78% 74.87% 📈 +0.09%
📁 Per-file Coverage Changes (1 files)
File Lines (Before → After) Statements (Before → After)
src/docker-manager.ts 84.0% → 84.5% (+0.54%) 83.3% → 83.8% (+0.52%)

Coverage comparison generated by scripts/ci/compare-coverage.ts

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates pinned GitHub Copilot CLI (agent) versions in AWF’s generated workflow lock files to avoid CI failures caused by referencing a non-existent Copilot CLI release.

Changes:

  • Bumped Copilot CLI version from 0.0.4110.0.421 in workflow metadata (agent_version) across the affected lock workflows.
  • Updated all corresponding install_copilot_cli.sh invocation arguments from 0.0.4110.0.421 so CI no longer hits 404s.

Reviewed changes

Copilot reviewed 14 out of 14 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/update-release-notes.lock.yml Updates Copilot CLI install/version pins to 0.0.421.
.github/workflows/test-coverage-improver.lock.yml Updates Copilot CLI install/version pins to 0.0.421.
.github/workflows/smoke-copilot.lock.yml Updates Copilot CLI install/version pins to 0.0.421.
.github/workflows/smoke-chroot.lock.yml Updates Copilot CLI install/version pins to 0.0.421.
.github/workflows/security-review.lock.yml Updates Copilot CLI install/version pins to 0.0.421.
.github/workflows/secret-digger-copilot.lock.yml Updates Copilot CLI install/version pins to 0.0.421.
.github/workflows/plan.lock.yml Updates Copilot CLI install/version pins to 0.0.421.
.github/workflows/pelis-agent-factory-advisor.lock.yml Updates Copilot CLI install/version pins to 0.0.421.
.github/workflows/issue-monster.lock.yml Updates Copilot CLI install/version pins to 0.0.421.
.github/workflows/issue-duplication-detector.lock.yml Updates Copilot CLI install/version pins to 0.0.421.
.github/workflows/doc-maintainer.lock.yml Updates Copilot CLI install/version pins to 0.0.421.
.github/workflows/dependency-security-monitor.lock.yml Updates Copilot CLI install/version pins to 0.0.421.
.github/workflows/cli-flag-consistency-checker.lock.yml Updates Copilot CLI install/version pins to 0.0.421.
.github/workflows/ci-cd-gaps-assessment.lock.yml Updates Copilot CLI install/version pins to 0.0.421.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Contributor

fix(ci): update Copilot CLI version from 0.0.411 to 0.0.421
docs: document flag validation constraints
GitHub MCP (last 2 merged PRs): ✅
Safeinputs GH CLI: ✅
Playwright title check: ✅
Tavily search: ❌
File write + cat: ✅
Discussion comment: ✅
Build (npm ci && npm run build): ✅
Overall status: FAIL

🔮 The oracle has spoken through Smoke Codex for issue #1231

@github-actions github-actions bot mentioned this pull request Mar 11, 2026
@github-actions
Copy link
Contributor

🤖 Smoke test results for @Mossaka

✅ GitHub MCP — last 2 merged PRs: #1221 "test: add --allow-host-ports validation tests", #1220 "test: add --proxy-logs-dir edge case coverage"
✅ Playwright — github.com title contains "GitHub"
✅ File write — /tmp/gh-aw/agent/smoke-test-copilot-22965137188.txt created
✅ Bash — file verified via cat

Overall: PASS

📰 BREAKING: Report filed by Smoke Copilot for issue #1231

@github-actions
Copy link
Contributor

Smoke Test Results

GitHub MCP: Last 2 merged PRs retrieved (#1221: test: add --allow-host-ports validation tests, #1220: test: add --proxy-logs-dir edge case coverage)
Playwright: github.com title contains "GitHub"
File Write: /tmp/gh-aw/agent/smoke-test-claude-22965137198.txt created
Bash: File contents verified

Overall: PASS

💥 [THE END] — Illustrated by Smoke Claude for issue #1231

@Mossaka Mossaka merged commit f6ad2de into main Mar 11, 2026
56 checks passed
@Mossaka Mossaka deleted the fix/012-copilot-cli-404 branch March 11, 2026 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🏥 CI FailureIssue Monster CI failure: Copilot CLI v0.0.411 returns 404 on download

2 participants