Skip to content

Commit 8f26ba5

Browse files
committed
docs: address Copilot review feedback on PR #48
- Add [SUPERSEDED by 2026-04-19] dates to AWF v0.25.24 and MCP Gateway v0.2.24 markers - Capitalize "Don Syme" in 2026-04-19 intelligence report - Rephrase --allow-host-ports to use <gateway-port> placeholder (consistent with custom sandbox.mcp.port note) - Restore "### gh aw mcp inspect/list Limitation" heading above its explanatory paragraph - Rename "Root cause commit" to "Fix commit" (the linked commit is the fix, not the cause) - Reorder knowledge-base.md so 2026-04-19 entry sits above 2026-04-18 (newest-first)
1 parent 5ed9e7d commit 8f26ba5

4 files changed

Lines changed: 30 additions & 31 deletions

File tree

.claude/skills/gh-aw-report/knowledge-base.md

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@
66
77
---
88

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+
933
## [2026-04-18] Intelligence Update
1034

1135
### GitHub MCP Server
@@ -156,29 +180,4 @@ Workflow reruns capped at 50 (2026-04-10). OIDC for Dependabot/code scanning. Co
156180
- **Copilot cloud agent per-org control** (April 15, 2026): Can now be enabled for selected organizations via AI Controls page → "Agent" → "Copilot Cloud Agent"
157181
- **REST API version 2026-03-10**: Available with breaking changes to the REST API
158182

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-
---
184183
<!-- Append new entries above this line, newest first -->

.claude/skills/gh-aw-report/references/gh-aw-architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Stable architectural facts about the GitHub Agentic Workflows ecosystem. Used by
99
- **Install**: `gh extension install github/gh-aw`
1010
- **Purpose**: Compile markdown workflow definitions into GitHub Actions `.lock.yml` files
1111
- **Key commands**: `gh aw compile`, `gh aw validate`, `gh aw upgrade`, `gh aw mcp inspect`, `gh aw mcp list`
12-
- **AWF (Actions Workflow Framework)**: Default version **v0.25.25** (as of 2026-04-19; v0.25.24 [SUPERSEDED])
12+
- **AWF (Actions Workflow Framework)**: Default version **v0.25.25** (as of 2026-04-19; v0.25.24 [SUPERSEDED by 2026-04-19])
1313

1414
### Workflow File Structure
1515
- **Source**: `.github/workflows/<name>.md` — markdown with YAML frontmatter
@@ -81,7 +81,7 @@ Stable architectural facts about the GitHub Agentic Workflows ecosystem. Used by
8181
- **`base_ref` parameter:** On Copilot PR tools for stacked PR / feature branch workflows
8282
- **Insiders mode:** Opt-in experimental features via `/insiders` URL or config header
8383
- **HTTP mode:** Enterprise deployment with per-request OAuth token forwarding
84-
- **MCP Gateway:** Centralized access management for MCP servers (**v0.2.25** as of 2026-04-19; v0.2.24 [SUPERSEDED])
84+
- **MCP Gateway:** Centralized access management for MCP servers (**v0.2.25** as of 2026-04-19; v0.2.24 [SUPERSEDED by 2026-04-19])
8585
- Runs as runner user with uid/gid Docker mapping since v0.2.x (fixes "Redact secrets in logs" warnings)
8686
- **Port changed** from 80 → **8080** (non-privileged) in a prior PR; AWF `--allow-host-ports` added to whitelist port 8080
8787

outputs/gh-aw-reports/2026-04-19.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ No new releases since v1.0.0 (2026-04-16). The stable 1.0 release with:
8080

8181
## 7. githubnext/agentics
8282

83-
Minor formatting fixes (2026-04-17, don Syme). No new workflows or patterns.
83+
Minor formatting fixes (2026-04-17, Don Syme). No new workflows or patterns.
8484

8585
---
8686

skills/aw-author/references/production-gotchas.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -319,15 +319,15 @@ A gh-aw change moved the MCP gateway from port **80** to port **8080** (non-priv
319319
gh aw upgrade
320320
```
321321

322-
This compiles `--allow-host-ports 80,443,8080` into the AWF command, allowing the agent to reach the MCP gateway.
322+
This compiles `--allow-host-ports 80,443,<gateway-port>` into the AWF command, allowing the agent to reach the MCP gateway. The default gateway port is `8080`.
323323

324324
**Custom port:** If you use a custom `sandbox.mcp.port` configuration, the fix respects that value.
325325

326-
**Root cause commit:** https://github.com/github/gh-aw/commit/a77850ea08d6b59e87b5ba41e78a1b5ee60b755d
326+
**Fix commit:** https://github.com/github/gh-aw/commit/a77850ea08d6b59e87b5ba41e78a1b5ee60b755d
327327

328328
---
329329

330-
330+
### `gh aw mcp inspect/list` Limitation
331331

332332
The `gh aw mcp inspect` and `gh aw mcp list` commands do **NOT** follow `imports:` directives. They only see MCP servers declared in the direct frontmatter of the workflow file being inspected.
333333

0 commit comments

Comments
 (0)