The whole hunk
from line 49, old and new numbered
/
lines
from line 49
4949
5050 <MultiFileExample language="cli" label="CLI">
5151 ```bash CLI
52 AGENT_ID=$(ant beta:agents create --transform id --raw-output < code-reviewer.agent.yaml)
52 ant apply code-reviewer.md
5353 ```
5454
55 <File filename="code-reviewer.agent.yaml">
56 ```yaml
55 <File filename="code-reviewer.md">
56 ```markdown
57 ---
5758 name: Code Reviewer
58 model:
59 id: claude-opus-5
60 system: You are a code review assistant with access to GitHub.
59 model: claude-opus-5
6160 mcp_servers:
6261 - type: url
6362 name: github
from line 65
6665 - type: agent_toolset_20260401
6766 - type: mcp_toolset
6867 mcp_server_name: github
68 ---
69
70 You are a code review assistant with access to GitHub.
6971 ```
7072 </File>
7173 </MultiFileExample>