Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
9799538
Align ET budget failure diagnostics with firewall-compiled ET totals …
Copilot May 9, 2026
028baf5
shared/gh.md: switch from mcpscripts-gh to gh-proxy (#31205)
Copilot May 9, 2026
d1a2100
Auto-allow `gh` in restricted bash when `tools.github.mode: gh-proxy`…
Copilot May 9, 2026
8363dfc
Propagate a global setup parent span ID across jobs to preserve a sin…
Copilot May 9, 2026
06c1b6c
Normalize internal dependency import paths across 14 package specs (#…
Copilot May 9, 2026
2428cf4
docs(scratchpad): consolidate dev instructions v9.4 — fix 2 tone issu…
github-actions[bot] May 9, 2026
9406aa8
Optimize `aw-failure-investigator` by extracting fetch-heavy phases i…
Copilot May 9, 2026
8c8a2b5
Fix Copilot engine startup in AWF by expanding Node toolcache PATH di…
Copilot May 9, 2026
0fc32e8
Reduce container image validation output noise (#31232)
Copilot May 9, 2026
60d2b01
Fix lint-go failure from perfsprint violations in CLI and permissions…
Copilot May 9, 2026
470aa5a
Enable inline sub-agents by default; deprecate `features.inline-agent…
Copilot May 9, 2026
135cfe8
[spdd] Close normative gaps across 5 reference specs (retry model, ha…
Copilot May 9, 2026
0a35bff
Harden release workflow with retry/backoff for release ID resolution …
Copilot May 9, 2026
712a0a9
docs: unbloat compilation-process reference (#31243)
github-actions[bot] May 9, 2026
65a3b6a
Clarify cache-memory persistence must use write tool in daily SPDD pl…
Copilot May 9, 2026
4dbb5f6
Harden GH_AW_MCP_CLI_SERVERS shell export to resolve code scanning al…
Copilot May 9, 2026
bfd332b
Codex startup: fail fast on missing Node runtime; provision Node in d…
Copilot May 9, 2026
275b577
Prevent duplicate weekly discussions in Agent Performance Analyzer (#…
Copilot May 9, 2026
6fd9c9f
Refactor `audit_agent_output_test.go` to idiomatic testify assertions…
Copilot May 9, 2026
07ba915
fix(static-analysis): stop recreating closed RGS-* issues daily — ded…
Copilot May 9, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .changeset/patch-fix-copilot-toolcache-path-depth.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions .github/aw/subagents.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ description: Guide for defining inline sub-agents in workflow markdown files —

Inline sub-agents let you define specialised agents directly inside a workflow markdown file. At runtime the sub-agent sections are extracted from the prompt (after `{{#runtime-import}}` macros are resolved) and written to the engine-specific agents directory so the engine CLI can discover and invoke them.

> **Experimental feature.** Compilation emits `⚠ Using experimental feature: inline-sub-agents` whenever a workflow contains at least one `## agent:` block.

---

## Enabling the Feature
Expand All @@ -21,6 +19,8 @@ engine: copilot
```

> `features.inline-agents` is deprecated and no longer needed. Existing workflows may still include it, but it has no effect.
>
> `inline-sub-agents: false` is not supported and fails compilation. Remove the field.

---

Expand Down Expand Up @@ -200,4 +200,5 @@ changes. Return a bulleted list, one bullet per file.
- Sub-agents do not support `engine:`, `tools:`, `network:`, or `mcp-servers:` fields — those are stripped at runtime.
- Sub-agents cannot define their own safe-output jobs.
- `features.inline-agents` is deprecated and has no effect; inline sub-agent upload/restore is always generated.
- `inline-sub-agents: false` is rejected at compile time; inline sub-agents cannot be disabled.
- Sub-agent blocks must appear in the main workflow file body; they are not resolved inside imported shared files.
19 changes: 16 additions & 3 deletions .github/workflows/ab-testing-advisor.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading