Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · api

github changed

managed-agents/github

Nearest release: v2.1.260, published an hour before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+8added
Lines−6removed
From line 49 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits7to this page, all time

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>