|
71 | 71 | - **Modes**: Plan mode (shows plan first), Autopilot mode (fully autonomous) |
72 | 72 | - **Background delegation**: prefix prompt with `&` to send to cloud coding agent |
73 | 73 | - **Sub-agents**: Explore (codebase analysis), Task (build/test), Code Review, Plan |
74 | | -- **Models**: Claude Opus 4.6, Claude Sonnet 4.6, GPT-5.3-Codex, Gemini 3 Pro |
| 74 | +- **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] |
75 | 75 | - **January 2026 changelog**: Enhanced agents, context management, new install methods |
76 | 76 |
|
77 | 77 | ### GitHub Copilot Workspace / Agent Mode (as of 2026-04-14) |
|
106 | 106 | - Safe Outputs subsystem handles write operations in separate permission-controlled jobs |
107 | 107 | - Threat detection job runs per-workflow: prompt injection, credential leaks, malicious code |
108 | 108 |
|
| 109 | +## [2026-04-15] Daily Intelligence Update |
| 110 | + |
| 111 | +### 2026-04-15 -- version -- gh-aw CLI v0.68.3 |
| 112 | +Released 2026-04-14. Model-not-supported detection, shared import `checkout`/`env` fields, TBT metric, OTEL token breakdowns, 5 push_signed_commits.cjs fixes. |
| 113 | + |
| 114 | +### 2026-04-15 -- version -- GitHub MCP Server v0.33.0/v0.33.1 |
| 115 | +Released 2026-04-14. Granular PRs/issues toolsets, resolve review threads tool, `list_commits` `path`/`since`/`until` params, configurable server name. |
| 116 | + |
| 117 | +### 2026-04-15 -- deprecation -- Gemini 3 Pro deprecated |
| 118 | +Deprecated 2026-03-26 across all GitHub Copilot experiences. Use Gemini 3 Ultra. |
| 119 | + |
| 120 | +### 2026-04-15 -- feature -- Agent HQ and model selection |
| 121 | +Agent HQ: multi-vendor agents on GitHub. Model selection for Claude/Codex on github.com (2026-04-14). |
| 122 | + |
| 123 | +### 2026-04-15 -- feature -- Copilot data residency + FedRAMP |
| 124 | +US/EU data residency (2026-04-13). FedRAMP Moderate for US gov. `copilot --remote` public preview. |
| 125 | + |
| 126 | +### 2026-04-15 -- ecosystem -- GitHub Actions April changes |
| 127 | +Workflow reruns capped at 50 (2026-04-10). OIDC for Dependabot/code scanning. Code scanning→Issues linking. Async SBOM exports. |
| 128 | + |
| 129 | +--- |
| 130 | + |
| 131 | +## [2026-04-16] Daily Intelligence Update |
| 132 | + |
| 133 | +### 2026-04-16 -- feature -- gh-aw v0.68.3 New Frontmatter Fields |
| 134 | +- **`pre-steps:`** — Runs custom steps at job start, **before checkout**. Use for token minting or pre-checkout setup. Outputs accessible via `${{ steps.<id>.outputs.<name> }}` for use in `checkout.github-token` to avoid masked-value cross-job boundary issues. Same security restrictions as `steps:`. |
| 135 | +- **`run-install-scripts:`** — Boolean (default: `false`). Allows npm pre/post install scripts. Default adds `--ignore-scripts` to all npm install commands (supply chain protection). Setting `true` disables globally; per-runtime scope via `runtimes.node.run-install-scripts`. Compile-time warning (strict mode: error). |
| 136 | +- **`on.stale-check:`** — Boolean nested under `on:`, default `true`. When `false`, disables the frontmatter hash check in the activation job. Required for cross-repo org ruleset deployments. |
| 137 | +- Source: PR #26607 in github/gh-aw ("Sync github-agentic-workflows.md with v0.68.3") |
| 138 | + |
| 139 | +### 2026-04-16 -- security -- gh-aw Security Fixes |
| 140 | +- **Steganographic injection**: PR #26596 strips markdown link title text to close injection channel |
| 141 | +- **XPIA @mentions**: PR #26589 sanitizes @mentions in `create_issue` body |
| 142 | +- **cache-memory sanitization**: PR #26587 adds pre-agent working-tree sanitization (neutralizes planted executables/disallowed files) |
| 143 | +- **Lock file integrity schema v4**: PR #26594 extends integrity check to detect post-compilation YAML tampering |
| 144 | + |
| 145 | +### 2026-04-16 -- version -- GitHub MCP Server v0.33.0/v0.33.1 |
| 146 | +- **v0.33.0** (2026-04-14): Granular PRs/issues toolsets, `resolve_review_thread` tool, `list_commits` path/since/until params, configurable server name/title via translation strings, OSS HTTP logging adapter |
| 147 | +- **v0.33.1** (2026-04-14): Hotfix release |
| 148 | + |
| 149 | +### 2026-04-16 -- feature -- Claude Code Remote Tasks |
| 150 | +- **Remote Tasks** (launched March 20, 2026): Define GitHub repo + prompt + schedule → Claude runs autonomously on Anthropic cloud infrastructure. Supports cron scheduling. |
| 151 | +- **Remote Sessions**: Start task, close laptop, session continues on Anthropic infrastructure |
| 152 | +- **Open-sourced**: Agent layer at `anthropics/claude-code` |
| 153 | +- **v2.1.76** (March 14, 2026): Enhanced MCP elicitation support, improved tool discovery |
| 154 | + |
| 155 | +### 2026-04-16 -- feature -- Copilot Cloud Agent Per-Org Control |
| 156 | +- **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 | +- **REST API version 2026-03-10**: Available with breaking changes to the REST API |
| 158 | + |
109 | 159 | --- |
110 | 160 | <!-- Append new entries above this line, newest first --> |
0 commit comments