Follow Discord
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

tools changed

managed-agents/tools

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+5added
Lines−3removed
From line 694 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits11to this page, all time

The whole hunk

from line 694, old and new numbered
/
lines
from line 694
694694 
695695 <MultiFileExample language="cli" label="CLI">
696696 ```bash CLI
697 ant beta:agents create < agent.yaml
697 ant apply agent.md
698698 ```
699699 
700 <File filename="agent.yaml">
701 ```yaml
700 <File filename="agent.md">
701 ```markdown
702 ---
702703 name: Weather Agent
703704 model: claude-opus-5
704705 tools:
from line 715
714715 description: City name
715716 required:
716717 - location
718 ---
717719 ```
718720 </File>
719721 </MultiFileExample>
Feedback