Open
Conversation
* Changes from PR 55 * Lint fix * fix: replace deprecated Assert.IsAssignableFrom with Assert.IsType
* fix: use Properties initializer for InputSchema in IChatClient extensions (#83) * chore(ci): Add Claude Code GitHub Workflow (#273) * "Claude PR Assistant workflow" * "Claude Code Review workflow" * fix: use Properties initializer for InputSchema in IChatClient extensions The InputSchema constructor was being passed properties as rawData, which caused them to be serialized at the top level of the JSON object instead of under a "properties" key. This resulted in invalid JSON Schema that failed Anthropic API validation with error: "tools.0.custom.input_schema: JSON schema is invalid" The fix uses property initializer syntax to correctly populate the Properties property, ensuring the schema is valid JSON Schema draft 2020-12. Also updates tests to expect the corrected schema format. Fixes #82 * Remove added workflows --------- Co-authored-by: dtmeadows <dmeadows@stainless.com> * Add MEAI User-Agent for IChatClient implementation * Fix failing UT for new schema properties pattern * Add MEAI user agent + UT for betaservice * Address PR comments * Use FrozenDictionary for MEAI headers and fix User-Agent test assertions * Add missing System.Linq using for ToArray extension method * Fix User-Agent tests to verify single header with multiple values * Fix lint issues: use collection expressions and simplify regex --------- Co-authored-by: Matt Brailsford <me@mattbrailsford.com> Co-authored-by: dtmeadows <dmeadows@stainless.com>
Co-authored-by: Claude Code (/Users/davidmeadows/stainless/stainless) <noreply@anthropic.com>
a37567f to
db823be
Compare
db823be to
28a9a73
Compare
82f1cb3 to
1ac1fde
Compare
Contributor
|
FYI v12.4 failed to deploy https://github.com/anthropics/anthropic-sdk-csharp/actions/runs/21724467969/job/62662729880 . Nuget is still on v12.3 |
1ac1fde to
9b658e4
Compare
Collaborator
|
Thanks, I just kicked it (: |
* Add vertex provider Add vertex example Add explicit body check for vertex Readd explicit check for model value in bedrock client lint reintroduce null forgiving operator as required by build * apply review suggestions * Update examples/MessagesExample.Vertex/Program.cs * Apply suggestion from @sd-st --------- Co-authored-by: Stephen <stephen@stainless.com>
9b658e4 to
62036ab
Compare
c9d15fd to
104dc86
Compare
felixfbecker
previously approved these changes
Feb 7, 2026
104dc86 to
b117c68
Compare
b117c68 to
f1b5d59
Compare
felixfbecker
previously approved these changes
Feb 7, 2026
f1b5d59 to
182f121
Compare
Contributor
Thanks.. I just checked but it still didn't deploy correctly. Looking at the code of the action and the response something's gone bad. No release have been created and subsequent steps were skipped. code needs releases response.data has no releases |
182f121 to
ffb8ebd
Compare
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.
✨ Stainless prepared a new release
Anthropic: 12.5.0
12.5.0 (2026-02-09)
Full Changelog: Anthropic-v12.4.0...Anthropic-v12.5.0
Features
Bug Fixes
Foundry: 0.4.3
0.4.3 (2026-02-09)
Full Changelog: Foundry-v0.4.2...Foundry-v0.4.3
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