Skip to content

Bump Claude Code CLI to 2.1.227 and Copilot CLI to 1.0.79 - #51977

Merged
pelikhan merged 2 commits into
mainfrom
copilot/update-cli-version-to-21227-and-1079
Aug 11, 2026
Merged

Bump Claude Code CLI to 2.1.227 and Copilot CLI to 1.0.79#51977
pelikhan merged 2 commits into
mainfrom
copilot/update-cli-version-to-21227-and-1079

Conversation

Copilot AI commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Routine default CLI version bump surfaced by the automated version checker. Both Claude Code and Copilot CLI have newer stable releases.

Changes

  • pkg/constants/version_constants.go: DefaultClaudeCodeVersion 2.1.226 → 2.1.227, DefaultCopilotVersion 1.0.78 → 1.0.79
  • Generated artifacts: make fmt + make recompile regenerated 284 .lock.yml files, .github/aw/compat.json, and actions/setup/sh/install_copilot_cli.sh
  • Changeset: added .changeset/patch-bump-cli-versions-2026-08-11.md
const DefaultClaudeCodeVersion Version = "2.1.227"
const DefaultCopilotVersion Version = "1.0.79"

Notes

  • Copilot CLI 1.0.79 renames two sandbox settings (allowDevToolCachesallowDevToolAccess, sandbox.gitAuth/ghAuthsandbox.auth.git/gh), with old keys silently ignored. gh-aw does not emit any of these keys today, so no code change is needed — but worth remembering if Copilot sandbox config generation is added later.
  • No Docker image changes: Grype v0.117.0 and Syft v1.51.0 are both inside the 3-day release cooldown; all 8 tracked image digests re-resolved unchanged.
  • Neither DefaultFirewallVersion nor DefaultMCPGatewayVersion changed, so a single recompile pass suffices.


✨ PR Review Safe Output Test - Run 31490942201> [!WARNING]

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

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

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

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

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CLI versions for Claude Code and Copilot Bump Claude Code CLI to 2.1.227 and Copilot CLI to 1.0.79 Aug 11, 2026
Copilot AI requested a review from pelikhan August 11, 2026 06:41
@pelikhan
pelikhan marked this pull request as ready for review August 11, 2026 12:22
Copilot AI balanced review requested due to automatic review settings August 11, 2026 12:22
@pelikhan pelikhan added the smoke label Aug 11, 2026
@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Ponytail Reviewer completed successfully!

Lean already. Ship. PR is a routine automated version bump (version constants + generated .lock.yml files/changeset), no hand-written logic to review for over-engineering.

Generated by Ponytail Reviewer for #51977

@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Design Decision Gate 🏗️ completed the design decision gate check.

No ADR enforcement needed: PR does not have the 'implementation' label and has ≤100 new lines of code in business logic directories (2 additions detected).

🏗️ ADR gate enforced by Design Decision Gate 🏗️

@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

⚠️ Smoke Gemini failed. Gemini encountered unexpected challenges...

Smoke Gemini — Powered by Gemini

@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

PR Code Quality Reviewer completed the code quality review.

Warning

Threat Detection Engine Failure — The analysis engine could not complete. This is a tooling failure, not a security finding.

What happened

The threat detection engine failed to produce results.

Review the workflow run logs for details.

Warning

Firewall blocked 1 domain

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

  • api.individual.githubcopilot.com

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

network:
  allowed:
    - defaults
    - "api.individual.githubcopilot.com"

See Network Configuration for more information.

🔎 Code quality review by PR Code Quality Reviewer

@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

🚀 Smoke Pi MISSION COMPLETE! Pi delivered. 🥧

Warning

Firewall blocked 1 domain

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

  • proxy.golang.org

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

network:
  allowed:
    - defaults
    - "proxy.golang.org"

See Network Configuration for more information.

🥧 Smoke Pi — Powered by Pi

@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

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

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

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

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

💥 [THE END] — Illustrated by Smoke Claude

@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Smoke Copilot Auto completed successfully!

Generated by Smoke Copilot Auto for #51977

@github-actions github-actions Bot removed the smoke label Aug 11, 2026
@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

🧠 Matt Pocock Skills Reviewer has completed the skills-based review. ✅

🧠 Reviewed using Matt Pocock's skills by Matt Pocock Skills Reviewer

@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

⚠️ Security scanning failed for Smoke Codex. Review the logs for details.

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

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

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

🔮 The oracle has spoken through Smoke Codex

@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

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

🔧 Tool validation by Agent Container Smoke Test

@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Test Quality Sentinel completed test quality analysis.

No test files were added or modified in this PR. Test Quality Sentinel skipped.

🧪 Test quality analysis by Test Quality Sentinel

@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Smoke Copilot Small completed successfully!

Generated by Smoke Copilot Small

@github-actions

github-actions Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Smoke Copilot MAI completed successfully!

Generated by Smoke Copilot MAI

@github-actions

Copy link
Copy Markdown
Contributor

📰 BREAKING: Smoke Copilot is now investigating this pull request. Sources say the story is developing...

@github-actions

Copy link
Copy Markdown
Contributor

📰 BREAKING: Smoke Copilot - AOAI (Entra) is now investigating this pull request. Sources say the story is developing...

@github-actions

Copy link
Copy Markdown
Contributor

PR: Bump Claude Code CLI to 2.1.227 and Copilot CLI to 1.0.79
Merged: #51998 [spec-extractor] Update package specifications for agentdrain, cli, console, constants; #51991 [instructions] Sync instruction files with release v0.86.1
1❌ 2❌ 3✅ 4❌ 5✅
6✅ 7✅ 8✅ 9✅ 10⚪ skipped
Overall: FAIL

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

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

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

