Skip to content

Update pinned CLI tool versions for 2026-07-17#46158

Closed
pelikhan with Copilot wants to merge 10 commits into
mainfrom
copilot/cli-version-updates-2026-07-17
Closed

Update pinned CLI tool versions for 2026-07-17#46158
pelikhan with Copilot wants to merge 10 commits into
mainfrom
copilot/cli-version-updates-2026-07-17

Conversation

Copilot AI commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

This updates the repository’s pinned default CLI versions for the latest Claude, Copilot, Codex, and Pi releases, and regenerates version-derived artifacts so compiled workflow output stays aligned with the new defaults.

  • Pinned version updates

    • Bump default versions in pkg/constants/version_constants.go:
      • Claude Code: 2.1.2102.1.212
      • Copilot CLI: 1.0.701.0.71
      • Copilot SDK: 1.0.61.0.7
      • Codex: 0.144.40.144.5
      • Pi: 0.80.70.80.10
  • Regenerated workflow outputs

    • Recompiled checked-in .lock.yml workflows so embedded engine metadata, install steps, and emitted version references match the updated pins.
  • Refreshed version-sensitive golden files

    • Updated WASM golden snapshots that assert compiler output containing engine version strings.
const DefaultClaudeCodeVersion Version = "2.1.212"
const DefaultCopilotVersion Version = "1.0.71"
const DefaultCopilotSDKVersion Version = "1.0.7"
const DefaultCodexVersion Version = "0.144.5"
const DefaultPiVersion Version = "0.80.10"


✨ PR Review Safe Output Test - Run 29576610126

💥 [THE END] — Illustrated by Smoke Claude · 114.5 AIC · ⌖ 31.9 AIC · ⊞ 8.4K ·
Comment /smoke-claude to run again

Copilot AI and others added 3 commits July 17, 2026 07:12
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CLI tool versions to new releases Update pinned CLI tool versions for 2026-07-17 Jul 17, 2026
Copilot AI requested a review from pelikhan July 17, 2026 07:34
@pelikhan
pelikhan marked this pull request as ready for review July 17, 2026 09:21
Copilot AI review requested due to automatic review settings July 17, 2026 09:21
@pelikhan

Copy link
Copy Markdown
Collaborator

@copilot resolve the merge conflicts on this branch.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates default agent CLI/SDK versions and synchronizes generated workflow artifacts and WASM golden snapshots.

Changes:

  • Bumps Claude, Copilot, Copilot SDK, Codex, and Pi defaults.
  • Regenerates affected workflow locks and golden files.
  • Changes the generated auto-upgrade schedule.
Show a summary per file
File Description
pkg/constants/version_constants.go Updates five default versions.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/with-imports.golden Refreshes Copilot snapshot.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/smoke-copilot.golden Refreshes Copilot snapshot.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/playwright-cli-mode.golden Refreshes Copilot snapshot.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/basic-copilot.golden Refreshes Copilot snapshot.
pkg/workflow/testdata/TestWasmGolden_AllEngines/pi.golden Refreshes Pi snapshot.
pkg/workflow/testdata/TestWasmGolden_AllEngines/copilot.golden Refreshes Copilot snapshot.
pkg/workflow/testdata/TestWasmGolden_AllEngines/codex.golden Refreshes Codex snapshot.
pkg/workflow/testdata/TestWasmGolden_AllEngines/claude.golden Refreshes Claude snapshot.
.github/workflows/workflow-skill-extractor.lock.yml Updates Copilot references.
.github/workflows/video-analyzer.lock.yml Updates Copilot references.
.github/workflows/smoke-ci.lock.yml Updates Copilot references.
.github/workflows/sighthound-security-scan.lock.yml Updates Copilot references.
.github/workflows/schema-feature-coverage.lock.yml Updates Codex references.
.github/workflows/research.lock.yml Updates Copilot references.
.github/workflows/repo-tree-map.lock.yml Updates Copilot references.
.github/workflows/lint-monster.lock.yml Updates Pi and Copilot references.
.github/workflows/hippo-embed.lock.yml Updates Pi references.
.github/workflows/grumpy-reviewer.lock.yml Updates Codex references.
.github/workflows/go-pattern-detector.lock.yml Updates Claude references.
.github/workflows/github-remote-mcp-auth-test.lock.yml Updates Copilot references.
.github/workflows/github-mcp-tools-report.lock.yml Updates Claude references.
.github/workflows/functional-pragmatist.lock.yml Updates Copilot references.
.github/workflows/firewall.lock.yml Updates Copilot CLI and SDK references.
.github/workflows/example-permissions-warning.lock.yml Updates Copilot references.
.github/workflows/example-failure-category-filter.lock.yml Updates Copilot references.
.github/workflows/eslint-monster.lock.yml Updates Pi and Copilot references.
.github/workflows/daily-team-status.lock.yml Updates Copilot references.
.github/workflows/daily-team-evolution-insights.lock.yml Updates Claude references.
.github/workflows/daily-regulatory.lock.yml Updates Copilot references.
.github/workflows/daily-max-ai-credits-test.lock.yml Updates Copilot references.
.github/workflows/daily-choice-test.lock.yml Updates Claude references.
.github/workflows/copilot-centralization-drilldown.lock.yml Updates Copilot references.
.github/workflows/codex-github-remote-mcp-test.lock.yml Updates Codex references.
.github/workflows/cli-version-checker.lock.yml Updates Claude references.
.github/workflows/bot-detection.lock.yml Updates Copilot references.
.github/workflows/ai-moderator.lock.yml Updates Codex references.
.github/workflows/agentic-token-optimizer.lock.yml Updates Copilot references.
.github/workflows/agentic-auto-upgrade.yml Changes the weekly cron schedule.
.github/workflows/ace-editor.lock.yml Updates Copilot references.

