Closed
Conversation
…0, Playwright MCP 0.0.64 (#14114)
This was referenced Feb 6, 2026
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update create.md with orchestration references
Merge main branch into PR
Feb 6, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates several components in the gh-aw repository including CLI version bumps, a new binary copy step for dev mode workflows, discussion fallback logic for comments, two new workflow files, and comprehensive lock file regeneration after merging main branch.
Changes:
- Added binary copy step in dev mode workflows to enable direct ./gh-aw execution in user-defined steps
- Implemented discussion fallback logic in add_comment handler with comprehensive tests
- Updated CLI/package versions (Copilot 0.0.405, Claude Code 2.1.34, Codex 0.98.0, Playwright MCP 0.0.64)
- Added two new workflows: daily-mcp-concurrency-analysis and security-fix-pr
- Updated action-tag reference and fixed textblob version check
- Regenerated 146 workflow lock files
Reviewed changes
Copilot reviewed 155 out of 155 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pkg/workflow/compiler_yaml_main_job.go | Adds cp/chmod commands to copy gh-aw binary to root directory in dev mode |
| pkg/workflow/mcp_config_compilation_test.go | Adds test verification for binary copy step |
| pkg/constants/constants.go | Updates default versions for Copilot, Claude Code, Codex, and Playwright MCP |
| actions/setup/js/add_comment.cjs | Implements discussion fallback when item_number returns 404 |
| actions/setup/js/add_comment.test.cjs | Adds comprehensive tests for discussion fallback scenarios |
| .github/workflows/daily-mcp-concurrency-analysis.md | New workflow for analyzing MCP tools for concurrency issues |
| .github/workflows/security-fix-pr.md | New workflow for automated security fix creation |
| .github/workflows/daily-fact.md | Updates action-tag to newer commit |
| .github/workflows/copilot-pr-nlp-analysis.md | Fixes textblob version check using importlib.metadata |
| docs/src/content/docs/agent-factory-status.mdx | Adds new workflow to status table |
| .github/workflows/*.lock.yml | Regenerated lock files with updated versions and binary copy steps |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merged main branch into the PR to incorporate latest upstream changes and resolve conflicts.
Changes
.lock.ymlfiles after merge usingmake recompileConflict Resolution Strategy
For documentation files (
.md):For code files (
.go,.cjs):For generated files (
.lock.yml):✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.