fix: bump Copilot CLI from v1.0.20 to v1.0.21#25689
Merged
Conversation
v1.0.20 crashes silently (exitCode=1, 0B output) in the v0.67.4+ runtime. v1.0.21 was the last confirmed working version before v1.0.22 introduced a startup hang (fixed in v1.0.23). Pinning to v1.0.21 to unblock Copilot-engine workflows while we validate whether v1.0.23 is safe for broader adoption. Refs #25680 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the pinned GitHub Copilot CLI version from v1.0.20 to v1.0.21 to restore/unblock Copilot-engine workflows affected by recent runtime/CLI regressions.
Changes:
- Update
DefaultCopilotVersionconstant to1.0.21. - Regenerate compiled workflow lock files to consistently report/install Copilot CLI
1.0.21.
Show a summary per file
| File | Description |
|---|---|
pkg/constants/version_constants.go |
Bumps the default Copilot CLI version constant to 1.0.21. |
.github/workflows/*.lock.yml |
Updates pinned/telemetry Copilot CLI version fields and install steps from 1.0.20 to 1.0.21 across compiled workflow lock files. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 124/124 changed files
- Comments generated: 0
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
Bump the pinned Copilot CLI version from v1.0.20 to v1.0.21 to unblock Copilot-engine workflows.
Context
Two distinct failures are affecting Copilot-engine workflows (#25680):
GITHUB_COPILOT_INTEGRATION_IDenv var (fixed in v0.68.0)v1.0.21 was the last confirmed working version (successful runs on Apr 9 before v1.0.22 rolled out).
Validation
Run the
smoke-copilotworkflow on this branch to verify v1.0.21 works with the v0.68.0 runtime.Changes
pkg/constants/version_constants.go:1.0.20→1.0.21Refs #25680