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

On a remote host without a browser: changed

cli-sdks-libraries/cli/authentication

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

The whole hunk

from line 78, old and new numbered
/
lines
from line 78
7878```bash CLI
7979ant messages create \
8080 --workspace-id wrkspc_01... \
81 --model claude-opus-5 \
81 --model claude-opus-5-5 \
8282 --max-tokens 1024 \
8383 --message '{role: user, content: "Hello, Claude"}'
8484```