-
Notifications
You must be signed in to change notification settings - Fork 0
docs(references): daily intelligence update 2026-04-20 #53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
zircote
merged 2 commits into
develop
from
daily-intelligence-2026-04-20-2e978a175f27bf4f
Apr 20, 2026
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,70 @@ | ||
| # gh-aw Intelligence Report — 2026-04-20 | ||
|
|
||
| **Date:** 2026-04-20 | ||
| **Sources:** GitHub API (github/gh-aw, github/github-mcp-server commits) | ||
| **Last KB date:** 2026-04-18 | ||
|
|
||
| --- | ||
|
|
||
| ## 1. gh-aw Core Updates | ||
|
|
||
| ### New Safe-Output: `update-pull-request` `update-branch` parameter (PR #27244, 2026-04-20) | ||
| - **Feature**: `update-branch: true` added to `update-pull-request` safe-output | ||
| - **Behavior**: When enabled, calls `github.rest.pulls.updateBranch()` to sync the PR branch with its base branch **before** performing other PR metadata updates (title, body, etc.) | ||
| - **Default**: `false` (opt-in) | ||
| - **YAML frontmatter key**: `update-branch: true` in `safe-outputs.update-pull-request` config block | ||
| - **Source**: https://github.com/github/gh-aw/commit/ca935b6cc076763418422ead6209f1ddb939c13c | ||
|
|
||
| ### New Safe-Output: `push-to-pull-request-branch` `fallback-as-pull-request` parameter (PR #27220, 2026-04-20) | ||
| - **Feature**: `fallback-as-pull-request` added to `push-to-pull-request-branch` safe-output | ||
| - **Behavior**: When the target PR branch has diverged (non-fast-forward), creates a new fallback PR instead of failing | ||
| - **Default**: `true` (opt-out behavior — it runs automatically unless disabled) | ||
| - **To disable**: `fallback-as-pull-request: false` | ||
| - **Side effect of default**: `pull-requests: write` permission is now requested by default even if you don't explicitly set it | ||
| - **Source**: https://github.com/github/gh-aw/commit/4f668af8348d30b8c00a1dfc92e499f6cd4e2eb1 | ||
|
|
||
| ### SEC-005 Allowlist Validation for `workflow_dispatch` Target Repo Overrides (PR #27242, 2026-04-20) | ||
| - **Security**: `workflow_dispatch` target repository overrides are now validated against the SEC-005 allowlist | ||
| - **Impact**: Cross-repo dispatch operations must have the target repo in the allowlist or be explicitly permitted | ||
| - **Source**: https://github.com/github/gh-aw/commit/b50d2586f3b0453447859697656760445e06e04c | ||
|
|
||
| ### `push-to-pull-request-branch` `if-no-changes` incorrect values documented | ||
| - **Bug in reference**: The reference file documents `"comment"` and `"skip"` as valid values for `if-no-changes` | ||
| - **Actual valid values**: `"warn"` (default), `"error"`, `"ignore"` (from Go implementation) | ||
| - **This is a priority-1 incorrect gap** | ||
|
|
||
| ### MCP Server CLI SSE `tools/list` fix (PR #27207, 2026-04-19) | ||
| - **Fix**: MCP servers mounted as CLI tools now correctly handle SSE-formatted `tools/list` responses | ||
| - **Impact**: Resolves edge case where MCP server as CLI would fail to enumerate tools | ||
| - **Source**: https://github.com/github/gh-aw/commit/c27524b9eec4a58700270582c92660f6ef1e2895 | ||
|
|
||
| --- | ||
|
|
||
| ## 2. GitHub MCP Server Updates | ||
|
|
||
| No new releases or commits since v1.0.0 (2026-04-16). Latest commit: validation fix for `set_issue_fields` to enforce exactly one value key per field (2026-04-16). | ||
|
|
||
| --- | ||
|
|
||
| ## 3. Gap Analysis Summary | ||
|
|
||
| | Gap | Type | File | Priority | | ||
| |-----|------|------|----------| | ||
| | GAP-1: `if-no-changes` has wrong values ("comment","skip") — should be "warn","error","ignore" | incorrect | `safe-outputs.md` | 1 (highest) | | ||
| | GAP-2: `update-pull-request` missing `update-branch` parameter | missing | `safe-outputs.md` | 3 | | ||
| | GAP-3: `push-to-pull-request-branch` missing `fallback-as-pull-request` parameter | missing | `safe-outputs.md` | 3 | | ||
| | GAP-4: `push-to-pull-request-branch` missing `allowed-files`, `excluded-files`, `patch-format`, `ignore-missing-branch-failure` | missing | `safe-outputs.md` | 3 | | ||
| | GAP-5: SEC-005 `workflow_dispatch` target repo allowlist not documented | missing | `production-gotchas.md` | 3 | | ||
|
|
||
| --- | ||
|
|
||
| ## 4. Knowledge Base Updates | ||
|
|
||
| - `update-pull-request update-branch` parameter documented | ||
| - `push-to-pull-request-branch fallback-as-pull-request` parameter documented | ||
| - SEC-005 enforcement noted | ||
| - `if-no-changes` correct values recorded | ||
|
|
||
| --- | ||
|
|
||
| _Automated by Daily Intelligence Pipeline · 2026-04-20_ |
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.