Skip to content

Bump pinned CLI and Playwright browser versions#41328

Merged
pelikhan merged 3 commits into
mainfrom
copilot/update-cli-version-numbers
Jun 25, 2026
Merged

Bump pinned CLI and Playwright browser versions#41328
pelikhan merged 3 commits into
mainfrom
copilot/update-cli-version-numbers

Conversation

Copilot AI commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

This updates the stale tool pins in pkg/constants/version_constants.go to the latest verified releases from the 2026-06-24 CLI version audit. The change also refreshes generated workflow outputs that embed those defaults.

  • Version pins

    • Updated default versions for:
      • Claude Code 2.1.1852.1.191
      • Copilot CLI 1.0.631.0.65
      • Copilot SDK 1.0.21.0.3
      • Codex 0.141.00.142.0
      • Pi 0.79.90.80.2
      • Playwright Browser v1.61.0v1.61.1
  • Generated workflow updates

    • Recompiled workflow .lock.yml files so embedded install steps and runtime metadata reflect the new pinned versions.
  • Golden output refresh

    • Updated the affected WASM golden files where compiled workflow output changed only because version metadata/install commands changed.
  • Release note

    • Added a changeset capturing the pin updates and regenerated workflow count.
const DefaultClaudeCodeVersion Version = "2.1.191"
const DefaultCopilotVersion Version = "1.0.65"
const DefaultCopilotSDKVersion Version = "1.0.3"
const DefaultCodexVersion Version = "0.142.0"
const DefaultPiVersion Version = "0.80.2"
const DefaultPlaywrightBrowserVersion Version = "v1.61.1"


✨ PR Review Safe Output Test - Run 28140379546

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 · 108.4 AIC · ⌖ 42.9 AIC · ⊞ 8.7K ·

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update CLI version numbers for multiple tools Bump pinned CLI and Playwright browser versions Jun 25, 2026
Copilot AI requested a review from pelikhan June 25, 2026 00:14
@pelikhan pelikhan marked this pull request as ready for review June 25, 2026 00:49
Copilot AI review requested due to automatic review settings June 25, 2026 00:49

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

This pull request updates the pinned default versions for several agent CLIs (and the Playwright browser image tag) in gh-aw, then refreshes generated workflow artifacts (compiled .lock.yml workflows and WASM golden outputs) so the emitted install steps and run metadata reflect the new defaults.

Changes:

  • Bumped default engine/tool pins (Claude Code, GitHub Copilot CLI + SDK, Codex, Pi, Playwright browser) in pkg/constants/version_constants.go.
  • Regenerated workflow lock files to embed the new engine versions in metadata/env/install steps.
  • Refreshed WASM golden outputs affected by the version metadata changes and added a patch changeset entry.
