Skip to content

chore: bump CLI versions — Claude 2.1.214, Copilot 1.0.71, SDK 1.0.7, Codex 0.144.5, Pi 0.80.10#46407

Merged
pelikhan merged 6 commits into
mainfrom
copilot/update-cli-versions
Jul 19, 2026
Merged

chore: bump CLI versions — Claude 2.1.214, Copilot 1.0.71, SDK 1.0.7, Codex 0.144.5, Pi 0.80.10#46407
pelikhan merged 6 commits into
mainfrom
copilot/update-cli-versions

Conversation

Copilot AI commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Routine version bump for 5 agentic CLI constants in pkg/constants/version_constants.go, followed by make recompile (258/258, 0 errors).

Changes

  • DefaultClaudeCodeVersion 2.1.2102.1.214 — minor fixes; --forward-subagent-text flag rolled back, no gh-aw flag impact
  • DefaultCopilotVersion 1.0.701.0.71 — additive: new plugins/skill subcommands, --enable-memory, --max-ai-credits, minimal effort level; existing flags unchanged
  • DefaultCopilotSDKVersion 1.0.61.0.7 — tracks Copilot CLI release
  • DefaultCodexVersion 0.144.40.144.5 — stricter dangerous-command detection (more rm forms, clearer rejection reasons)
  • DefaultPiVersion 0.80.70.80.10 — patch/maintenance

Post-merge: verify Copilot 1.0.71 — confirm tools.mcp still loads and /models works under PAT auth.

…Codex 0.144.5, Pi 0.80.10)

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CLI versions based on latest releases chore: bump CLI versions — Claude 2.1.214, Copilot 1.0.71, SDK 1.0.7, Codex 0.144.5, Pi 0.80.10 Jul 18, 2026
Copilot AI requested a review from pelikhan July 18, 2026 10:25
@github-actions

Copy link
Copy Markdown
Contributor

🤖 PR Triage

Field Value
Category chore
Risk low
Score 25/100 (impact:10 urgency:5 quality:10)
Action defer

Rationale: DRAFT; bulk CLI version bump across 100 lock files. Defer until undrafted and CI passes.

Generated by 🔧 PR Triage Agent · 26.9 AIC · ⌖ 7.24 AIC · ⊞ 5.6K ·

@pelikhan
pelikhan marked this pull request as ready for review July 18, 2026 22:08
Copilot AI review requested due to automatic review settings July 18, 2026 22:08
@pelikhan
pelikhan enabled auto-merge (squash) July 18, 2026 22:08

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

Bumps five agent CLI/SDK defaults and recompiles affected workflows.

Changes:

  • Updates Claude, Copilot, Copilot SDK, Codex, and Pi versions.
  • Regenerates 255 workflow lock files with consistent pins.
  • Also reschedules agentic-auto-upgrade.yml, which is outside the described scope and requires clarification or removal.
Show a summary per file
File Description
pkg/constants/version_constants.go Updates five default versions.
.github/workflows/*.lock.yml (255 files) Regenerates workflow engine metadata, installation commands, and telemetry versions.
.github/workflows/agentic-auto-upgrade.yml Changes the weekly maintenance schedule.

Review details

Tip

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

  • Files reviewed: 122/257 changed files
  • Comments generated: 1
  • Review effort level: Medium

on:
schedule:
- cron: "11 4 * * 6" # Weekly (auto-upgrade)
- cron: "21 3 * * 5" # 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.

Fixed. The schedule was reverted to "11 4 * * 6" (Saturday 04:11 UTC) in commit b4360f2 via make merge-main/make recompile — the deterministic scatter for this repo slug. The PR no longer changes the maintenance window.

@pelikhan

Copy link
Copy Markdown
Collaborator

@copilot resolve the merge conflicts on this branch.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
auto-merge was automatically disabled July 18, 2026 22:29

Head branch was pushed to by a user without write access

@gh-aw-bot

Copy link
Copy Markdown
Collaborator

@copilot this branch has merge conflicts. Please run make merge-main to merge the latest main branch and resolve any conflicts, then push the result. After that, run the pr-finisher skill and address the unresolved review feedback in this thread:

Generated by 👨‍🍳 PR Sous Chef · 13.3 AIC · ⌖ 6.11 AIC · ⊞ 6K ·
Comment /souschef to run again

…o-upgrade schedule

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.

Resolved. Merged origin/main into the branch, took main's updated source content for the 6 conflicting lock files, ran make recompile to regenerate all 258 lock files with the bumped versions, and updated the golden test fixtures. The unrelated schedule change in agentic-auto-upgrade.yml was also corrected back to Saturday "11 4 * * 6" by the recompile.

…* 6)

Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
@gh-aw-bot

Copy link
Copy Markdown
Collaborator

@copilot this branch has merge conflicts. Please run make merge-main to merge the latest main branch and resolve any conflicts, then push the result.

Generated by PR Sous Chef: https://github.com/github/gh-aw/actions/runs/29672790861

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

Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>

Copilot AI commented Jul 19, 2026

Copy link
Copy Markdown
Contributor Author

@copilot this branch has merge conflicts. Please run make merge-main to merge the latest main branch and resolve any conflicts, then push the result.

Generated by PR Sous Chef: https://github.com...

Done. Ran make merge-main (conflicts in agentic-auto-upgrade.yml and 5 lock files), took main's versions (including the new "41 23 * * 1" schedule from #46488), ran make recompile (258/258, 0 errors), and committed. Pre-PR validation passes.

@gh-aw-bot

Copy link
Copy Markdown
Collaborator

@copilot this branch has merge conflicts. Please run make merge-main to merge the latest main branch and resolve any conflicts, then push the result. After that, run the pr-finisher skill and summarize the next concrete maintainer action.

Generated by PR Sous Chef: https://github.com/github/gh-aw/actions/runs/29676132390

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

Copilot AI commented Jul 19, 2026

Copy link
Copy Markdown
Contributor Author

@copilot this branch has merge conflicts. Please run make merge-main to merge the latest main branch and resolve any conflicts, then push the result. After that, run the pr-finisher skill and summ...

No merge conflicts remain — the branch already contains the origin/main merge (commit ddf1f85). make agent-report-progress passes (258/258 workflows, 0 errors, lock files in sync).


  • Reviews — The one open review thread (schedule change in agentic-auto-upgrade.yml) is marked outdated; the current branch schedule ("41 23 * * 1") is identical to main's, and the previous reply covers this. The thread needs a human to hit Resolve — the agent cannot resolve review threads.
  • Checks (local)make agent-report-progress passes: build, fmt, lint, test-unit, and all 258 lock files in sync.
  • Checks (CI) — Stale after agent push; no new run was triggered. Needs human re-trigger before merge.
  • Mergeable — Branch is up to date with main. PR is open, not draft, no conflicts.

Actions taken this run: Confirmed no conflicts exist; validated locally; no file changes needed.

Hand-off: A maintainer needs to (1) resolve the outdated review thread and (2) re-trigger CI (close/reopen or workflow_dispatch) before merging.

@pelikhan
pelikhan merged commit ff76041 into main Jul 19, 2026
1 check passed
@pelikhan
pelikhan deleted the copilot/update-cli-versions branch July 19, 2026 06:53
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-18: Claude 2.1.214, Copilot 1.0.71, Codex 0.144.5, Pi 0.80.10

4 participants