Skip to content

Update CLI versions: Claude Code 2.1.70, Copilot CLI 0.0.422, Codex 0.111.0#19854

Merged
pelikhan merged 6 commits intomainfrom
copilot/update-cli-versions
Mar 6, 2026
Merged

Update CLI versions: Claude Code 2.1.70, Copilot CLI 0.0.422, Codex 0.111.0#19854
pelikhan merged 6 commits intomainfrom
copilot/update-cli-versions

Conversation

Copy link
Contributor

Copilot AI commented Mar 6, 2026

  • Update DefaultClaudeCodeVersion from 2.1.66 to 2.1.70
  • Update DefaultCopilotVersion from 0.0.421 to 0.0.422
  • Update DefaultCodexVersion from 0.107.0 to 0.111.0
  • Run make recompile — 166/166 workflow files compiled successfully
  • Update WASM golden test files (make update-wasm-golden) — 3 golden files updated
  • Rebuild WASM binary (make build-wasm)
  • Verify WASM golden tests pass
  • Run make fmt and make lint — all passed
  • Code review — no issues
  • CodeQL security check — no alerts

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



✨ PR Review Safe Output Test - Run 22763898955

💥 [THE END] — Illustrated by Smoke Claude ·



✨ PR Review Safe Output Test - Run 22763894261

💥 [THE END] — Illustrated by Smoke Claude ·


Changeset

  • Type: patch
  • Description: Bump the default Claude Code, Copilot CLI, and Codex CLI versions and recompile the workflow lock files.

Generated by Changeset Generator for issue #19854 ·

Warning

⚠️ Firewall blocked 3 domains

The following domains were blocked by the firewall during workflow execution:

  • ab.chatgpt.com
  • codeload.github.com
  • github.com

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "ab.chatgpt.com"
    - "codeload.github.com"
    - "github.com"

See Network Configuration for more information.

….111.0

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
@github-actions github-actions bot mentioned this pull request Mar 6, 2026
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CLI versions for Claude Code, Copilot CLI, and Codex Update CLI versions: Claude Code 2.1.70, Copilot CLI 0.0.422, Codex 0.111.0 Mar 6, 2026
@pelikhan pelikhan added the smoke label Mar 6, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

✅ All tools validated successfully! Agent Container Smoke Test confirms agent container is ready.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

🌑 The shadows whisper... Smoke Codex failed. The oracle requires further meditation...

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing...

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

🎬 THE ENDSmoke Claude MISSION: ACCOMPLISHED! The hero saves the day! ✨

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

Agent Container Tool Check

Tool Status Version
bash 5.2.21
sh available
git 2.53.0
jq 1.7
yq v4.52.4
curl 8.5.0
gh 2.87.3
node v20.20.0
python3 3.12.3
go 1.24.13
java 21.0.10
dotnet 10.0.102

Result: 12/12 tools available ✅

Overall Status: PASS

🔧 Tool validation by Agent Container Smoke Test ·

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

🤖 Smoke test §22763898953: ⚠️ PARTIAL PASS (11/12)

Test Result
GitHub MCP (merged PRs)
Safe Inputs GH CLI
Serena MCP ❌ (tools unavailable)
Playwright
Web Fetch
File Write + Bash
Discussion Query
Build gh-aw
Discussion Creation
Workflow Dispatch
PR Review

PR Author: @pelikhan (assignee) | Bot: copilot-swe-agent

📰 BREAKING: Report filed by Smoke Copilot ·

@github-actions github-actions bot removed the smoke label Mar 6, 2026
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Version bump PR updating Claude Code (2.1.66→2.1.70), Copilot CLI (0.0.421→0.0.422), and Codex (0.107.0→0.111.0). Changes look straightforward and consistent. The Codex jump (4 minor versions) is the most notable — worth a quick compatibility check.

📰 BREAKING: Report filed by Smoke Copilot


// DefaultClaudeCodeVersion is the default version of the Claude Code CLI.
const DefaultClaudeCodeVersion Version = "2.1.66"
const DefaultClaudeCodeVersion Version = "2.1.70"
Copy link
Contributor

Choose a reason for hiding this comment

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

Claude Code version bump from 2.1.66 → 2.1.70 looks good! 🚀