Show a summary per file
File Description
pkg/constants/version_constants.go Updates the canonical default pinned versions used by the compiler/runtime.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/with-imports.golden Refreshes golden output to reflect the new Copilot CLI pin in emitted workflow metadata/install steps.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/smoke-copilot.golden Refreshes golden output to reflect the new Copilot CLI pin.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/playwright-cli-mode.golden Refreshes golden output to reflect the new Copilot CLI pin in the Playwright CLI-mode fixture output.
pkg/workflow/testdata/TestWasmGolden_CompileFixtures/basic-copilot.golden Refreshes golden output to reflect the new Copilot CLI pin.
pkg/workflow/testdata/TestWasmGolden_AllEngines/pi.golden Refreshes golden output to reflect the new Pi CLI pin.
pkg/workflow/testdata/TestWasmGolden_AllEngines/copilot.golden Refreshes golden output to reflect the new Copilot CLI pin.
pkg/workflow/testdata/TestWasmGolden_AllEngines/codex.golden Refreshes golden output to reflect the new Codex CLI pin.
pkg/workflow/testdata/TestWasmGolden_AllEngines/claude.golden Refreshes golden output to reflect the new Claude Code CLI pin.
.github/workflows/video-analyzer.lock.yml Regenerated lock workflow with updated Copilot CLI pin embedded in metadata/env/install steps.
.github/workflows/test-workflow.lock.yml Regenerated lock workflow with updated Copilot CLI pin embedded in metadata/env/install steps.
.github/workflows/test-dispatcher.lock.yml Regenerated lock workflow with updated Copilot CLI pin embedded in metadata/env/install steps.
.github/workflows/smoke-ci.lock.yml Regenerated lock workflow with updated Copilot CLI pin embedded in metadata/env/install steps.
.github/workflows/schema-feature-coverage.lock.yml Regenerated lock workflow with updated Codex CLI pin embedded in metadata/env/install steps.
.github/workflows/research.lock.yml Regenerated lock workflow with updated Copilot CLI pin embedded in metadata/env/install steps.
.github/workflows/lint-monster.lock.yml Regenerated lock workflow with updated Pi/Copilot pins embedded in metadata/env/install steps.
.github/workflows/hourly-ci-cleaner.lock.yml Regenerated lock workflow with updated Claude Code CLI pin embedded in metadata/env/install steps.
.github/workflows/hippo-embed.lock.yml Regenerated lock workflow with updated Pi pin embedded in metadata/env/install steps.
.github/workflows/github-remote-mcp-auth-test.lock.yml Regenerated lock workflow with updated Copilot CLI pin embedded in metadata/env/install steps.
.github/workflows/firewall.lock.yml Regenerated lock workflow with updated Copilot CLI and Copilot SDK pins embedded in metadata/install steps.
.github/workflows/example-permissions-warning.lock.yml Regenerated lock workflow with updated Copilot CLI pin embedded in metadata/env/install steps.
.github/workflows/example-failure-category-filter.lock.yml Regenerated lock workflow with updated Copilot CLI pin embedded in metadata/env/install steps.
.github/workflows/duplicate-code-detector.lock.yml Regenerated lock workflow with updated Codex CLI pin embedded in metadata/env/install steps.
.github/workflows/dev.lock.yml Regenerated lock workflow with updated Codex CLI pin embedded in metadata/env/install steps.
.github/workflows/designer-drift-audit.lock.yml Regenerated lock workflow with updated Copilot CLI pin embedded in metadata/env/install steps.
.github/workflows/daily-team-status.lock.yml Regenerated lock workflow with updated Copilot CLI pin embedded in metadata/env/install steps.
.github/workflows/daily-team-evolution-insights.lock.yml Regenerated lock workflow with updated Claude Code CLI pin embedded in metadata/env/install steps.
.github/workflows/daily-safe-outputs-conformance.lock.yml Regenerated lock workflow with updated Claude Code CLI pin embedded in metadata/env/install steps.
.github/workflows/daily-multi-device-docs-tester.lock.yml Regenerated lock workflow with updated Pi/Copilot pins embedded in metadata/env/install steps.
.github/workflows/daily-malicious-code-scan.lock.yml Regenerated lock workflow with updated Copilot CLI and Copilot SDK pins embedded in metadata/install steps.
.github/workflows/daily-choice-test.lock.yml Regenerated lock workflow with updated Claude Code CLI pin embedded in metadata/env/install steps.
.github/workflows/contribution-check.lock.yml Regenerated lock workflow with updated Copilot CLI pin embedded in metadata/env/install steps.
.github/workflows/commit-changes-analyzer.lock.yml Regenerated lock workflow with updated Pi/Copilot pins embedded in metadata/env/install steps.
.github/workflows/codex-github-remote-mcp-test.lock.yml Regenerated lock workflow with updated Codex CLI pin embedded in metadata/env/install steps.
.github/workflows/bot-detection.lock.yml Regenerated lock workflow with updated Copilot CLI pin embedded in metadata/env/install steps.
.github/workflows/blog-auditor.lock.yml Regenerated lock workflow with updated Claude Code CLI pin embedded in metadata/env/install steps.
.github/workflows/avenger.lock.yml Regenerated lock workflow with updated Claude Code CLI pin embedded in metadata/env/install steps.
.github/workflows/ai-moderator.lock.yml Regenerated lock workflow with updated Codex CLI pin embedded in metadata/env/install steps.
.github/workflows/agentic-token-optimizer.lock.yml Regenerated lock workflow with updated Copilot CLI pin embedded in metadata/env/install steps.
.github/workflows/ace-editor.lock.yml Regenerated lock workflow with updated Copilot CLI pin embedded in metadata/env/install steps.
.changeset/patch-bump-cli-versions-2026-06-24.md Adds a patch changeset describing the version pin bumps and workflow regeneration.

Copilot's findings

Tip

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

  • Files reviewed: 129/257 changed files
  • Comments generated: 0

@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

PR Code Quality Reviewer completed the code quality review.

@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

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

No ADR enforcement needed: PR #41328 does not have the 'implementation' label and has 54 new lines (≤100 threshold) in business logic directories.

@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

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

@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Test Quality Sentinel completed test quality analysis.

No test files were added or modified in this PR. PR #41328 ('Bump pinned CLI and Playwright browser versions') only modifies .lock.yml workflow files and a changeset file. Test Quality Sentinel skipped.

