Skip to content

chore: bump agentic CLI/MCP versions (Claude 2.1.220, Copilot 1.0.75, Codex 0.145.0, Pi 0.82.0)#47996

Merged
pelikhan merged 7 commits into
mainfrom
copilot/update-cli-versions-again
Jul 25, 2026
Merged

chore: bump agentic CLI/MCP versions (Claude 2.1.220, Copilot 1.0.75, Codex 0.145.0, Pi 0.82.0)#47996
pelikhan merged 7 commits into
mainfrom
copilot/update-cli-versions-again

Conversation

Copilot AI commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Routine version bump for five pinned CLI/MCP constants in pkg/constants/version_constants.go. GitHub MCP Server was already at v1.7.0.

Version changes

Constant Old New
DefaultClaudeCodeVersion 2.1.216 2.1.220
DefaultCopilotVersion 1.0.73 1.0.75
DefaultCopilotSDKVersion 1.0.7 1.0.8
DefaultCodexVersion 0.144.6 0.145.0
DefaultPiVersion 0.80.10 0.82.0

All changes are additive/patch-level with no breaking CLI surface changes. Pi 0.82.0 adds two new QWEN_TOKEN_PLAN_* env vars (opt-in). make recompile passed 262/262 workflows.



✨ PR Review Safe Output Test - Run 30162335866

💥 [THE END] — Illustrated by Smoke Claude · sonnet46 · 87.2 AIC · ⌖ 19.3 AIC · ⊞ 6.1K ·
Comment /smoke-claude to run again


Generated by 👨‍🍳 PR Sous Chef · gpt54 · 5.68 AIC · ⌖ 8.03 AIC · ⊞ 7.1K ·
Comment /souschef to run again


Generated by 👨‍🍳 PR Sous Chef · gpt54 · 2.42 AIC · ⌖ 7.27 AIC · ⊞ 7.1K ·
Comment /souschef to run again

…Codex 0.145.0, Pi 0.82.0)

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CLI Tool versions in version_constants.go chore: bump agentic CLI/MCP versions (Claude 2.1.220, Copilot 1.0.75, Codex 0.145.0, Pi 0.82.0) Jul 25, 2026
Copilot AI requested a review from pelikhan July 25, 2026 13:15
@github-actions

Copy link
Copy Markdown
Contributor

Hey @Copilot 👋 — thanks for this version bump PR! Here is what the contribution check found:

What is working:

  • ✅ Clear, detailed PR description with version change table
  • ✅ Follows the agentic development process outlined in CONTRIBUTING.md
  • ✅ Focused scope: only version updates across locked workflows
  • make recompile validation passed (262/262 workflows)