Review details

Tip

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

  • Files reviewed: 122/265 changed files
  • Comments generated: 2
  • Review effort level: Medium


// DefaultCopilotSDKVersion is the default version of the @github/copilot-sdk package.
const DefaultCopilotSDKVersion Version = "1.0.6"
const DefaultCopilotSDKVersion Version = "1.0.7"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Added .changeset/patch-bump-cli-versions-2026-07-17.md in 745ca99. The entry follows the existing pattern from prior version bump changesets.

on:
schedule:
- cron: "21 3 * * 5" # Weekly (auto-upgrade)
- cron: "11 4 * * 6" # Weekly (auto-upgrade)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Restored the schedule to "21 3 * * 5" (Friday 03:21 UTC) in 745ca99, matching the value on main. The "11 4 * * 6" schedule was an unintended side-effect of the initial recompile and is not intentional.

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

Copilot AI commented Jul 17, 2026

Copy link
Copy Markdown
Contributor Author

@copilot resolve the merge conflicts on this branch.

Done in f5ed4d1.

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

🚀 Smoke Gemini MISSION COMPLETE! Gemini has spoken. ✨

Smoke test completed with failures.

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

🚀 Smoke Antigravity MISSION COMPLETE! Antigravity has spoken. ✨

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

🚀 Smoke Pi MISSION COMPLETE! Pi delivered. 🥧

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

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

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

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

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

Smoke Copilot MAI completed successfully!

@github-actions

Copy link
Copy Markdown
Contributor

Smoke tests:
✅1. PR list
❌2-5. MCPScripts, Serena, Playwright, Web-fetch
✅6. File ops
❌7-15. Remaining tests

Overall: FAIL
@app/copilot-swe-agent @pelikhan @Copilot

📰 BREAKING: Report filed by Smoke Copilot - AOAI (Entra) · 25.1 AIC · ⌖ 3.12 AIC · ⊞ 17.5K ·
Comment /smoke-copilot-aoai-entra to run again
Add label smoke to run again

@github-actions

Copy link
Copy Markdown
Contributor

💥 Smoke Test: Claude — Run 29576610126

Core #1-12: 1✅ 2✅ 3✅ 4❌(Chrome sandbox env) 5✅ 6✅ 7✅ 8✅ 9✅ 10✅ 11✅ 12✅
PR Review #13-19: 13✅ 14✅ 15✅ 16⚠️(no unresolved threads) 17✅ 18❌(push blocked by branch allowed-files policy) 19⚠️(no safe PR)

Overall: PARTIAL — Playwright fails on env Chrome SUID sandbox; push blocked by allowed-files policy.

💥 [THE END] — Illustrated by Smoke Claude · 114.5 AIC · ⌖ 31.9 AIC · ⊞ 8.4K ·
Comment /smoke-claude to run again

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

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 · 114.5 AIC · ⌖ 31.9 AIC · ⊞ 8.4K
Comment /smoke-claude to run again