@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

🚀 Smoke Antigravity MISSION COMPLETE! Antigravity has spoken. ✨

@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

✨ The prophecy is fulfilled... Smoke Codex has completed its mystical journey. The stars align. 🌟

Caution

agentic threat detected
Threat detection flagged this output in warn mode. Manual review is REQUIRED before any follow-up automation.

Details

The threat detection engine failed to produce results.

Review the workflow run logs for details.

@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

🚀 Smoke Pi MISSION COMPLETE! Pi delivered. 🥧

@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

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

@github-actions

github-actions Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

🚀 Smoke Gemini MISSION COMPLETE! Gemini has spoken. ✨

@github-actions

github-actions Bot commented Jun 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 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.

Skills-Based Review 🧠

Applied /zoom-out and /grill-with-docs — approving; the changes are clean, mechanical, and well-executed.

📋 Key Themes & Highlights

Key Themes

  • Single source of truth respected: pkg/constants/version_constants.go is the only place versions are pinned; the 251 lock file regenerations and WASM golden updates are fully mechanical downstream outputs.
  • Diff cap note: The PR diff was truncated at the 3000-line patch cap, so pkg/constants/version_constants.go and WASM golden files are not visible in the patch. All claimed version values were verified against the current workspace HEAD and match the PR description exactly.
  • All 6 bumps are consistent: Claude Code 2.1.191, Copilot CLI 1.0.65, Copilot SDK 1.0.3, Codex 0.142.0, Pi 0.80.2, Playwright Browser v1.61.1 — each is reflected correctly in the source file and cascaded through lock files.

Positive Highlights

  • ✅ Clear, well-scoped PR description with before/after version table
  • ✅ Correct patch changeset type — version bumps do not change API or behaviour
  • frontmatter_hash / body_hash fields in lock file metadata are correctly unchanged (source workflow markdown was not modified)
  • DefaultPlaywrightCLIVersion (@playwright/cli@0.1.14) correctly left untouched — it is a separate artefact from the Playwright browser image
  • DefaultFirewallVersion and DefaultMCPGatewayVersion correctly excluded — those are managed by a separate release integrator workflow

Minor Observation (non-blocking)

The DefaultCopilotVersion constant carries an inline comment asking reviewers to verify that MCPs still load and that /models does not silently fail on PATs when this version is bumped. The PR description references a "2026-06-24 CLI version audit" as the source of truth — a one-liner confirming those checks passed (e.g. a link to the audit run) would strengthen it for future readers. This is a documentation nit, not a blocker.

🧠 Reviewed using Matt Pocock's skills by Matt Pocock Skills Reviewer · 49.9 AIC · ⌖ 9.97 AIC · ⊞ 6.5K

@github-actions

Copy link
Copy Markdown
Contributor

📰 BREAKING: Smoke Copilot - AOAI (apikey) 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

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

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

REQUEST_CHANGES — Two blocking issues

This PR is a standard version-bump + recompile, but it has two issues that must be addressed before merging.

### Blocking issues

1. 5 upstream-managed workflow lock files bypassed the required gh aw update path

agentic-token-audit, agentic-token-optimizer, ci-doctor, daily-team-status, and dependabot-repair all have source: frontmatter. AGENTS.md is explicit: do not edit their .lock.yml files directly; use gh aw update instead. Running make recompile over these files propagates local version defaults into provenance-managed artifacts, creating drift risk when upstream is synced later.

2. Copilot CLI version skips 1.0.64 with no explanation and no verification evidence

The DefaultCopilotVersion godoc explicitly requires verifying MCP loading and PAT-auth /models behavior on every upgrade. The PR description claims this was a verified audit but documents no test results. The unexplained skip of 1.0.64 also needs justification — either it was pulled (document that), or the wrong version was targeted.

Warning

Firewall blocked 1 domain

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

  • patchdiff.githubusercontent.com

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

network:
  allowed:
    - defaults
    - "patchdiff.githubusercontent.com"

See Network Configuration for more information.

🔎 Code quality review by PR Code Quality Reviewer · 98.2 AIC · ⌖ 7.24 AIC · ⊞ 5.2K

@@ -1,4 +1,4 @@
# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"694d3215fb3d93a3860b3a3507ad4ced97afe10fc3b3a63eb2ac56ad89ebd911","body_hash":"e726cff2ea2023104a27d810546982d0027ef4fb3a025a37236e1605cac29d62","strict":true,"agent_id":"copilot","engine_versions":{"copilot":"1.0.63"}}
# gh-aw-metadata: {"schema_version":"v4","frontmatter_hash":"694d3215fb3d93a3860b3a3507ad4ced97afe10fc3b3a63eb2ac56ad89ebd911","body_hash":"e726cff2ea2023104a27d810546982d0027ef4fb3a025a37236e1605cac29d62","strict":true,"agent_id":"copilot","engine_versions":{"copilot":"1.0.65"}}

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.

