|
6 | 6 |
|
7 | 7 | --- |
8 | 8 |
|
| 9 | +## [2026-04-19] Daily Intelligence — AWF v0.25.25 / MCP Gateway v0.2.25 / Port 8080 Fix |
| 10 | + |
| 11 | +### gh-aw Version Bumps (2026-04-19) |
| 12 | +- **AWF (Actions Workflow Framework)**: v0.25.24 → **v0.25.25** (routine bump, PR #27102) |
| 13 | +- **MCP Gateway**: v0.2.24 → **v0.2.25** (routine bump, PR #27102) |
| 14 | + |
| 15 | +### Critical Bug Fix — MCP Gateway Port 8080 (2026-04-19) |
| 16 | +- **Symptom**: Silent MCP tool-call failures and safe-output timeouts |
| 17 | +- **Root cause**: PR #27058 moved MCP gateway from port 80 to port **8080** (non-privileged). AWF `--enable-host-access` only whitelists ports 80 and 443 by default, blocking gateway traffic on 8080. |
| 18 | +- **Fix**: Added `--allow-host-ports 80,443,<gateway-port>` to compiled AWF command, gated by minimum AWF version; respects custom `sandbox.mcp.port` config. Merged 2026-04-19 in PR #27080. |
| 19 | +- **Resolution**: Update to gh-aw v0.25.25+ (`gh aw upgrade`). |
| 20 | +- Source: https://github.com/github/gh-aw/commit/a77850ea08d6b59e87b5ba41e78a1b5ee60b755d |
| 21 | + |
| 22 | +### New copilot-opt Workflow (2026-04-19) |
| 23 | +- gh-aw internal workflow that analyzes 14-day session history and generates 3 evidence-backed Copilot optimization issues |
| 24 | +- Uses Haiku model + lean toolset + prompt compaction for token efficiency |
| 25 | +- Source: https://github.com/github/gh-aw/commit/1378d27a7efc20f30e8fedd484fab57beea7db26 |
| 26 | + |
| 27 | +### Exported Constants (2026-04-19) |
| 28 | +- New constants exported from pkg: `guard-policy`, `BYOK`, AWF version string |
| 29 | +- Source: https://github.com/github/gh-aw/commit/c842421a058e688346db5491ce80e44179df6d01 |
| 30 | + |
| 31 | +--- |
| 32 | + |
9 | 33 | ## [2026-04-18] Intelligence Update |
10 | 34 |
|
11 | 35 | ### GitHub MCP Server |
@@ -156,29 +180,4 @@ Workflow reruns capped at 50 (2026-04-10). OIDC for Dependabot/code scanning. Co |
156 | 180 | - **Copilot cloud agent per-org control** (April 15, 2026): Can now be enabled for selected organizations via AI Controls page → "Agent" → "Copilot Cloud Agent" |
157 | 181 | - **REST API version 2026-03-10**: Available with breaking changes to the REST API |
158 | 182 |
|
159 | | ---- |
160 | | - |
161 | | -## [2026-04-19] Daily Intelligence — AWF v0.25.25 / MCP Gateway v0.2.25 / Port 8080 Fix |
162 | | - |
163 | | -### gh-aw Version Bumps (2026-04-19) |
164 | | -- **AWF (Actions Workflow Framework)**: v0.25.24 → **v0.25.25** (routine bump, PR #27102) |
165 | | -- **MCP Gateway**: v0.2.24 → **v0.2.25** (routine bump, PR #27102) |
166 | | - |
167 | | -### Critical Bug Fix — MCP Gateway Port 8080 (2026-04-19) |
168 | | -- **Symptom**: Silent MCP tool-call failures and safe-output timeouts |
169 | | -- **Root cause**: PR #27058 moved MCP gateway from port 80 to port **8080** (non-privileged). AWF `--enable-host-access` only whitelists ports 80 and 443 by default, blocking gateway traffic on 8080. |
170 | | -- **Fix**: Added `--allow-host-ports 80,443,<gateway-port>` to compiled AWF command, gated by minimum AWF version; respects custom `sandbox.mcp.port` config. Merged 2026-04-19 in PR #27080. |
171 | | -- **Resolution**: Update to gh-aw v0.25.25+ (`gh aw upgrade`). |
172 | | -- Source: https://github.com/github/gh-aw/commit/a77850ea08d6b59e87b5ba41e78a1b5ee60b755d |
173 | | - |
174 | | -### New copilot-opt Workflow (2026-04-19) |
175 | | -- gh-aw internal workflow that analyzes 14-day session history and generates 3 evidence-backed Copilot optimization issues |
176 | | -- Uses Haiku model + lean toolset + prompt compaction for token efficiency |
177 | | -- Source: https://github.com/github/gh-aw/commit/1378d27a7efc20f30e8fedd484fab57beea7db26 |
178 | | - |
179 | | -### Exported Constants (2026-04-19) |
180 | | -- New constants exported from pkg: `guard-policy`, `BYOK`, AWF version string |
181 | | -- Source: https://github.com/github/gh-aw/commit/c842421a058e688346db5491ce80e44179df6d01 |
182 | | - |
183 | | ---- |
184 | 183 | <!-- Append new entries above this line, newest first --> |
0 commit comments