Remove deprecated features.inline-agents guidance from workflow instructions#31547
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
Remove deprecated features.inline-agents guidance from workflows
Remove deprecated May 11, 2026
features.inline-agents guidance from workflow instructions
Copilot created this pull request from a session on behalf of
pelikhan
May 11, 2026 17:12
View session
pelikhan
approved these changes
May 11, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Removes stale guidance and configuration around the deprecated features.inline-agents flag now that inline sub-agents are always enabled, and recompiles generated workflow artifacts to match.
Changes:
- Removed
features: inline-agents: truefrom affected workflow instruction.mdfrontmatter files. - Updated
daily-subagent-optimizerinstructions/sub-agent contract to stop checking for (or recommending) the flag. - Updated shared inline sub-agent guidance and regenerated corresponding
.lock.ymlartifacts to reflect the updated sources.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/unbloat-docs.md | Removes deprecated features.inline-agents from workflow frontmatter. |
| .github/workflows/unbloat-docs.lock.yml | Regenerated compiled artifact to match updated frontmatter. |
| .github/workflows/test-quality-sentinel.md | Removes deprecated inline-agents feature flag from frontmatter. |
| .github/workflows/test-quality-sentinel.lock.yml | Regenerated compiled artifact to match updated frontmatter. |
| .github/workflows/spec-librarian.md | Removes deprecated inline-agents feature flag from frontmatter. |
| .github/workflows/spec-librarian.lock.yml | Regenerated compiled artifact to match updated frontmatter. |
| .github/workflows/smoke-copilot.md | Removes deprecated features.inline-agents block from frontmatter. |
| .github/workflows/smoke-copilot.lock.yml | Regenerated compiled artifact to match updated frontmatter. |
| .github/workflows/developer-docs-consolidator.md | Removes deprecated features.inline-agents block from frontmatter. |
| .github/workflows/developer-docs-consolidator.lock.yml | Regenerated compiled artifact to match updated frontmatter. |
| .github/workflows/daily-subagent-optimizer.md | Removes deprecated flag guidance and updates screener sub-agent contract/output format accordingly. |
| .github/workflows/daily-subagent-optimizer.lock.yml | Regenerated compiled artifact to match updated instruction source. |
| .github/workflows/daily-security-red-team.md | Removes deprecated features.inline-agents block from frontmatter. |
| .github/workflows/daily-security-red-team.lock.yml | Regenerated compiled artifact to match updated frontmatter. |
| .github/workflows/daily-firewall-report.md | Removes deprecated features.inline-agents block from frontmatter. |
| .github/workflows/daily-firewall-report.lock.yml | Regenerated compiled artifact to match updated frontmatter. |
| .github/workflows/claude-code-user-docs-review.md | Removes deprecated inline-agents feature flag from frontmatter. |
| .github/workflows/claude-code-user-docs-review.lock.yml | Regenerated compiled artifact to match updated frontmatter. |
| .github/workflows/aw-failure-investigator.md | Removes deprecated features.inline-agents block from frontmatter. |
| .github/workflows/aw-failure-investigator.lock.yml | Regenerated compiled artifact to match updated frontmatter. |
| .github/workflows/agent-performance-analyzer.md | Removes deprecated inline-agents feature flag from frontmatter. |
| .github/workflows/agent-performance-analyzer.lock.yml | Regenerated compiled artifact to match updated frontmatter. |
| .github/aw/subagents.md | Updates shared guidance to explicitly recommend removing features.inline-agents. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 23/23 changed files
- Comments generated: 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ Enhancement
features.inline-agentsis now always enabled and no longer required. This change removes stale guidance and frontmatter usage so instruction sources and compiled workflows consistently reflect current behavior.What does this improve?
features.inline-agents: truefrom affected.github/workflows/*.mdinstruction files..github/aw/subagents.mdlanguage from “deprecated/no-op” to explicit “remove this field” guidance..lock.ymloutputs match updated source instructions.Why is this valuable?
Implementation approach:
features.inline-agentsreferences.