5 upstream-managed workflow lock files were directly modified, bypassing the gh aw update provenance path required by AGENTS.md.

💡 Details and required fix

The following .lock.yml files belong to workflows with a source: frontmatter declaration (provenance-managed from githubnext/agentic-ops@c611242a...), which AGENTS.md marks as read-only in this repo:

  • .github/workflows/agentic-token-audit.lock.yml
  • .github/workflows/agentic-token-optimizer.lock.yml
  • .github/workflows/ci-doctor.lock.yml
  • .github/workflows/daily-team-status.lock.yml
  • .github/workflows/dependabot-repair.lock.yml

All five had their engine_versions.copilot bumped from 1.0.631.0.65 via make recompile.

Policy violation: AGENTS.md states:

Do not manually edit their generated .lock.yml files.
To change these workflows, use the approved update path: run gh aw update...

Risk: When gh aw update is run next, the upstream bundle's engine version pins will silently overwrite these changes. The upstream source may pin these workflows to a different Copilot CLI version, causing provenance drift between this repo and the upstream.

Fix: Revert the 5 upstream-managed lock files to their pre-PR state. Use gh aw update to propagate version changes that should apply to them.


// DefaultCopilotVersion is the default version of the GitHub Copilot CLI.
//
// When unpinning or upgrading this version, verify:
// - MCPs are not blocked from loading (tools.mcp configuration still works end-to-end)
// - /models does not silently fail on PATs (check that model listing works with PAT auth)
const DefaultCopilotVersion Version = "1.0.63"
const DefaultCopilotVersion Version = "1.0.65"

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.

Copilot CLI skips version 1.0.64 (1.0.63 → 1.0.65), and the constant's own godoc lists mandatory verification steps that are unaddressed in this PR.

💡 Why this matters

The godoc comment on this constant is unusually explicit:

// When unpinning or upgrading this version, verify:
//   - MCPs are not blocked from loading (tools.mcp configuration still works end-to-end)
//   - /models does not silently fail on PATs (check that model listing works with PAT auth)

These requirements exist because the Copilot CLI version directly controls two production-critical behaviors across all ~252 generated workflows. This PR skips 1.0.64 entirely with no explanation. Either:

  1. 1.0.64 was pulled/had a known regression — this should be documented in the PR and ideally in a comment on the constant.
  2. The skip was accidental — in which case the wrong target version was bumped to.

The PR description says "latest verified releases from the 2026-06-24 CLI version audit" but provides no explicit confirmation that the MCP loading and PAT-auth /models checks were run against 1.0.65. For a two-version jump with a documented compatibility checklist, this evidence is required before merging.

Required: State in the PR whether 1.0.64 was intentionally skipped (and why), and confirm the MCP/PAT checks were performed for 1.0.65.

@github-actions

Copy link
Copy Markdown
Contributor

Overview

  • GitHub CLI: ✅
  • Web Fetch: ❌
  • File/Bash: ✅
  • Build: ❌
  • Overall: FAIL

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 · 4.39 AIC · ⌖ 12.2 AIC · ⊞ 4.3K ·

@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.94.0
node 22.22.3
python3 3.11.15 (PyPy 7.3.23)
go 1.24.13
java openjdk 21.0.11
dotnet 10.0.301

Result: 12/12 tools available ✅

Overall Status: PASS

🔧 Tool validation by Agent Container Smoke Test · 16.4 AIC · ⌖ 12.5 AIC · ⊞ 5.4K ·

@github-actions

Copy link
Copy Markdown
Contributor

Smoke Test: Gemini Results

  • GitHub MCP: ✅
  • Web Fetch: ✅
  • File Writing: ✅
  • Bash Tool: ✅
  • 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 ·

@github-actions

Copy link
Copy Markdown
Contributor

Caution

agentic threat detected
Threat detection flagged this output in warn mode. Manual review is REQUIRED before any follow-up automation.

Details

The threat detection engine failed to produce results.

Review the workflow run logs for details.

Comment Memory

Cache wakes at dawn
Silent tools trace the same path
Smoke settles in logs

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 · 11.4 AIC · ⊞ 10.8K ·

@github-actions

Copy link
Copy Markdown
Contributor

