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

skills changed

managed-agents/skills

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

The whole hunk

from line 219, old and new numbered
/
lines
from line 219
219219 
220220 <MultiFileExample language="cli" label="CLI">
221221 ```bash CLI
222 ant beta:agents create < agent.yaml
222 ant apply agent.md
223223 ```
224224 
225 <File filename="agent.yaml">
226 ```yaml
225 <File filename="agent.md">
226 ```markdown
227 ---
227228 name: Financial Analyst
228229 model: claude-opus-5
229 system: You are a financial analysis agent.
230230 skills:
231231 - type: anthropic
232232 skill_id: xlsx
from line 233
233233 - type: custom
234234 skill_id: skill_01AbCdEfGhIjKlMnOpQrStUv
235235 version: latest
236 ---
237 
238 You are a financial analysis agent.
236239 ```
237240 </File>
238241 </MultiFileExample>
Feedback