Skip to content

Commit 24d6be6

Browse files
committed
docs(references): daily intelligence update 2026-04-15
- Mark Gemini 3 Pro as deprecated (2026-03-26) in orchestration.md and gh-aw-architecture.md - Add gh-aw CLI version v0.68.3 to architecture reference - Add GitHub MCP Server v0.33.0/v0.33.1 features to architecture reference - Update knowledge base with daily intelligence findings Closes #18, Closes #19 Automated by /aw-daily --force
1 parent dc09004 commit 24d6be6

3 files changed

Lines changed: 26 additions & 4 deletions

File tree

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

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
- **Modes**: Plan mode (shows plan first), Autopilot mode (fully autonomous)
5050
- **Background delegation**: prefix prompt with `&` to send to cloud coding agent
5151
- **Sub-agents**: Explore (codebase analysis), Task (build/test), Code Review, Plan
52-
- **Models**: Claude Opus 4.6, Claude Sonnet 4.6, GPT-5.3-Codex, Gemini 3 Pro
52+
- **Models**: Claude Opus 4.6, Claude Sonnet 4.6, GPT-5.3-Codex, ~~Gemini 3 Pro~~ [SUPERSEDED by 2026-04-15 — deprecated 2026-03-26]
5353
- **January 2026 changelog**: Enhanced agents, context management, new install methods
5454

5555
### GitHub Copilot Workspace / Agent Mode (as of 2026-04-14)
@@ -84,5 +84,25 @@
8484
- Safe Outputs subsystem handles write operations in separate permission-controlled jobs
8585
- Threat detection job runs per-workflow: prompt injection, credential leaks, malicious code
8686

87+
## [2026-04-15] Daily Intelligence Update
88+
89+
### 2026-04-15 -- version -- gh-aw CLI v0.68.3
90+
Released 2026-04-14. Model-not-supported detection, shared import `checkout`/`env` fields, TBT metric, OTEL token breakdowns, 5 push_signed_commits.cjs fixes.
91+
92+
### 2026-04-15 -- version -- GitHub MCP Server v0.33.0/v0.33.1
93+
Released 2026-04-14. Granular PRs/issues toolsets, resolve review threads tool, `list_commits` `path`/`since`/`until` params, configurable server name.
94+
95+
### 2026-04-15 -- deprecation -- Gemini 3 Pro deprecated
96+
Deprecated 2026-03-26 across all GitHub Copilot experiences. Use Gemini 3 Ultra.
97+
98+
### 2026-04-15 -- feature -- Agent HQ and model selection
99+
Agent HQ: multi-vendor agents on GitHub. Model selection for Claude/Codex on github.com (2026-04-14).
100+
101+
### 2026-04-15 -- feature -- Copilot data residency + FedRAMP
102+
US/EU data residency (2026-04-13). FedRAMP Moderate for US gov. `copilot --remote` public preview.
103+
104+
### 2026-04-15 -- ecosystem -- GitHub Actions April changes
105+
Workflow reruns capped at 50 (2026-04-10). OIDC for Dependabot/code scanning. Code scanning→Issues linking. Async SBOM exports.
106+
87107
---
88108
<!-- Append new entries above this line, newest first -->

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ that traditional deterministic CI cannot handle.
2222
the agent — they are NOT managed by the CLI
2323
- Two-file structure: a `.md` source and a `.lock.yml` compiled output
2424

25-
## gh aw CLI
25+
## gh aw CLI (v0.68.3 as of 2026-04-14)
2626

2727
- Default AI agent: GitHub Copilot CLI
2828
- Supported alternative agents: Claude (Anthropic), Codex (OpenAI), custom agents
@@ -72,6 +72,8 @@ that traditional deterministic CI cannot handle.
7272
- Enterprise: HTTP mode with per-request OAuth token forwarding
7373
- Insiders mode: opt-in experimental features via `/insiders` URL or config header
7474
- Projects toolset: consolidated (reduces ~23,000 tokens/50% token usage)
75+
- **v0.33.0 (2026-04-14):** Granular PRs/issues toolsets, resolve review threads tool, `list_commits` gets `path`/`since`/`until` params
76+
- **v0.33.1 (2026-04-14):** Hotfix release
7577

7678
## GitHub Copilot CLI (GA: February 25, 2026)
7779

@@ -80,7 +82,7 @@ that traditional deterministic CI cannot handle.
8082
- **Plan mode**: shows plan before executing
8183
- **Background delegation**: prefix with `&` to delegate to cloud coding agent
8284
- **Specialized sub-agents**: Explore, Task, Code Review, Plan
83-
- **Model support**: Claude Opus 4.6, Claude Sonnet 4.6, GPT-5.3-Codex, Gemini 3 Pro
85+
- **Model support**: Claude Opus 4.6, Claude Sonnet 4.6, GPT-5.3-Codex, ~~Gemini 3 Pro~~ (deprecated 2026-03-26; use Gemini 3 Ultra)
8486
- Available to all paid Copilot subscribers (Pro, Business, Enterprise)
8587

8688
## GitHub Copilot Workspace / Agent Mode

skills/aw-author/references/orchestration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ When specifying `engine.model`, the following values are available as of Copilot
294294
| `copilot` | `claude-opus` | Claude Opus 4.6 — highest reasoning capability |
295295
| `copilot` | `claude-sonnet` | Claude Sonnet 4.6 — balanced speed/capability |
296296
| `copilot` | `gpt-5-codex` | GPT-5.3-Codex — code-optimized |
297-
| `copilot` | `gemini-pro` | Gemini 3 Pro — multimodal |
297+
| `copilot` | `gemini-pro` | ~~Gemini 3 Pro~~ **DEPRECATED 2026-03-26** — use `gemini-ultra` (Gemini 3 Ultra) |
298298
| `claude` | *(default)* | Claude Sonnet 4.6 via direct Anthropic API |
299299

300300
For reasoning-heavy patterns (security review, complex triage), prefer `claude-opus` or enable `thinking: true` with the `claude` engine.

0 commit comments

Comments
 (0)