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

quickstart changed

cli-sdks-libraries/cli/quickstart

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

The whole hunk

from line 29, old and new numbered
/
lines
from line 29
2929 For Linux environments, download the release binary directly.
3030 
3131 ```bash
32 VERSION=1.33.0
32 VERSION=1.35.0
3333 OS=$(uname -s | tr '[:upper:]' '[:lower:]')
3434 case $(uname -m) in
3535 x86_64) ARCH=amd64 ;;
from line 81
8181 
8282```bash
8383ant messages create \
84 --model claude-opus-5 \
84 --model claude-opus-5-5 \
8585 --max-tokens 1024 \
8686 --message '{role: user, content: "Hello, Claude"}'
8787```
from line 88
8888 
8989```text Output wrap
9090{
91 "model": "claude-opus-5",
91 "model": "claude-opus-5-5",
9292 "id": "msg_01YMmR5XodC5nTqMxLZMKaq6",
9393 "type": "message",
9494 "role": "assistant",