-
Notifications
You must be signed in to change notification settings - Fork 0
docs(references): daily intelligence update 2026-04-19 #48
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-19-370d22895a2557c3
Apr 20, 2026
+169
−3
Merged
Changes from 1 commit
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
Next
Next commit
docs(references): daily intelligence update 2026-04-19
- production-gotchas.md: add MCP gateway port 8080 AWF firewall gotcha (gateway moved 80→8080; AWF blocks 8080 by default; fix: gh aw upgrade to v0.25.25+ which adds --allow-host-ports) - gh-aw-architecture.md: bump AWF v0.25.25, MCP Gateway v0.2.25; note port change and --allow-host-ports fix - knowledge-base.md: append 2026-04-19 entry with version bumps and port 8080 critical bug fix - outputs/gh-aw-reports/2026-04-19.md: today's intelligence report Sources: github/gh-aw commits ca1d545, a77850e, 1378d27, c842421 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Loading branch information
commit 5ed9e7daf834ce8f1faacf2c7b87fb30b4fbab15
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
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,119 @@ | ||
| # gh-aw Intelligence Report — 2026-04-19 | ||
|
|
||
| **Period:** 2026-04-18 → 2026-04-19 | ||
| **Sources:** GitHub API (gh-aw, github-mcp-server, agentics, zircote/github-agentic-workflows) | ||
| **Web search:** Blocked by network firewall — GitHub API data only | ||
|
|
||
| --- | ||
|
|
||
| ## 1. gh-aw CLI Updates | ||
|
|
||
| ### AWF v0.25.25 + MCP Gateway v0.2.25 (2026-04-19) | ||
|
|
||
| Routine version bump merged today (PR #27102): | ||
| - **AWF (Actions Workflow Framework):** v0.25.24 → **v0.25.25** | ||
| - **MCP Gateway:** v0.2.24 → **v0.2.25** | ||
|
|
||
| Source: https://github.com/github/gh-aw/commit/ca1d545a9b9f1a4623f30cfa1aae322fbf12db77 | ||
|
|
||
| --- | ||
|
|
||
| ## 2. Critical Bug Fix — MCP Gateway Port 8080 | ||
|
|
||
| **Severity: High** — Silent production failures | ||
|
|
||
| A previous gh-aw change (PR #27058) moved the MCP gateway from **port 80 to port 8080** (non-privileged). However, AWF's `--enable-host-access` flag only whitelists ports 80 and 443 by default. This caused the agent inside AWF to be unable to reach the MCP gateway, resulting in: | ||
|
|
||
| - **Silent MCP tool-call failures** (agent receives no tools) | ||
| - **Safe-output timeouts** (safe-outputs communicate via MCP gateway) | ||
|
|
||
| **Fix (merged 2026-04-19):** Added `--allow-host-ports 80,443,<gateway-port>` to the compiled AWF command, gated by minimum AWF version. Also respects custom `sandbox.mcp.port` configuration. | ||
|
|
||
| Source: https://github.com/github/gh-aw/commit/a77850ea08d6b59e87b5ba41e78a1b5ee60b755d | ||
|
|
||
| **Impact:** Any gh-aw version between the port change and v0.25.25 would silently fail MCP calls. Updating to the latest gh-aw (`gh aw upgrade`) resolves this. | ||
|
|
||
| --- | ||
|
|
||
| ## 3. New Workflow — copilot-opt | ||
|
|
||
| A new gh-aw internal workflow `copilot-opt` has been added (commit 1378d27) that: | ||
| - Analyzes 14-day session history | ||
| - Generates 3 evidence-backed Copilot optimization issue recommendations | ||
| - Uses lean toolset + Haiku model + pre-aggregation for token efficiency | ||
|
|
||
| Token optimizer was also improved with cli-proxy path, lean toolset, and prompt compaction. | ||
|
|
||
| Source: https://github.com/github/gh-aw/commit/1378d27a7efc20f30e8fedd484fab57beea7db26 | ||
|
|
||
| --- | ||
|
|
||
| ## 4. Exported Constants — guard-policy, BYOK, AWF Version | ||
|
|
||
| New constants exported from `pkg/constants`: | ||
| - `guard-policy` — AWF network guard policy identifiers | ||
| - `BYOK` (Bring Your Own Key) — token configuration constants | ||
| - AWF version string constants | ||
|
|
||
| Source: https://github.com/github/gh-aw/commit/c842421a058e688346db5491ce80e44179df6d01 | ||
|
|
||
| --- | ||
|
|
||
| ## 5. API Rename — ResolveLatestActionPin | ||
|
|
||
| `GetCachedActionPin` renamed to `ResolveLatestActionPin` in `pkg/actionpins`. This is an internal API change; no impact on workflow authors. | ||
|
|
||
| Source: https://github.com/github/gh-aw/commit/7533280119bfffdd4f020ca893dcc818935e4600 | ||
|
|
||
| --- | ||
|
|
||
| ## 6. GitHub MCP Server — v1.0.0 Still Current | ||
|
|
||
| No new releases since v1.0.0 (2026-04-16). The stable 1.0 release with: | ||
| - `set_issue_fields` tool (issues_granular toolset) | ||
| - MCP Apps migrated from insiders to `remote_mcp_ui_apps` feature flag | ||
| - granular toolsets: `issues_granular`, `pull_request_granular` | ||
| - `resolve_review_thread` tool (v0.33.0) | ||
| - `list_commits`: `path`, `since`, `until` parameters (v0.33.0) | ||
|
|
||
| --- | ||
|
|
||
| ## 7. githubnext/agentics | ||
|
|
||
| Minor formatting fixes (2026-04-17, don Syme). No new workflows or patterns. | ||
|
zircote marked this conversation as resolved.
Outdated
|
||
|
|
||
| --- | ||
|
|
||
| ## 8. Community | ||
|
|
||
| No significant community findings today (web search blocked by network firewall). | ||
|
|
||
| --- | ||
|
|
||
| ## Gap Analysis | ||
|
|
||
| ### GAP-1 (missing, priority 1): production-gotchas.md — MCP gateway port 8080 | ||
|
|
||
| **File:** `skills/aw-author/references/production-gotchas.md` | ||
| **Section:** MCP Server Constraints | ||
| **Issue:** The critical MCP gateway port change (80 → 8080) and AWF firewall blocking issue is not documented. This is a high-impact production failure causing silent MCP tool-call failures and safe-output timeouts. | ||
| **Action:** Add new gotcha entry — implemented in this PR. | ||
|
|
||
| ### GAP-2 (outdated, priority 2): gh-aw-architecture.md — AWF/MCP Gateway versions | ||
|
|
||
| **File:** `.claude/skills/gh-aw-report/references/gh-aw-architecture.md` | ||
| **Section:** MCP Gateway version | ||
| **Issue:** Architecture file still references v0.1.9 (open issue #39). Now bumped to v0.2.25. AWF should be noted as v0.25.25. | ||
| **Action:** Update version references — implemented in this PR. | ||
|
|
||
| *Note: Gaps #39–#43 from 2026-04-18 remain open for Copilot implementation.* | ||
|
|
||
| --- | ||
|
|
||
| ## Summary | ||
|
|
||
| - **Queries run:** 5 GitHub API (gh-aw, github-mcp-server, agentics, zircote, releases) | ||
| - **Web searches:** 0 (network firewall blocked all outbound requests) | ||
| - **Key findings:** AWF/Gateway bumped to v0.25.25/v0.2.25; critical MCP port 8080 bug fixed; new copilot-opt workflow | ||
| - **Gaps identified:** 2 new (port 8080 gotcha, architecture version) | ||
| - **Files changed:** production-gotchas.md, gh-aw-architecture.md, knowledge-base.md (×2) | ||
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.