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
Conversation
…Codex 0.144.5, Pi 0.80.10) Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
🤖 PR Triage
Rationale: DRAFT; bulk CLI version bump across 100 lock files. Defer until undrafted and CI passes.
|
There was a problem hiding this comment.
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) |
There was a problem hiding this comment.
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.
|
@copilot resolve the merge conflicts on this branch. |
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Head branch was pushed to by a user without write access
|
@copilot this branch has merge conflicts. Please run
|
…o-upgrade schedule Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Resolved. Merged |
…* 6) Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
|
@copilot this branch has merge conflicts. Please run
|
Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Done. Ran |
|
@copilot this branch has merge conflicts. Please run
|
No merge conflicts remain — the branch already contains the
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 |
Routine version bump for 5 agentic CLI constants in
pkg/constants/version_constants.go, followed bymake recompile(258/258, 0 errors).Changes
DefaultClaudeCodeVersion2.1.210→2.1.214— minor fixes;--forward-subagent-textflag rolled back, no gh-aw flag impactDefaultCopilotVersion1.0.70→1.0.71— additive: newplugins/skillsubcommands,--enable-memory,--max-ai-credits,minimaleffort level; existing flags unchangedDefaultCopilotSDKVersion1.0.6→1.0.7— tracks Copilot CLI releaseDefaultCodexVersion0.144.4→0.144.5— stricter dangerous-command detection (morermforms, clearer rejection reasons)DefaultPiVersion0.80.7→0.80.10— patch/maintenancePost-merge: verify Copilot 1.0.71 — confirm
tools.mcpstill loads and/modelsworks under PAT auth.