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

permission-policies changed

managed-agents/permission-policies

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

The whole hunk

from line 52, old and new numbered
/
lines
from line 52
5252 
5353 <MultiFileExample language="cli" label="CLI">
5454 ```bash CLI
55 ant beta:agents create < agent.yaml
55 ant apply agent.md
5656 ```
5757 
58 <File filename="agent.yaml">
59 ```yaml
58 <File filename="agent.md">
59 ```markdown
60 ---
6061 name: Coding Assistant
6162 model: claude-opus-5
6263 tools:
from line 65
6465 default_config:
6566 permission_policy:
6667 type: always_ask
68 ---
6769 ```
6870 </File>
6971 </MultiFileExample>
from line 244
242244 
243245 <MultiFileExample language="cli" label="CLI">
244246 ```bash CLI
245 ant beta:agents create < agent.yaml
247 ant apply agent.md
246248 ```
247249 
248 <File filename="agent.yaml">
249 ```yaml
250 <File filename="agent.md">
251 ```markdown
252 ---
250253 name: Dev Assistant
251254 model: claude-opus-5
252255 mcp_servers:
from line 263
260263 default_config:
261264 permission_policy:
262265 type: always_allow
266 ---
263267 ```
264268 </File>
265269 </MultiFileExample>