Full Changelog: v1.6.0...v1.7.0
- api: add support for Managed Agents multiagents and outcomes, webhooks, vault validation (6f6a472)
- client: update go dependency (298152f)
Full Changelog: v1.5.0...v1.6.0
- client: allow targeting a workspace for OIDC federation token exchange (a53595b)
Full Changelog: v1.4.0...v1.5.0
- client: add Workload Identity Federation, interactive OAuth, and auth profiles (41be2c4)
- support passing path and query params over stdin (6f7d931)
- cli: correctly load zsh autocompletion (9c22b63)
- flags for nullable body scalar fields are strictly typed (0a9ce73)
- internal: ignore ambiguous schema diagnostics (9b999de)
Full Changelog: v1.3.2...v1.4.0
- api: improve Managed Agents APIs (234e3e7)
Full Changelog: v1.3.1...v1.3.2
Full Changelog: v1.3.0...v1.3.1
Full Changelog: v1.2.1...v1.3.0
- api: CMA Memory public beta (926d861)
- cli: add
--raw-output/-roption 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)
- ci: add github env support for goreleaser (9064b6f)
- client: config fixes (a89b08b)
- cli: use
ShowJSONOptsas argument toformatJSONinstead of many positionals (a9ac5e1) - internal: more robust bootstrap script (a453fd0)
- tests: bump steady to v0.22.1 (7aca529)
Full Changelog: v1.2.0...v1.2.1
- goreleaser: correct pull request config (5d6c9ae)
- ci: support manually triggering release workflow (9f53a96)
Full Changelog: v1.1.0...v1.2.0
- api: add claude-opus-4-7, token budgets and user_profiles (df20ce9)
- api: manual updates (07273ef)
- cli: alias parameters in data with
x-stainless-cli-data-alias(991b8e9)
- cli: fix incompatible Go types for flag generated as array of maps (ced5845)
- fix for failing to drop invalid module replace in link script (ad79ded)
- use correct multipart array format (326a8b5)
- add documentation for ./scripts/link (d1a18e2)
- ci: remove release-doctor workflow (2c92e20)
- cli: additional test cases for
ShowJSONIterator(9c94055) - cli: fall back to JSON when using default "explore" with non-TTY (cd58bd2)
- cli: switch long lists of positional args over to param structs (4373b01)
- internal: codegen related update (8ea4789)
- internal: codegen related update (48aff04)
- update examples (3213488)
Full Changelog: v1.0.0...v1.1.0
- api: manual updates (0563971)
- cli: let
--format rawbe used in conjunction with--transform(4748f25)
Full Changelog: v0.0.1-alpha.0...v1.0.0
- Initial release of the
antCLI.