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

CopilotAI 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

ConstantOldNew
DefaultClaudeCodeVersion2.1.2162.1.220
DefaultCopilotVersion1.0.731.0.75
DefaultCopilotSDKVersion1.0.71.0.8
DefaultCodexVersion0.144.60.145.0
DefaultPiVersion0.80.100.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>
CopilotAI changed the title [WIP] Update CLI Tool versions in version_constants.gochore: bump agentic CLI/MCP versions (Claude 2.1.220, Copilot 1.0.75, Codex 0.145.0, Pi 0.82.0)Jul 25, 2026
CopilotAI requested a review from pelikhanJuly 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 marked this pull request as ready for review July 25, 2026 14:36
CopilotAI 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.

CopilotAI 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
FileDescription
pkg/constants/version_constants.goUpdates five default versions.
.github/workflows/workflow-skill-extractor.lock.ymlRegenerates Copilot pin.
.github/workflows/video-analyzer.lock.ymlRegenerates Copilot pin.
.github/workflows/smoke-ci.lock.ymlRegenerates Copilot metadata.
.github/workflows/smoke-call-workflow.lock.ymlRegenerates Codex pin.
.github/workflows/sighthound-security-scan.lock.ymlRegenerates Copilot pin.
.github/workflows/schema-feature-coverage.lock.ymlRegenerates Codex pin.
.github/workflows/research.lock.ymlRegenerates Copilot pin.
.github/workflows/repo-tree-map.lock.ymlRegenerates Copilot pin.
.github/workflows/release.lock.ymlRegenerates Copilot pin.
.github/workflows/lint-monster.lock.ymlRegenerates Pi and Copilot pins.
.github/workflows/hippo-embed.lock.ymlRegenerates Pi pin.
.github/workflows/grumpy-reviewer.lock.ymlRegenerates Codex pin.
.github/workflows/go-pattern-detector.lock.ymlRegenerates Claude pin.
.github/workflows/github-remote-mcp-auth-test.lock.ymlRegenerates Copilot pin.
.github/workflows/github-mcp-tools-report.lock.ymlRegenerates Claude pin.
.github/workflows/functional-pragmatist.lock.ymlRegenerates Copilot pin.
.github/workflows/firewall.lock.ymlRegenerates Copilot CLI and SDK pins.
.github/workflows/example-permissions-warning.lock.ymlRegenerates Copilot pin.
.github/workflows/example-failure-category-filter.lock.ymlRegenerates Copilot pin.
.github/workflows/eslint-monster.lock.ymlRegenerates Pi and Copilot pins.
.github/workflows/daily-team-status.lock.ymlRegenerates Copilot pin.
.github/workflows/daily-team-evolution-insights.lock.ymlRegenerates Claude pin.
.github/workflows/daily-squid-image-scan.lock.ymlRegenerates Copilot pin.
.github/workflows/daily-multi-device-docs-tester.lock.ymlRegenerates Pi and Copilot pins.
.github/workflows/daily-max-ai-credits-test.lock.ymlRegenerates Copilot pin.
.github/workflows/daily-github-docs-seo-optimizer.lock.ymlRegenerates Copilot CLI and SDK pins.
.github/workflows/daily-credit-limit-test.lock.ymlRegenerates Copilot pin.
.github/workflows/daily-choice-test.lock.ymlRegenerates Claude pin.
.github/workflows/daily-byok-ollama-test.lock.ymlRegenerates Copilot pin.
.github/workflows/codex-github-remote-mcp-test.lock.ymlRegenerates Codex pin.
.github/workflows/ai-moderator.lock.ymlRegenerates 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

CopilotAIand 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>

CopilotAI commented Jul 25, 2026

Copy link
Copy Markdown
ContributorAuthor

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-actionsBot 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-actionsBot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

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

@github-actions

github-actionsBot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

🚀 Smoke GeminiMISSION COMPLETE! Gemini has spoken. ✨

@github-actions

github-actionsBot 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

ToolStatusVersion
bash5.2.21
shavailable
git2.54.0
jq1.7
yq4.53.3
curl8.5.0
gh2.96.0
node24.18.0
python33.11.15 (PyPy 7.3.23)
go1.24.13
java10.0.302
dotnet10.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-actionsgithub-actionsBot 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-actionsgithub-actionsBot 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>
@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

CopilotAI commented Jul 25, 2026

Copy link
Copy Markdown
ContributorAuthor

@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.

@pelikhanpelikhan removed the smoke label Jul 25, 2026
@pelikhan
pelikhan merged commit 140a39e into mainJul 25, 2026
1 check passed
@pelikhan
pelikhan deleted the copilot/update-cli-versions-again branch July 25, 2026 16:14
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.83.4

Sign up for freeto 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

@pelikhan@gh-aw-bot