Skip to content

Releases: anthropics/anthropic-cli

v1.7.0

06 May 15:52

Choose a tag to compare

1.7.0 (2026-05-06)

Full Changelog: v1.6.0...v1.7.0

Features

  • api: add support for Managed Agents multiagents and outcomes, webhooks, vault validation (6f6a472)

Chores

  • client: update go dependency (298152f)

v1.6.0

05 May 16:36

Choose a tag to compare

1.6.0 (2026-05-05)

Full Changelog: v1.5.0...v1.6.0

Features

  • client: allow targeting a workspace for OIDC federation token exchange (a53595b)

v1.5.0

04 May 17:11

Choose a tag to compare

1.5.0 (2026-05-04)

Full Changelog: v1.4.0...v1.5.0

Features

  • client: add Workload Identity Federation, interactive OAuth, and auth profiles (41be2c4)
  • support passing path and query params over stdin (6f7d931)

Bug Fixes

  • cli: correctly load zsh autocompletion (9c22b63)
  • flags for nullable body scalar fields are strictly typed (0a9ce73)

Chores

  • internal: ignore ambiguous schema diagnostics (9b999de)

v1.4.0

28 Apr 23:15

Choose a tag to compare

1.4.0 (2026-04-28)

Full Changelog: v1.3.2...v1.4.0

Features

  • api: improve Managed Agents APIs (234e3e7)

v1.3.2

23 Apr 22:04

Choose a tag to compare

1.3.2 (2026-04-23)

Full Changelog: v1.3.1...v1.3.2

v1.3.1

23 Apr 21:38

Choose a tag to compare

1.3.1 (2026-04-23)

Full Changelog: v1.3.0...v1.3.1

v1.3.0

23 Apr 21:23

Choose a tag to compare

1.3.0 (2026-04-23)

Full Changelog: v1.2.1...v1.3.0

Features

  • api: CMA Memory public beta (926d861)
  • cli: add --raw-output/-r option to print raw (non-JSON) strings (534b5fa)
  • cli: default to interactive explore format for retrieve/list commands when connected to TTY (929e904)
  • cli: send filename and content type when reading input from files (7ee2c07)

Bug Fixes

  • api: restore missing features (55d84d1)
  • correctly serialize --file parameter (fb0f8bb)

Chores

  • ci: add github env support for goreleaser (9064b6f)
  • client: config fixes (a89b08b)
  • cli: use ShowJSONOpts as argument to formatJSON instead of many positionals (a9ac5e1)
  • internal: more robust bootstrap script (a453fd0)
  • tests: bump steady to v0.22.1 (7aca529)

v1.2.1

16 Apr 15:56

Choose a tag to compare

Changelog

  • af90f28 release: 1.2.1
  • dd9eeb2 chore(ci): support manually triggering release workflow
  • 1f4c5ad fix(goreleaser): correct pull request config

v1.2.0

16 Apr 15:24

Choose a tag to compare

Changelog

  • be3b17b release: 1.2.0
  • 1af033b chore(internal): codegen related update
  • c593721 feat(api): add claude-opus-4-7, token budgets and user_profiles
  • 3b672af chore(cli): switch long lists of positional args over to param structs
  • 2ad59b6 feat(cli): alias parameters in data with x-stainless-cli-data-alias
  • e343901 chore(ci): remove release-doctor workflow
  • e4a778b chore(cli): fall back to JSON when using default "explore" with non-TTY
  • d580561 codegen metadata
  • e6daf4b codegen metadata
  • 1bacb5e chore(internal): codegen related update
  • a091a60 chore: add documentation for ./scripts/link
  • c34a473 codegen metadata
  • 6619297 feat(api): manual updates
  • 7e63dda docs: update examples
  • 998599f fix: use correct multipart array format
  • fb571f2 fix(cli): fix incompatible Go types for flag generated as array of maps
  • 424fb00 fix: fix for failing to drop invalid module replace in link script
  • ab974f3 chore(cli): additional test cases for ShowJSONIterator
  • ce8aed6 codegen metadata
  • aab9129 ci: remove release-doctor workflow and associated script (#28)
  • 1c7feac ci: remove auto PR review workflow (#26)
  • 3922920 ci: harden publish release workflow (#27)
  • 4d4043c Remove extra release workflow file that is not needed. (#18)

v1.1.0

09 Apr 18:41
721cd0a

Choose a tag to compare

1.1.0 (2026-04-09)

Full Changelog: v1.0.0...v1.1.0

Features

Chores

  • cli: let --format raw be used in conjunction with --transform (4748f25)