@copilot review all comments and address unresolved review feedback.

Generated by 👨‍🍳 PR Sous Chef · 43 AIC · ⌖ 1.17 AIC · ⊞ 17.4K ·

@github-actions

Copy link
Copy Markdown
Contributor

@copilot summarize the remaining blockers and the next step to unblock this PR.

Generated by 👨‍🍳 PR Sous Chef · 43 AIC · ⌖ 1.17 AIC · ⊞ 17.4K ·

@github-actions

Copy link
Copy Markdown
Contributor

Smoke Test Summary\n\nTest1:✅\nTest2:❌\nTest3:❌\nTest4:✅\nTest5:✅\nTest6:✅\n\nOverall: FAIL\n\n@app/copilot-swe-agent

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 - AOAI (Entra) · 67.4 AIC · ⌖ 12.7 AIC · ⊞ 17.9K ·

@github-actions

Copy link
Copy Markdown
Contributor

💥 Smoke Test: Claude — Run 28140379546

Core #1-12: 1✅ 2✅ 3✅ 4✅ 5❌(Tavily MCP no tools) 6✅ 7✅ 8✅ 9✅ 10✅ 11✅ 12✅
PR Review #13-19: 13✅ 14✅ 15✅ 16✅ 17✅ 18✅ 19⚠️(no safe PR)

Overall: FAIL — Tavily MCP server exposed empty tool list. All other tests passed.

Run

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 · 108.4 AIC · ⌖ 42.9 AIC · ⊞ 8.7K ·

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

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 · 108.4 AIC · ⌖ 42.9 AIC · ⊞ 8.7K

@@ -0,0 +1,5 @@
---
"gh-aw": patch

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: clear patch-level changeset entry — version bump correctly scoped. ✅

"gh-aw": patch
---

Bump default CLI versions: Claude Code 2.1.191, Copilot CLI 1.0.65, Copilot SDK 1.0.3, Codex 0.142.0, Pi 0.80.2, Playwright Browser v1.61.1. Recompile all 251 workflows.

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: consider listing recompiled workflow count separately for readability. 💥

@github-actions

Copy link
Copy Markdown
Contributor

PR titles:

  • Bump pinned CLI and Playwright browser versions
  • [review] fix: rootless AWF install uses $HOME/.local and exports $GITHUB_PATH
  • chore: enable sudo in all agentic workflow sandboxes
    Tests: 1❌ 2✅ 3✅ 4✅ 5❌ 6✅ 7✅ 8✅
    Tests: 9✅ 10✅ 11✅ 12✅ 13✅ 14❌ 15✅
    Overall: FAIL
    Author: app/copilot-swe-agent
    Assignees: pelikhan, Copilot

Warning

Firewall blocked 5 domains

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

  • accounts.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"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

📰 BREAKING: Report filed by Smoke Copilot · 379.1 AIC · ⌖ 19.3 AIC · ⊞ 18.9K ·

@github-actions

Copy link
Copy Markdown
Contributor

Comment Memory

Quiet smoke curls through code
Robots test the rails at dawn
Green lights hum, then fade

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 5 domains

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

  • accounts.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"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

📰 BREAKING: Report filed by Smoke Copilot · 379.1 AIC · ⌖ 19.3 AIC · ⊞ 18.9K ·

@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 tooling exercised the inline review path.

Warning

Firewall blocked 5 domains

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

  • accounts.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"
    - "clients2.google.com"
    - "contentautofill.googleapis.com"
    - "safebrowsingohttpgateway.googleapis.com"
    - "www.google.com"

See Network Configuration for more information.

📰 BREAKING: Report filed by Smoke Copilot · 379.1 AIC · ⌖ 19.3 AIC · ⊞ 18.9K

@github-actions

Copy link
Copy Markdown
Contributor

Smoke Test Run 28140407796 Results:

  1. ✅ gh api merged PRs
  2. ✅ gh pr list
  3. ✅ Serena symbol search
  4. ✅ Playwright navigation
  5. ✅ HTTP fetch
  6. ✅ File creation & cat
  7. ✅ Discussion retrieval
  8. ✅ Build
  9. ❌ Artifact upload
    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.

📰 BREAKING: Report filed by Smoke Copilot - AOAI (apikey) · 115.7 AIC · ⌖ 14 AIC · ⊞ 17.9K ·

@pelikhan pelikhan merged commit 77e1097 into main Jun 25, 2026
28 checks passed
@pelikhan pelikhan deleted the copilot/update-cli-version-numbers branch June 25, 2026 02:54
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.

3 participants