Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/aw/subagents.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ engine: copilot
---
```

> `features.inline-agents` is deprecated and no longer needed. Existing workflows may still include it, but it has no effect.
> `features.inline-agents` is deprecated and should be removed. Inline sub-agent extraction is always on, so this field is unnecessary.
>
> `inline-sub-agents: false` is not supported and fails compilation. Remove the field.

Expand Down Expand Up @@ -199,6 +199,6 @@ 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.
- `features.inline-agents` is deprecated and should be removed; 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.
26 changes: 13 additions & 13 deletions .github/workflows/agent-performance-analyzer.lock.yml

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

1 change: 0 additions & 1 deletion .github/workflows/agent-performance-analyzer.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ safe-outputs:
timeout-minutes: 30
features:
copilot-requests: true
inline-agents: true

---

Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/aw-failure-investigator.lock.yml

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

2 changes: 0 additions & 2 deletions .github/workflows/aw-failure-investigator.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ imports:
- shared/reporting.md

- shared/observability-otlp.md
features:
inline-agents: true
steps:
- name: Deterministic pre-fetch for failure analysis
env:
Expand Down
Loading