Skip to content

Upgrade agentic workflows to v0.44.0#152

Merged
pelikhan merged 2 commits intomainfrom
copilot/update-agentic-workflows
Feb 14, 2026
Merged

Upgrade agentic workflows to v0.44.0#152
pelikhan merged 2 commits intomainfrom
copilot/update-agentic-workflows

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 14, 2026

Upgraded all agentic workflows from v0.43.13 to v0.44.0 using gh aw upgrade.

Changes

Version Updates

  • Dispatcher agent URLs updated to v0.44.0
  • All 24 workflows recompiled with latest schema

Automatic Codemods Applied

  • Removed deprecated discussion field from add-comment safe-output in 5 workflows
  • daily-accessibility-review.md, daily-backlog-burner.md, daily-perf-improver.md, daily-qa.md, daily-test-improver.md

Manual Fixes

  • daily-workflow-sync.md: Network config changed from custom domain raw.githubusercontent.com to ecosystem github (v0.44.0 strict mode requirement)
  • update-docs.md: Bash config fixed from invalid [":*"] to true (enables git commands for PR creation)

Generated Files

  • New: .github/workflows/copilot-setup-steps.yml
  • Updated: All .lock.yml files regenerated with current schema

Notes

  • Cron schedule randomization is expected (prevents GitHub Actions timing conflicts)
  • Lock files contain pattern inconsistency ({4,8} vs documented {3,8}) - upstream compiler issue in gh-aw v0.44.0

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 gh auth status (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/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/github/gh-aw/git/ref/tags/v0.44.0
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.44.0 --jq .object.sha (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.44.0 --jq .object.sha .lock (http block)
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.44.0 --jq .object.sha re re _TOKEN"; }; f (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: /usr/bin/gh gh extension install github/gh-aw (http block)
    • Triggering command: /usr/bin/curl curl -fsSL REDACTED (http block)
    • Triggering command: /home/REDACTED/.local/share/gh/extensions/gh-aw/gh-aw /home/REDACTED/.local/share/gh/extensions/gh-aw/gh-aw upgrade --verbose (http block)
  • https://api.github.com/user
    • Triggering command: /usr/bin/gh gh api user --jq .login (http block)

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


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

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update agentic workflows Upgrade agentic workflows to v0.44.0 Feb 14, 2026
Copilot AI requested a review from pelikhan February 14, 2026 22:04
@pelikhan pelikhan marked this pull request as ready for review February 14, 2026 22:14
@pelikhan pelikhan merged commit eb7950f into main Feb 14, 2026
@pelikhan pelikhan deleted the copilot/update-agentic-workflows branch February 14, 2026 22:14
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