on:
schedule:
- cron: "21 3 * * 5" # Weekly (auto-upgrade)
- cron: "11 4 * * 6" # Weekly (auto-upgrade)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The cron schedule shift to Saturday 04:11 looks intentional; consider a brief comment documenting why the auto-upgrade window moved to avoid confusion in future audits.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Restored the schedule to "21 3 * * 5" (Friday 03:21 UTC) in 745ca99 to match main. The Saturday schedule was unintentional.

schedule:
- cron: "21 3 * * 5" # Weekly (auto-upgrade)
- cron: "11 4 * * 6" # Weekly (auto-upgrade)
workflow_dispatch:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

workflow_dispatch is retained here — good for manual re-runs during version bumps. No change needed, just confirming the manual trigger stays available.

@github-actions

Copy link
Copy Markdown
Contributor

Comment Memory

Test rock tap tap
Tiny bot hit many drums
Green smoke float at dawn

Note

This comment is managed by comment memory.

It stores persistent context for this thread in the code block at the top of this comment.
Edit only the text inside the backtick fences; workflow metadata and the footer are regenerated automatically.

Learn more about comment memory

📰 BREAKING: Report filed by Smoke Copilot · 86.7 AIC · ⌖ 4.41 AIC · ⊞ 19K ·
Comment /smoke-copilot to run again
Add label smoke to run again

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Smoke review done.

📰 BREAKING: Report filed by Smoke Copilot · 86.7 AIC · ⌖ 4.41 AIC · ⊞ 19K
Comment /smoke-copilot to run again
Add label smoke to run again

@gh-aw-bot

Copy link
Copy Markdown
Collaborator

@copilot please run the pr-finisher skill, address unresolved review feedback, investigate any failed checks listed below, refresh the branch if needed, and rerun checks once ready.

Unresolved review threads (newest first):

Failed checks:

Generated by pr-sous-chef: https://github.com/github/gh-aw/actions/runs/29590499747

Generated by 👨‍🍳 PR Sous Chef · 8.3 AIC · ⌖ 10.9 AIC · ⊞ 7.5K ·
Comment /souschef to run again

Copilot AI and others added 2 commits July 17, 2026 15:21
Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
…geset

- Resolve conflict markers in avenger.lock.yml, hourly-ci-cleaner.lock.yml,
  skillet.lock.yml keeping our updated engine versions (claude 2.1.212,
  copilot 1.0.71)
- Restore agentic-auto-upgrade.yml schedule to Friday 03:21 UTC (21 3 * * 5)
  to match main branch (was incorrectly changed to Saturday 04:11 in branch)
- Add .changeset/patch-bump-cli-versions-2026-07-17.md for version bumps
- Recompile affected lock files to keep them in sync

Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Copilot AI requested a review from gh-aw-bot July 17, 2026 15:38
@pelikhan

Copy link
Copy Markdown
Collaborator

@copilot resolve the merge conflicts on this branch.update wasm golden

Copilot AI and others added 2 commits July 18, 2026 05:36
…pdates-2026-07-17

# Conflicts:
#	.github/workflows/avenger.lock.yml
#	.github/workflows/hourly-ci-cleaner.lock.yml
#	.github/workflows/skillet.lock.yml

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
- Merge latest main (8 commits) into branch
- Resolve conflicts in avenger.lock.yml, hourly-ci-cleaner.lock.yml,
  skillet.lock.yml (keep our updated engine versions: claude 2.1.212,
  copilot 1.0.71)
- Recompile workflows after merge; restore agentic-auto-upgrade.yml
  schedule to Friday 03:21 UTC (21 3 * * 5) as generated by local compiler
- WASM golden files already correct from prior commit 5725dab

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

Copilot AI commented Jul 18, 2026

Copy link
Copy Markdown
Contributor Author

@copilot resolve the merge conflicts on this branch.update wasm golden

Done. Merged latest main (8 commits) in baa0b54, resolved the 3 lock file conflicts keeping our engine versions, recompiled, and confirmed WASM golden files are up to date — all engine version tests pass.

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.

[ca] CLI Version Updates 2026-07-17: Claude 2.1.212, Copilot 1.0.71, Codex 0.144.5, Pi 0.80.10 (+SDK 1.0.7)

4 participants