|
| 1 | +# gh-aw Intelligence Report — 2026-04-18 |
| 2 | + |
| 3 | +**Generated**: 2026-04-18 |
| 4 | +**Coverage**: 2026-04-14 → 2026-04-18 |
| 5 | +**Sources**: GitHub API (github-mcp-server, gh-aw commits), repository data |
| 6 | + |
| 7 | +--- |
| 8 | + |
| 9 | +## 1. Summary |
| 10 | + |
| 11 | +Significant activity this week: **GitHub MCP Server reached v1.0.0** (its first stable major release) on 2026-04-16. The gh-aw core also had active development, with the default MCP Gateway bumped to **v0.2.24** and AWF to **v0.25.24**, plus a fix for the persistent "Redact secrets in logs" warning in MCP gateway logs. |
| 12 | + |
| 13 | +--- |
| 14 | + |
| 15 | +## 2. GitHub MCP Server |
| 16 | + |
| 17 | +### v1.0.0 (2026-04-16) — First Stable Release 🎉 |
| 18 | +- **`set_issue_fields` tool**: New tool in the `issues_granular` toolset. Sets, updates, or deletes organization-level custom field values on issues. Feature-flagged under `issues_granular`. |
| 19 | +- **MCP Apps Feature Flag**: MCP Apps UI support migrated from insiders-only mode to a proper feature flag (`remote_mcp_ui_apps`). Will be rolled out to more users with supported clients over time. Insiders mode remains active for other experiments. |
| 20 | +- **Dependencies**: `modelcontextprotocol/go-sdk` upgraded to v1.5.0; `docker/login-action` to 4.0.0; `docker/setup-buildx-action` to 4.0.0. |
| 21 | +- **Source**: https://github.com/github/github-mcp-server/releases/tag/v1.0.0 |
| 22 | + |
| 23 | +### v0.33.1 (2026-04-14) — Patch |
| 24 | +- Patch release over v0.33.0. Full changelog: https://github.com/github/github-mcp-server/releases/tag/v0.33.1 |
| 25 | + |
| 26 | +### v0.33.0 (2026-04-14) — OSS Granular Toolsets |
| 27 | +- **`resolve_review_thread` tool**: Resolves PR review threads (in `pull_request_granular` toolset). |
| 28 | +- **Granular toolsets (OSS)**: `pull_request_granular` and `issues_granular` — fine-grained write operations separated from default toolsets. |
| 29 | +- **`list_commits` parameters**: Added `path`, `since`, and `until` filter parameters. |
| 30 | +- **Configurable server name/title** via translation strings. |
| 31 | +- **Source**: https://github.com/github/github-mcp-server/releases/tag/v0.33.0 |
| 32 | + |
| 33 | +--- |
| 34 | + |
| 35 | +## 3. gh-aw Core |
| 36 | + |
| 37 | +### Version Bumps (2026-04-18) |
| 38 | +- **AWF (Actions Workflow Framework)** bumped to **v0.25.24** |
| 39 | +- **MCP Gateway** bumped to **v0.2.24** |
| 40 | +- **Commit**: `Bump default AWF to v0.25.24 and MCP Gateway to v0.2.24 (#26966)` |
| 41 | + |
| 42 | +### "Redact secrets in logs" Fix (2026-04-18) |
| 43 | +- **Issue**: MCP gateway was previously running as a different user than the runner, causing persistent "Redact secrets in logs" warnings in workflow logs. |
| 44 | +- **Fix**: MCP gateway now runs as runner user with proper uid/gid mapping for Docker socket group. |
| 45 | +- **Impact**: Eliminates noisy log warnings; does not affect functionality. |
| 46 | +- **Commit**: `Eliminate persistent "Redact secrets in logs" warnings by running MCP gateway as runner user (#26658)` |
| 47 | + |
| 48 | +### `create_pull_request.base_branch` Honored (2026-04-18) |
| 49 | +- The configured `create_pull_request.base_branch` safe-output parameter is now honored in safe-output patch generation. |
| 50 | +- **Commit**: `Honor configured create_pull_request.base_branch in safe-output patch generation (#26952)` |
| 51 | + |
| 52 | +### Compile: MCP Stdout Hardening (2026-04-18) |
| 53 | +- `gh aw compile` now hardens MCP stdout handling and has compile stdio pollution coverage tests. |
| 54 | +- **Commit**: `Harden compile MCP stdout handling and add compile stdio pollution coverage (#26968)` |
| 55 | + |
| 56 | +### SideRepoOps Context (2026-04-18) |
| 57 | +- Comment scripts refactored for native `SideRepoOps` context, providing explicit `workflowRepo` vs `eventRepo` distinction. |
| 58 | +- **Commit**: `Refactor comment scripts for native SideRepoOps context (workflowRepo vs eventRepo) (#26953)` |
| 59 | + |
| 60 | +### Copilot CLI Pinned to v1.0.21 (2026-04-17) |
| 61 | +- Default Copilot CLI version reverted/pinned to v1.0.21 and lockfiles recompiled. |
| 62 | +- **Commit**: `Revert default Copilot CLI to v1.0.21 and recompile lockfiles (#26963)` |
| 63 | + |
| 64 | +--- |
| 65 | + |
| 66 | +## 4. GitHub Actions / Platform |
| 67 | + |
| 68 | +No significant GitHub Actions platform updates identified in this period beyond what's captured above. |
| 69 | + |
| 70 | +--- |
| 71 | + |
| 72 | +## 5. GitHub Copilot |
| 73 | + |
| 74 | +No new Copilot-specific updates beyond what's captured in the gh-aw section above. |
| 75 | + |
| 76 | +--- |
| 77 | + |
| 78 | +## 6. Ecosystem / Community |
| 79 | + |
| 80 | +No significant community posts or blog posts identified (web search unavailable; GitHub API only). |
| 81 | + |
| 82 | +--- |
| 83 | + |
| 84 | +## 7. Gap Analysis Summary |
| 85 | + |
| 86 | +Gaps identified against reference files (see Phase 4 for detail): |
| 87 | + |
| 88 | +| Gap ID | Priority | File | Description | |
| 89 | +|--------|----------|------|-------------| |
| 90 | +| GAP-1 | outdated (2) | `gh-aw-architecture.md` | MCP Gateway version v0.1.9 → v0.2.24 | |
| 91 | +| GAP-2 | missing (3) | `gh-aw-architecture.md` | AWF version v0.25.24 not documented | |
| 92 | +| GAP-3 | missing (3) | `production-gotchas.md` | "Redact secrets in logs" resolved gotcha not documented | |
| 93 | +| GAP-4 | missing (3) | `tools-reference.md` | `set_issue_fields` tool (v1.0.0) not documented | |
| 94 | +| GAP-5 | missing (3) | `gh-aw-architecture.md` | `SideRepoOps` context (workflowRepo/eventRepo) not documented | |
| 95 | + |
| 96 | +*Note: Gaps from yesterday's run (#32 GAP-1, #33 GAP-2, #34 GAP-3) are still open and excluded from today's new issues.* |
| 97 | + |
| 98 | +--- |
| 99 | + |
| 100 | +## 8. Recommended Actions |
| 101 | + |
| 102 | +1. Update `gh-aw-architecture.md` MCP Gateway version to v0.2.24 |
| 103 | +2. Add AWF version v0.25.24 to architecture documentation |
| 104 | +3. Document the "Redact secrets in logs" fix in `production-gotchas.md` |
| 105 | +4. Add `set_issue_fields` to `tools-reference.md` GitHub tools section |
| 106 | +5. Document `SideRepoOps` context in `gh-aw-architecture.md` |
0 commit comments