release: 1.11.0#56
Merged
stainless-app[bot] merged 24 commits intoJun 9, 2026
Merged
Conversation
a80344b to
da06f43
Compare
da06f43 to
6c37695
Compare
6c37695 to
8b56659
Compare
Vulnerability reports for the SDKs should go through Anthropic's HackerOne program rather than security@stainless.com.
8b56659 to
7add72a
Compare
7add72a to
d88245d
Compare
Add a demo GIF recorded with VHS (charmbracelet/vhs) showing the core CLI workflow: creating a message, extracting a field with --transform, and browsing a response in the interactive explorer. The recording is reproducible: scripts/record-demo builds the CLI, starts a local mock API server with deterministic responses, and re-runs vhs against .github/demo.tape. No API credentials are required. https://claude.ai/code/session_01HDgq9SNepGuDQBynKTPRy1
Rework the README to follow the same structure as the other Claude SDK repositories: version badges, a Documentation section linking to the docs site, Installation, a Getting started walkthrough, Requirements, and License. - Add a GitHub release badge and a Homebrew tap badge - Embed the animated terminal demo below the intro - Lead Getting started with browser login (ant auth login) and update the first-message example to current model names and simpler message syntax - Replace the flag and environment-variable reference tables with a short Usage section of runnable examples; defer the full reference to the docs site and --help - Move contributor content (running locally, linking SDK versions, re-recording the demo) under a Development section https://claude.ai/code/session_01HDgq9SNepGuDQBynKTPRy1
- Switch every example, the demo tape, and the mock recording data from claude-opus-4-6 to claude-opus-4-8, matching the CLI documentation - Re-record the demo GIF with the new model name - Rename the README title to "ant — Claude Platform CLI" and open the intro with the binary name so readers immediately know the command https://claude.ai/code/session_01HDgq9SNepGuDQBynKTPRy1
Match the other SDK repos: the README keeps a short Contributing section that links to CONTRIBUTING.md, which now holds environment setup, local run/build, SDK linking, test, formatting, and demo re-recording docs. https://claude.ai/code/session_01HDgq9SNepGuDQBynKTPRy1
GIF output is limited to 256 colors and bands on antialiased text. The tape now renders a VP9 webm (384 KB vs 579 KB for the GIF). GitHub does not play repo-committed videos inline in READMEs, so the README embeds a poster frame extracted from the video that links to the webm, which plays in GitHub's file viewer. The record-demo script now extracts the poster frame automatically and points ANTHROPIC_CONFIG_DIR at an empty directory so auth profiles on the recording machine cannot leak warnings into the demo output.
GitHub only renders inline video players for files uploaded as attachments through the web UI, not for videos committed to the repo, so the webm embed showed a static poster frame instead of an animation. An autoplaying GIF works better for the README demo. Keep the recording fix that points ANTHROPIC_CONFIG_DIR at an empty directory so auth profiles on the recording machine cannot leak warnings into the demo output.
chore(docs): README updates
d88245d to
ff23844
Compare
Contributor
Author
|
🧪 Testing To try out this version of the SDK: Expires at: Thu, 09 Jul 2026 16:40:41 GMT |
ff23844 to
b511e80
Compare
…e-audit refinements
b511e80 to
d63845e
Compare
- BetaManagedAgentsCustomToolInputSchema.type is now a required const - agents/versions list responses now mark `data` required - max_tokens on the advisor tool; model_not_found advisor error code - error_message on tool-search result error params
…upport for server-side fallbacks on refusal feat(client): adds client-side fallbacks middleware for API providers that do not support server-side fallbacks
d63845e to
85d8c2a
Compare
85d8c2a to
0e92936
Compare
0e92936 to
cee82ed
Compare
TomerAberbach
approved these changes
Jun 9, 2026
Contributor
Author
|
🤖 Release is at https://github.com/anthropics/anthropic-cli/releases/tag/v1.11.0 🌻 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated Release PR
1.11.0 (2026-06-09)
Full Changelog: v1.10.0...v1.11.0
Features
Chores
Documentation
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