// DefaultCodexVersion is the default version of the OpenAI Codex CLI
const DefaultCodexVersion Version = "0.107.0"
const DefaultCodexVersion Version = "0.111.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

Codex bumped from 0.107.0 → 0.111.0 — a 4-minor-version jump. Worth noting in the release notes for anyone who tracks Codex compatibility.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

📰 VERDICT: Smoke Copilot has concluded. All systems operational. This is a developing story. 🎤

@pelikhan pelikhan marked this pull request as ready for review March 6, 2026 12:49
Copilot AI review requested due to automatic review settings March 6, 2026 12:49
@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

Smoke Test Results — Run §22763898955

Status: PARTIAL (2 tests skipped, all others passed)

Core Tests #1–10:
1 ✅ GitHub MCP | 2 ✅ SafeInputs GH | 3 ✅ Serena MCP | 4 ✅ Make Build | 5 ✅ Playwright | 6 ✅ Tavily Search | 7 ✅ File Write | 8 ✅ Bash | 9 ✅ Discussion | 10 ✅ AW MCP Status

PR Review Tests #11–17:
11 ✅ Update PR | 12 ✅ Review Comments | 13 ✅ Submit Review | 14 ⚠️ Resolve Thread (skipped) | 15 ✅ Add Reviewer | 16 ✅ Push Branch | 17 ⚠️ Close PR (skipped)

💥 [THE END] — Illustrated by Smoke Claude ·

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

💥 Automated smoke test review - all systems nominal!

💥 [THE END] — Illustrated by Smoke Claude

GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_COPILOT || '' }}
GH_AW_INFO_VERSION: ""
GH_AW_INFO_AGENT_VERSION: "0.0.421"
GH_AW_INFO_AGENT_VERSION: "0.0.422"
Copy link
Contributor

Choose a reason for hiding this comment

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

Version bump looks correct - updating Copilot CLI from 0.0.421 to 0.0.422. Consistent with the PR's intent to update CLI versions across all workflows.

GH_AW_INFO_MODEL: ${{ vars.GH_AW_MODEL_AGENT_CODEX || '' }}
GH_AW_INFO_VERSION: ""
GH_AW_INFO_AGENT_VERSION: "0.107.0"
GH_AW_INFO_AGENT_VERSION: "0.111.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

Codex version updated from 0.107.0 to 0.111.0 - good to see all three agents (Claude Code, Copilot CLI, Codex) bumped together in one coordinated PR.

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 the repository’s default engine CLI versions (Claude Code, GitHub Copilot CLI, Codex) and regenerates the pinned workflow lockfiles so workflows install/run against the bumped versions.

Changes:

  • Bump default CLI versions in pkg/constants/constants.go (Claude Code 2.1.70, Copilot CLI 0.0.422, Codex 0.111.0).
  • Update workflow lockfiles to pin/install the new CLI versions across workflows.

Reviewed changes

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

