Skip to content

Commit 6a4b5e8

Browse files
docs(references): daily intelligence update 2026-04-14
- Add GitHub MCP Server v0.33.1 version + new v0.33.x features to gh-aw-architecture.md - Add githubnext/autoloop standalone repo and Daily Efficiency Improver pattern to architecture.md - Add production gotcha: resolve-pull-request-review-thread fails on non-PR triggers - Add Daily Efficiency Improver workflow pattern example to orchestration.md - Append 2026-04-14 sweep entry to knowledge base - Save intelligence report to outputs/gh-aw-reports/2026-04-14.md GAP-1: gh-aw-architecture.md missing GitHub MCP Server v0.33.1 version and features GAP-2: production-gotchas.md missing resolve-pull-request-review-thread non-PR trigger bug GAP-3: knowledge-base.md missing 2026-04-14 sweep entry GAP-4: orchestration.md missing Daily Efficiency Improver pattern GAP-5: gh-aw-architecture.md missing autoloop standalone repo Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent e4ebdd9 commit 6a4b5e8

5 files changed

Lines changed: 185 additions & 1 deletion

File tree

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
# gh-aw Intelligence Report — 2026-04-14
2+
3+
**Date**: 2026-04-14
4+
**Sources**: GitHub API (tracked repos), githubnext/agentics, github/github-mcp-server, github/gh-aw
5+
6+
---
7+
8+
## 1. gh-aw Core
9+
10+
No new gh-aw CLI releases detected since last sweep. Active development visible via [plan] issues in `github/gh-aw` focused on internal refactoring (splitting large Go files per AGENTS.md policy). One notable bug fix in-flight:
11+
12+
- **[plan] Fix resolve_pull_request_review_thread Context Check** — The `resolve-pull-request-review-thread` safe-output fails on schedule-triggered workflows even when `thread_id` is explicitly provided. Root cause: the legacy mode path requires `triggeringPRNumber`, which is unavailable outside PR-triggered contexts. Fix is planned upstream. See: https://github.com/github/gh-aw/issues (2026-04-14)
13+
14+
---
15+
16+
## 2. GitHub Actions AI Features
17+
18+
- `githubnext/agentics` added **Daily Efficiency Improver** workflow (PR #311, 2026-04-13) — new sample pattern for scheduled, AI-driven productivity enhancements on repository health.
19+
- `githubnext/autoloop` extracted to standalone repository; `githubnext/agentics` updated references (PR #313, 2026-04-12).
20+
- Various Mermaid diagram escaping fixes and Discord channel reference updates in agentics sample pack.
21+
22+
---
23+
24+
## 3. GitHub Copilot Workspace
25+
26+
- No significant new releases detected this cycle. Knowledge base entries current as of 2026-04-14.
27+
- JetBrains GA (March 11, 2026) and agentic code review GA (March 2026) remain the latest milestones.
28+
29+
---
30+
31+
## 4. GitHub Copilot Agent Mode
32+
33+
- No new releases detected this cycle.
34+
- Copilot CLI GA (February 25, 2026) remains the latest milestone.
35+
- April 2026 changelog: Copilot in Visual Studio March update (released 2026-04-02).
36+
37+
---
38+
39+
## 5. GitHub Models API
40+
41+
No significant changes detected this cycle.
42+
43+
---
44+
45+
## 6. GitHub MCP Server
46+
47+
**New release: v0.33.1** (released 2026-04-14T15:39:43Z) — patch on top of v0.33.0 (also released today):
48+
49+
### v0.33.0 (2026-04-14) highlights:
50+
- **`resolve_pull_request_review_thread` tool** — new MCP tool for resolving PR review threads (maps to `resolve-pull-request-review-thread` safe-output in gh-aw)
51+
- **OSS granular PRs and issues toolsets** — more granular toolset configuration for open-source deployments
52+
- **`path`, `since`, `until` params added to `list_commits`** — enhanced commit listing
53+
- **Configurable server name and title** via translation strings
54+
- Bug fix: `additionalProperties` in `push_files` schema
55+
56+
### v0.33.1 (2026-04-14) — patch:
57+
- Changelog: https://github.com/github/github-mcp-server/compare/v0.32.0...v0.33.1
58+
59+
Previous tracked version: **v0.32.0** (2026-03-06):
60+
- Context reductions across multiple tools
61+
- Copilot tools moved to default `copilot` toolset (available out of the box)
62+
- MCP Apps UI improvements
63+
64+
**Reference gap**: `gh-aw-architecture.md` does not record the current GitHub MCP Server version. Should track as v0.33.1.
65+
66+
---
67+
68+
## 7. Claude Code + GitHub
69+
70+
No significant changes detected this cycle. GitHub MCP Server installation guide for Claude (`github/github-mcp-server/docs/installation-guides/install-claude.md`) remains current.
71+
72+
---
73+
74+
## 8. Agentic CI/CD Community
75+
76+
- `githubnext/agentics` growing: 313+ PRs, active sample pack with new Daily Efficiency Improver pattern
77+
- `githubnext/autoloop` now a standalone repository (separated from agentics sample pack)
78+
- Community `0GiS0/github-agentic-workflows` remains active with Daily Status Report bot pattern
79+
80+
---
81+
82+
## Gap Analysis Summary
83+
84+
| ID | Type | Priority | File | Description |
85+
|----|------|----------|------|-------------|
86+
| GAP-1 | outdated | 2 | `gh-aw-architecture.md` | Missing GitHub MCP Server current version (v0.33.1) and v0.33.x features |
87+
| GAP-2 | missing | 3 | `production-gotchas.md` | `resolve-pull-request-review-thread` fails on non-PR triggers even with explicit `thread_id` |
88+
| GAP-3 | missing | 3 | `knowledge-base.md` | No dated entry for GitHub MCP Server v0.33.x release |
89+
| GAP-4 | missing | 3 | `orchestration.md` | New "Daily Efficiency Improver" scheduled workflow pattern from githubnext/agentics |
90+
| GAP-5 | missing | 3 | `gh-aw-architecture.md` | `githubnext/autoloop` is now a standalone repo (not inside agentics) |

skills/aw-author/references/orchestration.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,33 @@ safe-outputs:
250250
- Use `expires` for auto-cleanup
251251
- Consider `cache-memory` for tracking trends across runs
252252

253+
### Example: Daily Efficiency Improver (from githubnext/agentics)
254+
255+
A scheduled workflow that performs AI-driven productivity improvements on the repository — analyzing code quality signals, identifying low-hanging refactoring opportunities, and filing targeted improvement issues. Pattern added to `githubnext/agentics` on 2026-04-13 (PR #311).
256+
257+
```yaml
258+
on:
259+
schedule: daily
260+
261+
permissions:
262+
contents: read
263+
issues: read
264+
pull-requests: read
265+
266+
tools:
267+
github:
268+
toolsets: [issues, pull_requests, code_security]
269+
270+
safe-outputs:
271+
create-issue:
272+
title-prefix: "[efficiency] "
273+
labels: [automated, enhancement]
274+
max: 3
275+
close-older-issues: false # accumulate, don't replace
276+
```
277+
278+
**Key characteristic:** Unlike batch reporting (which summarizes), the Efficiency Improver creates actionable items for human follow-up. It avoids duplicate issues by checking for open items with its title prefix before creating new ones.
279+
253280
---
254281

255282
## 7. Meta-Agent (Agent Monitoring Agents)

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

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,3 +373,43 @@ Repositories with branch protection rulesets that require **signed commits** now
373373
**Current behavior (early 2026+):** gh-aw correctly signs commits on newly created branches. No configuration change needed.
374374

375375
**Edge case:** Custom tokens (`github-token:` in safe-outputs) using a different App identity may still require signing configuration on the target App.
376+
377+
---
378+
379+
## `resolve-pull-request-review-thread` Fails on Non-PR Triggers
380+
381+
### Symptom
382+
383+
When `resolve-pull-request-review-thread` is called from a `schedule` or `workflow_dispatch` triggered workflow — even with an explicit `thread_id` provided — the safe-output fails with:
384+
385+
```
386+
Cannot resolve review threads outside of a pull request context
387+
```
388+
389+
### Root Cause
390+
391+
The safe-output handler's legacy code path requires `triggeringPRNumber` (only available in PR-triggered workflows). When the workflow is triggered by `schedule` or `workflow_dispatch`, no triggering PR context exists, so the handler rejects the call even when `thread_id` maps unambiguously to a specific PR via the GraphQL API.
392+
393+
### Affected Configuration
394+
395+
```yaml
396+
safe-outputs:
397+
resolve-pull-request-review-thread:
398+
target: "triggering" # ← fails when workflow is not triggered by a PR
399+
max: 10
400+
```
401+
402+
### Workaround
403+
404+
Specify the target PR explicitly by number instead of using `"triggering"`:
405+
406+
```yaml
407+
safe-outputs:
408+
resolve-pull-request-review-thread:
409+
target: 42 # explicit PR number
410+
max: 10
411+
```
412+
413+
If the PR number is determined at runtime, pass it via the agent output fields (`pr_number` in the safe-output call). Alternatively, only invoke this safe-output from PR-event-triggered workflows.
414+
415+
**Status (2026-04-14):** Fix pending upstream in `github/gh-aw` — handler should allow resolution when explicit `thread_id` is provided and resolves to a valid PR.

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@
66
77
---
88

9+
## [2026-04-14] Daily Intelligence Sweep
10+
11+
### GitHub MCP Server (as of 2026-04-14 sweep)
12+
- **Current version**: v0.33.1 (released 2026-04-14T15:39:43Z)
13+
- **v0.33.0 new tools**: `resolve_pull_request_review_thread` (new MCP tool matching `resolve-pull-request-review-thread` safe-output in gh-aw)
14+
- **v0.33.0 enhancements**: `path`, `since`, `until` params added to `list_commits`; OSS granular PRs and issues toolsets; configurable server name/title via translation strings
15+
- **Known gotcha**: `resolve-pull-request-review-thread` safe-output fails on schedule/workflow_dispatch triggers even with explicit `thread_id` — fix pending upstream (github/gh-aw [plan] issue 2026-04-14)
16+
- **Previous version**: v0.32.0 (2026-03-06) — context reductions, copilot tools moved to default toolset, MCP Apps UI improvements
17+
18+
### githubnext/agentics (as of 2026-04-14 sweep)
19+
- **New pattern**: "Daily Efficiency Improver" workflow added (PR #311, 2026-04-13) — scheduled AI-driven repository health improvements
20+
- **autoloop extracted**: `githubnext/autoloop` is now a standalone repository; agentics updated references (PR #313, 2026-04-12)
21+
- Repository is at 313+ merged PRs and growing
22+
23+
---
24+
925
## [2026-04-14] Bootstrap Entry — Initial Research
1026

1127
### gh-aw CLI

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,19 @@ Stable architectural facts about the GitHub Agentic Workflows ecosystem. Used by
7373

7474
### GitHub MCP Server
7575
- **Repository**: `github/github-mcp-server`
76+
- **Current version**: v0.33.1 (released 2026-04-14)
7677
- Provides GitHub API tools via MCP protocol
7778
- Used by Claude Code, Copilot, and other MCP-compatible clients
7879
- **Projects toolset:** Consolidated `projects_list`, `projects_get`, `projects_write` tools (~50% token reduction, ~23,000 tokens saved)
79-
- **New tools:** `get_copilot_job_status`, `assign_copilot_to_issue`, `create_pull_request_with_copilot`
80+
- **New tools (v0.33.x):** `resolve_pull_request_review_thread` (resolve PR review threads via MCP)
81+
- **New tools (prior):** `get_copilot_job_status`, `assign_copilot_to_issue`, `create_pull_request_with_copilot`
8082
- **`base_ref` parameter:** On Copilot PR tools for stacked PR / feature branch workflows
83+
- **Enhanced `list_commits` (v0.33.0):** `path`, `since`, `until` filter parameters added
84+
- **Granular toolsets (v0.33.0):** OSS granular PRs and issues toolsets for fine-grained permission control
8185
- **Insiders mode:** Opt-in experimental features via `/insiders` URL or config header
8286
- **HTTP mode:** Enterprise deployment with per-request OAuth token forwarding
8387
- **MCP Gateway:** Centralized access management for MCP servers (v0.1.9 as of 2026-04-14)
88+
- **`--exclude-tools` flag (v0.31.0):** Disable individual tools at server config time (also `X-MCP-Exclude-Tools` header in HTTP mode)
8489

8590
### Claude Code
8691
- Anthropic's CLI agentic coding tool
@@ -89,6 +94,12 @@ Stable architectural facts about the GitHub Agentic Workflows ecosystem. Used by
8994

9095
## Ecosystem Integrations
9196

97+
### Sample Workflows & Community Resources
98+
- **`githubnext/agentics`**: Official sample pack of gh-aw workflows (community starter kit, 313+ PRs)
99+
- New pattern added 2026-04-13: **Daily Efficiency Improver** — scheduled AI-driven repository health automation
100+
- **`githubnext/autoloop`**: Standalone repository for the Autoloop pattern (extracted from agentics 2026-04-12); see https://github.com/githubnext/autoloop
101+
- **`githubnext/awesome-continuous-ai`**: Curated list of Continuous AI actions and frameworks
102+
92103
### CI/CD Patterns
93104
- gh-aw workflows compile to standard GitHub Actions
94105
- Can coexist with traditional `.yml` Actions workflows (with caveats around App token pushes)

0 commit comments

Comments
 (0)