Skip to content

Commit b2ea599

Browse files
Copilotpelikhan
andauthored
Remove deprecated inline-sub-agents mentions from docs
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
1 parent 5fb98dc commit b2ea599

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

.github/aw/subagents.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ Inline sub-agents let you define specialised agents directly inside a workflow m
88

99
---
1010

11-
## Enabling the Feature
12-
13-
Inline sub-agent extraction is always on — no config needed. The deprecated `features.inline-agents` and `inline-sub-agents` fields should be removed from frontmatter.
14-
15-
---
16-
1711
## Syntax
1812

1913
Define a sub-agent with a level-2 Markdown heading of the form `## agent: \`name\``:

docs/src/content/docs/reference/inline-sub-agents.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ sidebar:
77

88
An inline Copilot sub-agent is a named agent definition embedded directly in a workflow markdown file. Instead of creating a separate file in `.github/agents/`, you define the agent's frontmatter and instructions in a dedicated section of the same workflow file.
99

10-
Inline sub-agents are enabled by default. Both `features.inline-agents` and `inline-sub-agents` are deprecated and should be removed from frontmatter.
11-
1210
## Syntax
1311

1412
Start a sub-agent block with a level-2 heading in the following form:

0 commit comments

Comments
 (0)