Show a summary per file
File Description
pkg/constants/constants.go Updates the default engine CLI version constants used by workflow generation/installation.
.github/workflows/ace-editor.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/agent-performance-analyzer.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/agent-persona-explorer.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/ai-moderator.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/archie.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/artifacts-summary.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/audit-workflows.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/auto-triage-issues.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/blog-auditor.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/bot-detection.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/brave.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/breaking-change-checker.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/changeset.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/chroma-issue-indexer.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/ci-coach.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/ci-doctor.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/claude-code-user-docs-review.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/cli-consistency-checker.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/cli-version-checker.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/cloclo.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/code-scanning-fixer.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/code-simplifier.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/codex-github-remote-mcp-test.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/commit-changes-analyzer.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/constraint-solving-potd.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/contribution-check.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/copilot-agent-analysis.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/copilot-cli-deep-research.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/copilot-pr-merged-report.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/copilot-pr-nlp-analysis.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/copilot-pr-prompt-analysis.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/copilot-session-insights.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/craft.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-architecture-diagram.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-assign-issue-to-user.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-choice-test.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-cli-performance.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-cli-tools-tester.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-code-metrics.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-compiler-quality.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-copilot-token-report.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-doc-healer.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-doc-updater.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-fact.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-file-diet.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-firewall-report.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-issues-report.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-malicious-code-scan.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-mcp-concurrency-analysis.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-multi-device-docs-tester.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-news.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-observability-report.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-performance-summary.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-regulatory.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-rendering-scripts-verifier.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-repo-chronicle.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-safe-output-optimizer.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-safe-outputs-conformance.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-secrets-analysis.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-security-red-team.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-semgrep-scan.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-syntax-error-quality.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-team-evolution-insights.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-team-status.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-testify-uber-super-expert.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/daily-workflow-updater.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/dead-code-remover.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/deep-report.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/delight.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/dependabot-burner.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/dependabot-go-checker.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/dev-hawk.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/dev.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/developer-docs-consolidator.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/dictation-prompt.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/discussion-task-miner.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/docs-noob-tester.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/draft-pr-cleanup.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/duplicate-code-detector.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/example-permissions-warning.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/example-workflow-analyzer.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/firewall-escape.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/firewall.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/functional-pragmatist.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/github-mcp-structural-analysis.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/github-mcp-tools-report.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/github-remote-mcp-auth-test.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/glossary-maintainer.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/go-fan.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/go-logger.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/go-pattern-detector.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/gpclean.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/grumpy-reviewer.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/hourly-ci-cleaner.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/instructions-janitor.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/issue-arborist.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/issue-monster.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/issue-triage-agent.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/jsweep.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/layout-spec-maintainer.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/lockfile-stats.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/mcp-inspector.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/mergefest.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/metrics-collector.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/notion-issue-summary.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/org-health-report.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/pdf-summary.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/plan.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/poem-bot.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/portfolio-analyst.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/pr-nitpick-reviewer.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/pr-triage-agent.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/prompt-clustering-analysis.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/python-data-charts.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/q.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/refiner.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/release.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/repo-audit-analyzer.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/repo-tree-map.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/repository-quality-improver.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/research.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/safe-output-health.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/schema-consistency-checker.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/scout.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/security-alert-burndown.campaign.g.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/security-compliance.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/security-review.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/semantic-function-refactor.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/sergo.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/slide-deck-maintainer.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/smoke-agent.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/smoke-claude.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/smoke-codex.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/smoke-copilot-arm.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/smoke-copilot.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/smoke-create-cross-repo-pr.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/smoke-multi-pr.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/smoke-project.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/smoke-temporary-id.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/smoke-test-tools.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/smoke-update-cross-repo-pr.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/smoke-workflow-call.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/stale-repo-identifier.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/static-analysis-report.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/step-name-alignment.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/sub-issue-closer.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/super-linter.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/technical-doc-writer.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/terminal-stylist.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/test-create-pr-error-handling.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/test-dispatcher.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/test-project-url-default.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/test-workflow.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/tidy.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/typist.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/ubuntu-image-analyzer.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/unbloat-docs.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/video-analyzer.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/weekly-editors-health-check.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/weekly-issue-summary.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/weekly-safe-outputs-spec-review.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/workflow-generator.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/workflow-health-manager.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/workflow-normalizer.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).
.github/workflows/workflow-skill-extractor.lock.yml Re-pins workflow lockfile engine install/version to the updated default(s).

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

You can also share your feedback on Copilot code review. Take the survey.

@github-actions
Copy link
Contributor

github-actions bot commented Mar 6, 2026

Commit pushed: c875c6d

Generated by Changeset Generator

@pelikhan
Copy link
Contributor

pelikhan commented Mar 6, 2026

@copilot update build wasm, fix the tests to handle version constants changes

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copy link
Contributor Author

Copilot AI commented Mar 6, 2026

@copilot update build wasm, fix the tests to handle version constants changes

Done in 8d696a0. Rebuilt the WASM binary (make build-wasm) and regenerated the WASM golden test files (make update-wasm-golden) — 3 golden files updated to reflect the new Copilot CLI version (0.0.421 → 0.0.422). All WASM golden tests now pass.

@pelikhan pelikhan merged commit 0f15728 into main Mar 6, 2026
78 checks passed
@pelikhan pelikhan deleted the copilot/update-cli-versions branch March 6, 2026 13:33
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.

3 participants