Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Feb 9, 2026

Upgrades GitHub Agentic Workflows tooling from v0.42.0 to v0.42.16.

Version Updates

  • gh-aw: v0.42.0 → v0.42.16
  • Copilot CLI: 0.0.402 → 0.0.405
  • AWF (firewall): v0.13.4 → v0.13.12
  • MCP Gateway: v0.0.98 → v0.0.113

Changes

Core Infrastructure

  • Recompiled 4 workflow lock files in .github/workflows/ with updated versions
  • Updated agent file references to v0.42.16 documentation
  • Added telemetry domain telemetry.enterprise.githubcopilot.com to allowed domains
  • Added MCP Gateway payload directory configuration

Schema Migration

Fixed deprecated bash tool syntax in 9 workflows:

  tools:
    github:
      toolsets: [all]
-   bash:
+   bash: true

The anonymous bash: syntax is no longer supported in v0.42.16+. Explicit configuration required: bash: true (all commands), bash: false (disable), or bash: ["cmd1", "cmd2"] (specific commands).

Notes

  • Upgrade performed via gh aw upgrade command
  • Workflow lock files in workflows/ directory are gitignored (generated artifacts)
  • Runtime imports now use full .github/workflows/ paths

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/graphql
    • Triggering command: /usr/bin/gh /usr/bin/gh api graphql -f query=query($owner: String!, $name: String!) { repository(owner: $owner, name: $name) { hasDiscussionsEnabled } } -f owner=githubnext -f name=agentics (http block)
  • https://api.github.com/repos/actions/checkout/git/ref/tags/v4
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v4 --jq .object.sha (http block)
  • https://api.github.com/repos/actions/checkout/git/ref/tags/v5
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v5 --jq .object.sha (http block)
  • https://api.github.com/repos/actions/checkout/git/ref/tags/v6
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq .object.sha (http block)
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/git/ref/tags/v6 --jq .object.sha w/upgrade-agentic-workflows.md (http block)
  • https://api.github.com/repos/actions/checkout/releases
    • Triggering command: /usr/bin/gh gh api /repos/actions/checkout/releases --jq .[].tag_name (http block)
  • https://api.github.com/repos/actions/download-artifact/git/ref/tags/v6.0.0
    • Triggering command: /usr/bin/gh gh api /repos/actions/download-artifact/git/ref/tags/v6.0.0 --jq .object.sha (http block)
  • https://api.github.com/repos/actions/github-script/git/ref/tags/v8.0.0
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/git/ref/tags/v8.0.0 --jq .object.sha (http block)
  • https://api.github.com/repos/actions/github-script/releases
    • Triggering command: /usr/bin/gh gh api /repos/actions/github-script/releases --jq .[].tag_name (http block)
  • https://api.github.com/repos/actions/setup-node/git/ref/tags/v6.1.0
    • Triggering command: /usr/bin/gh gh api /repos/actions/setup-node/git/ref/tags/v6.1.0 --jq .object.sha (http block)
  • https://api.github.com/repos/actions/upload-artifact/git/ref/tags/v6.0.0
    • Triggering command: /usr/bin/gh gh api /repos/actions/upload-artifact/git/ref/tags/v6.0.0 --jq .object.sha (http block)
  • https://api.github.com/repos/github/gh-aw/git/ref/tags/v0.42.16
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.42.16 --jq .object.sha (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.42.16 --jq .object.sha w/upgrade-agentic-workflows.md (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.42.16 --jq .object.sha -main/dist/index.js (http block)
  • https://api.github.com/repos/github/gh-aw/releases
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/releases --jq .[].tag_name (http block)
  • https://api.github.com/repos/github/gh-aw/releases/latest
    • Triggering command: /home/REDACTED/.local/share/gh/extensions/gh-aw/gh-aw /home/REDACTED/.local/share/gh/extensions/gh-aw/gh-aw upgrade (http block)
  • https://api.github.com/user
    • Triggering command: /usr/bin/gh gh api user --jq .login (http block)
    • Triggering command: /usr/bin/gh gh api user --jq .login re re (http block)
    • Triggering command: /usr/bin/gh gh api user --jq .login d -n 10 (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Upgrade agentic workflows

Custom agent used: agentic-workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits February 9, 2026 12:41
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Upgrade agentic workflows for improved functionality Upgrade gh-aw to v0.42.16 Feb 9, 2026
Copilot AI requested a review from pelikhan February 9, 2026 12:54
@pelikhan pelikhan marked this pull request as ready for review February 9, 2026 13:22
@pelikhan pelikhan merged commit f0c1b6f into main Feb 9, 2026
2 checks passed
@pelikhan pelikhan deleted the copilot/upgrade-agentic-workflows-one-more-time branch February 9, 2026 13:23
Sign up for free to 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.

2 participants