Note on tests:
Locked workflow files (.github/workflows/*.lock.yml) are generated artifacts from the agentic workflow compilation step, so test changes are not expected here.

Next step:
Once you exit DRAFT status, this should be ready to merge. The version bumps are clean and the regeneration is complete.

Generated by ✅ Contribution Check · sonnet46 · 61.6 AIC · ⌖ 10.4 AIC · ⊞ 6.2K ·

@pelikhan

Copy link
Copy Markdown
Collaborator

Also resolve the docker image container digests

@pelikhan pelikhan added the smoke label Jul 25, 2026
@pelikhan
pelikhan marked this pull request as ready for review July 25, 2026 14:36
Copilot AI review requested due to automatic review settings July 25, 2026 14:36
@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 and SDK versions and regenerates affected workflow locks.

Changes:

  • Bumps Claude, Copilot, Copilot SDK, Codex, and Pi versions.
  • Propagates updated versions through generated workflow metadata and install steps.
Show a summary per file
File Description
pkg/constants/version_constants.go Updates five default versions.
.github/workflows/workflow-skill-extractor.lock.yml Regenerates Copilot pin.
.github/workflows/video-analyzer.lock.yml Regenerates Copilot pin.
.github/workflows/smoke-ci.lock.yml Regenerates Copilot metadata.
.github/workflows/smoke-call-workflow.lock.yml Regenerates Codex pin.
.github/workflows/sighthound-security-scan.lock.yml Regenerates Copilot pin.
.github/workflows/schema-feature-coverage.lock.yml Regenerates Codex pin.
.github/workflows/research.lock.yml Regenerates Copilot pin.
.github/workflows/repo-tree-map.lock.yml Regenerates Copilot pin.
.github/workflows/release.lock.yml Regenerates Copilot pin.
.github/workflows/lint-monster.lock.yml Regenerates Pi and Copilot pins.
.github/workflows/hippo-embed.lock.yml Regenerates Pi pin.
.github/workflows/grumpy-reviewer.lock.yml Regenerates Codex pin.
.github/workflows/go-pattern-detector.lock.yml Regenerates Claude pin.
.github/workflows/github-remote-mcp-auth-test.lock.yml Regenerates Copilot pin.
.github/workflows/github-mcp-tools-report.lock.yml Regenerates Claude pin.
.github/workflows/functional-pragmatist.lock.yml Regenerates Copilot pin.
.github/workflows/firewall.lock.yml Regenerates Copilot CLI and SDK pins.
.github/workflows/example-permissions-warning.lock.yml Regenerates Copilot pin.
.github/workflows/example-failure-category-filter.lock.yml Regenerates Copilot pin.
.github/workflows/eslint-monster.lock.yml Regenerates Pi and Copilot pins.
.github/workflows/daily-team-status.lock.yml Regenerates Copilot pin.
.github/workflows/daily-team-evolution-insights.lock.yml Regenerates Claude pin.
.github/workflows/daily-squid-image-scan.lock.yml Regenerates Copilot pin.
.github/workflows/daily-multi-device-docs-tester.lock.yml Regenerates Pi and Copilot pins.
.github/workflows/daily-max-ai-credits-test.lock.yml Regenerates Copilot pin.
.github/workflows/daily-github-docs-seo-optimizer.lock.yml Regenerates Copilot CLI and SDK pins.
.github/workflows/daily-credit-limit-test.lock.yml Regenerates Copilot pin.
.github/workflows/daily-choice-test.lock.yml Regenerates Claude pin.
.github/workflows/daily-byok-ollama-test.lock.yml Regenerates Copilot pin.
.github/workflows/codex-github-remote-mcp-test.lock.yml Regenerates Codex pin.
.github/workflows/ai-moderator.lock.yml Regenerates Codex pin.

Review details

Tip

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

  • Files reviewed: 111/260 changed files
  • Comments generated: 0
  • Review effort level: Medium

Copilot AI and others added 2 commits July 25, 2026 14:42
…rsions-again

# Conflicts:
#	.github/workflows/agent-performance-analyzer.lock.yml
#	.github/workflows/daily-github-docs-seo-optimizer.lock.yml
#	.github/workflows/daily-squid-image-scan.lock.yml
#	.github/workflows/daily-vulnhunter-scan.lock.yml
#	.github/workflows/deep-report.lock.yml
#	.github/workflows/discussion-task-miner.lock.yml
#	.github/workflows/impeccable-skills-reviewer.lock.yml
#	.github/workflows/mattpocock-skills-reviewer.lock.yml
#	.github/workflows/pr-code-quality-reviewer.lock.yml
#	.github/workflows/test-quality-sentinel.lock.yml

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

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

Copilot AI commented Jul 25, 2026

Copy link
Copy Markdown
Contributor Author

Also resolve the docker image container digests

Done — merged main and ran make recompile to regenerate all lock files with updated container digests (262/262 workflows, 0 errors). Commit: 491c2a1.

@copilot resolve the merge conflicts on this branch.

Merge conflicts resolved. The 10 conflicting .lock.yml files were regenerated files; accepted main's versions and then ran make recompile to regenerate all lock files with the updated version constants. Commit: 491c2a1.

@github-actions

github-actions Bot commented Jul 25, 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 25, 2026

Copy link
Copy Markdown
Contributor

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

@github-actions

github-actions Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

🚀 Smoke Gemini MISSION COMPLETE! Gemini has spoken. ✨

@github-actions

github-actions Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Smoke OTEL completed successfully!

@github-actions

github-actions Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Smoke Copilot Small completed successfully!

@github-actions

Copy link
Copy Markdown
Contributor

Agent Container Tool Check

Tool Status Version
bash 5.2.21
sh available
git 2.54.0
jq 1.7
yq 4.53.3
curl 8.5.0
gh 2.96.0
node 24.18.0
python3 3.11.15 (PyPy 7.3.23)
go 1.24.13
java 10.0.302
dotnet 10.0.302

Result: 12/12 tools available ✅

Overall Status: PASS

🔧 Tool validation by Agent Container Smoke Test · sonnet46 · 16 AIC · ⌖ 5.66 AIC · ⊞ 5.9K ·
Comment /smoke-test-tools to run again

@github-actions

Copy link
Copy Markdown
Contributor

Smoke Test: Gemini

  • GitHub MCP Testing: ✅
  • Web Fetch Testing: ✅
  • File Writing Testing: ✅
  • Bash Tool Testing: ✅
  • Build gh-aw: ❌

Overall status: FAIL

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • localhost

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

network:
  allowed:
    - defaults
    - "localhost"

See Network Configuration for more information.

Smoke Gemini — Powered by Gemini · age00 · 13.8 AIC · ⌖ 1.58 AIC · ⊞ 9.3K ·
Comment /smoke-gemini to run again

@github-actions

Copy link
Copy Markdown
Contributor

Smoke test summary: commits from the last 24h are focused on workflow automation, reviewer tooling, and CI/linter reliability, with supporting docs/security updates. Overall status: PASS.

Generated by ⚡ Smoke Copilot MAI · mai10 · 3.03 AIC · ⌖ 1.53 AIC · ⊞ 18.8K ·
Comment /smoke-copilot-mai to run again
Add label smoke to run again

@github-actions

Copy link
Copy Markdown
Contributor

Commit pushed: b964800

Generated by Changeset Generator · gpt54 · 4.49 AIC · ⌖ 2.85 AIC · ⊞ 11.4K

@github-actions

Copy link
Copy Markdown
Contributor

Comment Memory

Morning build completes
GitHub lights flicker in check
Smoke drifts into green

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

🔮 The oracle has spoken through Smoke Codex · gpt54 · 12.1 AIC · ⌖ 1.18 AIC · ⊞ 11.1K ·
Comment /smoke-codex to run again

@github-actions

Copy link
Copy Markdown
Contributor

@-

📰 BREAKING: Report filed by Smoke Copilot · gpt54 · 77.1 AIC · ⌖ 6.37 AIC · ⊞ 19.4K ·
Comment /smoke-copilot to run again
Add label smoke to run again

@github-actions

Copy link
Copy Markdown
Contributor

Comment Memory

Tests hum through the night
Bots trace bright edges of the code
Green dawn greets the run

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 · gpt54 · 77.1 AIC · ⌖ 6.37 AIC · ⊞ 19.4K ·
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: version pins and generated lock updates were exercised successfully; see the smoke summary comment for failing tool checks.

📰 BREAKING: Report filed by Smoke Copilot · gpt54 · 77.1 AIC · ⌖ 6.37 AIC · ⊞ 19.4K
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.

💥 Automated smoke test review - all systems nominal! (Run 30162335866)

This is an automated review submitted as part of the Claude engine smoke test suite. The PR looks good — version bumps are consistent across all lock files.

💥 [THE END] — Illustrated by Smoke Claude · sonnet46 · 87.2 AIC · ⌖ 19.3 AIC · ⊞ 6.1K
Comment /smoke-claude to run again

Comment thread .changeset/patch-bump-agentic-cli-versions.md Outdated
Comment thread .github/workflows/ab-testing-advisor.lock.yml
@github-actions

Copy link
Copy Markdown
Contributor

Comment Memory

Smoke drifts past screen glass
Copilot breathes code in silence
Green check marks gleam

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 - AOAI (apikey) · o40mini · 50.1 AIC · ⌖ 3.44 AIC · ⊞ 18.2K ·
Comment /smoke-copilot-aoai-apikey to run again
Add label smoke to run again

@gh-aw-bot

Copy link
Copy Markdown
Collaborator

@copilot please run the pr-finisher skill, verify the remaining branch protection blockers on this PR, and address any unresolved review feedback before rerunning checks. A branch update was requested in this run. The latest comments indicate merge-conflict resolution was already handled; please focus on whatever is still blocking merge readiness.

Generated by 👨‍🍳 PR Sous Chef · gpt54 · 5.68 AIC · ⌖ 8.03 AIC · ⊞ 7.1K ·
Comment /souschef to run again

… files

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

Copy link
Copy Markdown
Collaborator

@copilot please run the pr-finisher skill, address the unresolved review threads below, and rerun checks once the branch is up to date.

Unresolved review threads:

Generated by 👨‍🍳 PR Sous Chef · gpt54 · 2.42 AIC · ⌖ 7.27 AIC · ⊞ 7.1K ·
Comment /souschef to run again

Copilot AI commented Jul 25, 2026

Copy link
Copy Markdown
Contributor Author

@copilot please run the pr-finisher skill, address the unresolved review threads below, and rerun checks once the branch is up to date.

Unresolved review threads:...

Both review threads are already resolved. The branch is up to date with main, all local checks pass (make fmt, make lint, make test-unit, 262/262 workflows), and no code changes are needed. The only remaining blocker is human approval from @pelikhan.

@pelikhan pelikhan removed the smoke label Jul 25, 2026
@pelikhan
pelikhan merged commit 140a39e into main Jul 25, 2026
1 check passed
@pelikhan
pelikhan deleted the copilot/update-cli-versions-again branch July 25, 2026 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ca] CLI Version Updates: Claude Code 2.1.220, Copilot 1.0.75, Codex 0.145.0, Pi 0.82.0, GitHub MCP Server v1.7.0

4 participants