🔮 The oracle has spoken through Smoke Codex · gpt54 · 42.5 AIC · ⊞ 12.4K ·
Comment /smoke-codex to run again

@github-actions

Copy link
Copy Markdown
Contributor

Comment Memory

Quiet runners compile
Agents test the moving edges
Logs remember 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

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

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

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

🔮 The oracle has spoken through Smoke Codex · gpt54 · 42.5 AIC · ⊞ 12.4K ·
Comment /smoke-codex to run again

@github-actions

Copy link
Copy Markdown
Contributor

PR Triage

  • Category: chore | Risk: low | Score: 62/100 (impact 15, urgency 15, quality 20 avg)
  • Action: auto_merge
  • CI green (2 approvals from github-actions, AI reviewer commented, no concerns). Routine generated CLI-version bump (2509+/2504-, 236 files, mostly regenerated lock files). Safe to auto-merge once CI fully completes.

Generated by 🔧 PR Triage Agent · auto · 38.6 AIC · ⌖ 2.76 AIC · ⊞ 7.8K ·

@github-actions

Copy link
Copy Markdown
Contributor

🧪 Smoke Test Results — Run 31490942201

Core Tests: ✅×12 PR Tests: ✅×5, ⚠️×2, ❌×1 Status: PARTIAL

# Test
1 GitHub MCP (merged PRs)
2 GH CLI
3 Make Build
4 Playwright
5 Tavily Search
6-7 File Write/Read
8 Discussion Comment
9 Agenticworkflows MCP
10 Slack
11 Code Scan Alert
12 Check Run
13 Update PR
14 Review Comments
15 Submit Review
16 Resolve Thread ⚠️ skipped
17 Add Reviewer
18 Push Branch ❌ allowed-files blocked
19 Close PR ⚠️ skipped

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

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

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

💥 [THE END] — Illustrated by Smoke Claude · sonnet46 · 75 AIC · ⌖ 17.7 AIC · ⊞ 6.3K ·
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! (Run 31490942201)

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

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

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

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

"gh-aw": patch
---

Bump Claude Code CLI to 2.1.227 and GitHub Copilot CLI to 1.0.79.

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 test review comment #1 (Run 31490942201): Clear and descriptive changeset entry — the version bump message is concise and accurately identifies both CLIs being updated.

Comment thread .github/aw/compat.json
"max-gh-aw": "*",
"min-agent": "1.0.21",
"max-agent": "1.0.78",
"max-agent": "1.0.79",

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 test review comment #2 (Run 31490942201): The max-agent version correctly updated to 1.0.79 — compatibility range is properly maintained with open: true for forward-compatibility.

@github-actions

Copy link
Copy Markdown
Contributor

Smoke Test: Copilot Engine Validation — PR: "Bump Claude Code CLI to 2.1.227 and Copilot CLI to 1.0.79"

✅ github/gh-proxy, ✅ Playwright, ✅ web-fetch, ✅ file/bash, ✅ discussion, ✅ build, ✅ artifact upload, ✅ discussion create, ✅ dispatch_workflow, ✅ PR review, ✅ comment memory, ✅ check run, ✅ LSP TS
❌ mcpscripts-gh (not found), ❌ Serena find_symbol (timeout), ❌ file-summarizer sub-agent (no response)

Overall: FAIL (3/16 failed)
Author: app/copilot-swe-agent · Assignees: @pelikhan, @Copilot

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

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

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

📰 BREAKING: Report filed by Smoke Copilot · auto · 30.5 AIC · ⌖ 2.34 AIC · ⊞ 8.5K ·
Comment /smoke-copilot to run again
Add label smoke to run again

@github-actions

Copy link
Copy Markdown
Contributor

Comment Memory

Copilot checks in
Tests run silent through the code
Green lights, then it rests

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

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

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

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

📰 BREAKING: Report filed by Smoke Copilot · auto · 30.5 AIC · ⌖ 2.34 AIC · ⊞ 8.5K ·
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 test review: automated validation pass.

Warning

Firewall blocked 6 domains

The following domains were blocked by the firewall during workflow execution:

  • accounts.google.com
  • android.clients.google.com
  • clients2.google.com
  • contentautofill.googleapis.com
  • safebrowsingohttpgateway.googleapis.com
  • www.google.com

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

network:
  allowed:
    - defaults
    - "accounts.google.com"
    - "android.clients.google.com"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

📰 BREAKING: Report filed by Smoke Copilot · auto · 30.5 AIC · ⌖ 2.34 AIC · ⊞ 8.5K
Comment /smoke-copilot to run again
Add label smoke to run again

@github-actions

Copy link
Copy Markdown
Contributor

PRs tested: [docs] Update glossary - daily scan: ✅; [spec-extractor] Update package specifications for agentdrain, cli, console, constants: ✅
Overall: FAIL
@app/github-actions

Warning

Firewall blocked 1 domain

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

  • dc.services.visualstudio.com

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

network:
  allowed:
    - defaults
    - "dc.services.visualstudio.com"

See Network Configuration for more information.

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

@github-actions
github-actions Bot deployed to aoai-model August 11, 2026 12:43 Active
@pelikhan
pelikhan merged commit 8a4ec9b into main Aug 11, 2026
374 of 382 checks passed
@pelikhan
pelikhan deleted the copilot/update-cli-version-to-21227-and-1079 branch August 11, 2026 13:22
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.86.2

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: Claude Code 2.1.227, Copilot CLI 1.0.79

3 participants