Skip to content

release: 0.1.0-alpha.1#3

Open
stainless-app[bot] wants to merge 58 commits intomainfrom
release-please--branches--main--changes--next
Open

release: 0.1.0-alpha.1#3
stainless-app[bot] wants to merge 58 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown

@stainless-app stainless-app bot commented Feb 25, 2026

Automated Release PR

0.1.0-alpha.1 (2026-04-03)

Full Changelog: v0.0.1-alpha.0...v0.1.0-alpha.1

Features

  • add default description for enum CLI flags without an explicit description (b037e4b)
  • allow - as value representing stdin to binary-only file parameters in CLIs (9ec723c)
  • api: fix(cli): allow plain string for --system flag in CLI (c8f18fb)
  • api: GA thinking-display-setting (bd11386)
  • better error message if scheme forgotten in CLI *_BASE_URL/--base-url (8e14a7a)
  • binary-only parameters become CLI flags that take filenames only (b6f6dfb)
  • client: add max_per_page to CLI pagination (2e335c6)
  • set CLI flag constant values automatically where x-stainless-const is set (a3861cf)
  • tests: update mock server (5f28d76)

Bug Fixes

  • avoid reading from stdin unless request body is form encoded or json (dcb5ae2)
  • better support passing client args in any position (3983a85)
  • cli no longer hangs when stdin is attached to a pipe with empty input (40af100)
  • fix for encoding arrays with any type items (5324c86)
  • fix for off-by-one error in pagination logic (1944a1d)
  • fix for test cases with newlines in YAML and better error reporting (0275df0)
  • format: run go format (874b72d)
  • handle empty data set using --format explore (a8c535e)
  • improve linking behavior when developing on a branch not in the Go SDK (ea78613)
  • improved workflow for developing on branches (d11462b)
  • no longer require an API key when building on production repos (efd44d0)
  • only set client options when the corresponding CLI flag or env var is explicitly set (11ac26c)
  • use RawJSON when iterating items with --format explore in the CLI (1a48e03)

Chores

  • ci: run builds on CI even if only spec metadata changed (62117e9)
  • ci: skip lint on metadata-only changes (4916eef)
  • cli: Claude Developer Platform -> Claude Platform (34be728)
  • internal: codegen related update (2162128)
  • internal: codegen related update (f3a3f4e)
  • internal: codegen related update (0628e7c)
  • internal: codegen related update (964b642)
  • internal: codegen related update (51d6aea)
  • internal: codegen related update (9099f84)
  • internal: codegen related update (c9e4450)
  • internal: codegen related update (fdd332c)
  • internal: regenerate SDK with no functional changes (913c2ac)
  • internal: tweak CI branches (109ba91)
  • internal: update gitignore (389d78b)
  • internal: update multipart form array serialization (2196f64)
  • mark all CLI-related tests in Go with t.Parallel() (0cc4ad3)
  • modify CLI tests to inject stdout so mutating os.Stdout isn't necessary (9a08ea8)
  • omit full usage information when missing required CLI parameters (e357ef3)
  • switch some CLI Go tests from os.Chdir to t.Chdir (5f89a21)
  • sync repo (59921d0)
  • tests: bump steady to v0.19.4 (eedbcb0)
  • tests: bump steady to v0.19.5 (85f4306)
  • tests: bump steady to v0.19.6 (adc7010)
  • tests: bump steady to v0.19.7 (91c5fb6)
  • tests: bump steady to v0.20.1 (158978f)
  • tests: bump steady to v0.20.2 (fc343ef)
  • tests: unskip tests that are now supported in steady (f27a15a)
  • update SDK settings (7879944)
  • zip READMEs as part of build artifact (387bc97)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 2c9871a to 5023cc7 Compare February 25, 2026 19:38
@stainless-app
Copy link
Copy Markdown
Author

stainless-app bot commented Feb 25, 2026

🧪 Testing

To try out this version of the SDK:

Download and unzip: 'https://pkg.stainless.com/s/anthropic-cli/9a08ea8a5a3bda1a54468cb280de7e5ae41ba419/dist.zip'. On macOS, run 'xattr -d com.apple.quarantine {executable name}'.

Expires at: Sun, 03 May 2026 19:26:41 GMT
Updated at: Fri, 03 Apr 2026 19:26:41 GMT

Remove 'cli' from x-stainless-skip on the system parameter's string
variant so the CLI generates Flag[any] instead of Flag[[]map[string]any].
This allows users to pass plain strings like --system 'You are a pirate'
in addition to JSON objects. The Go SDK skip is preserved.
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 5023cc7 to 1df581d Compare February 25, 2026 22:49
@stainless-app stainless-app bot changed the title release: 0.0.1-alpha.1 release: 0.1.0-alpha.1 Feb 25, 2026
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1df581d to 3e9432f Compare February 25, 2026 22:49
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 3e9432f to e7d046a Compare February 26, 2026 15:44
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e7d046a to f9b42f1 Compare February 26, 2026 21:10
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from f9b42f1 to 07b8765 Compare February 27, 2026 17:26
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 07b8765 to 6e5c41f Compare March 2, 2026 12:23
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 6e5c41f to a10e879 Compare March 3, 2026 20:50
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a10e879 to 0789927 Compare March 4, 2026 19:27
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0789927 to bf3a6d4 Compare March 4, 2026 19:43
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from bf3a6d4 to 3c3c382 Compare March 5, 2026 14:59
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 3c3c382 to b3a8a4b Compare March 5, 2026 17:53
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b3a8a4b to 4c92860 Compare March 5, 2026 19:25
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 223200f to a6a2683 Compare March 31, 2026 13:28
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a6a2683 to 8d28139 Compare March 31, 2026 19:17
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 8d28139 to a541651 Compare March 31, 2026 20:15
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a541651 to 0a1a958 Compare April 1, 2026 16:13
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0a1a958 to 5a43298 Compare April 1, 2026 17:25
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 5a43298 to 8066828 Compare April 1, 2026 18:58
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 8066828 to a2b5c70 Compare April 1, 2026 20:18
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a2b5c70 to 50f35d4 Compare April 1, 2026 23:02
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 50f35d4 to 21964ef Compare April 2, 2026 13:51
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 21964ef to 9b8f499 Compare April 2, 2026 13:51
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 9b8f499 to 70712e7 Compare April 2, 2026 21:01
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 70712e7 to 12e9d9b Compare April 2, 2026 21:20
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 12e9d9b to 8bb18f4 Compare April 2, 2026 22:42
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 8bb18f4 to e1fc8ca Compare April 3, 2026 01:54
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e1fc8ca to b38fedc Compare April 3, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant