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

apply changed

cli-sdks-libraries/cli/apply

Nearest release: v2.1.280, published under 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 21 where the diff opens
First seen 4 Sep 2026 this site's first read of the page
Recorded edits3to this page, all time

The whole hunk

from line 21, old and new numbered
/
lines
from line 21
2121 ```markdown
2222 ---
2323 name: Summarizer
24 model: claude-opus-5
24 model: claude-opus-5-5
2525 tools:
2626 - type: agent_toolset_20260401
2727 ---
from line 111
111111 ```markdown
112112 ---
113113 name: Code reviewer
114 model: claude-opus-5
114 model: claude-opus-5-5
115115 tools:
116116 - type: agent_toolset_20260401
117117 skills:
from line 126
126126 ```markdown
127127 ---
128128 name: Engineering lead
129 model: claude-opus-5
129 model: claude-opus-5-5
130130 multiagent:
131131 type: coordinator
132132 agents:
from line 152
152152 
153153 <File filename="environments/cloud.yaml">
154154 ```yaml
155 # yaml-language-server: $schema=https://platform.claude.com/schemas/ant/beta/environment.json
155156 name: review-env
156157 description: Cloud container with unrestricted networking for review sessions.
157158 config:
from line 164
163164 
164165 <File filename="memory_stores/review-notes.yaml">
165166 ```yaml
167 # yaml-language-server: $schema=https://platform.claude.com/schemas/ant/beta/memory_store.json
166168 name: Review notes
167169 description: Recurring issues and house-style decisions the reviewer has recorded between runs.
168170 ```