chore(deps): Upgrade Inference Gateway SDK to v1.14.0#116
Merged
Conversation
Updated the Anthropic SDK from v1.13.4 to v1.14.0 across the main module and all example projects. This update includes dependency upgrades for all go.mod and go.sum files, as well as necessary code adjustments to server components for improved message conversion handling. Also updated the flox development environment with newer versions of claude-code (2.0.30), gh (2.82.1), go (1.25.2), and golangci-lint (2.6.0). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: Eden Reich <eden.reich@gmail.com>
Simplify Claude Code GitHub action configuration by: - Upgrading from beta to main action version - Migrating to claude_args parameter for cleaner configuration - Consolidating custom instructions and tool permissions - Removing redundant prettier installation step - Adding YAML frontmatter for consistency 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Eden Reich <eden.reich@gmail.com>
Signed-off-by: Eden Reich <eden.reich@gmail.com>
…-powered example The NewDefaultToolBox function signature was updated to require a *config.ToolBoxConfig parameter, but the ai-powered example was still calling it without arguments, causing a compilation error. Updated the call to pass &cfg.A2A.AgentConfig.ToolBoxConfig to match the new signature and align with other examples in the codebase. Tested the fix by running the ai-powered example with docker-compose. All three test cases (weather query, time query, and combined query) completed successfully with proper tool execution. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
…maining examples Fixed compilation errors in 4 additional examples that were still calling NewDefaultToolBox() without the required parameter: - examples/ai-powered-streaming/server/main.go:192 - examples/default-handlers/server/main.go:83 - examples/input-required/non-streaming/server/main.go:451 - examples/input-required/streaming/server/main.go:448 All calls now correctly pass &cfg.A2A.AgentConfig.ToolBoxConfig to match the updated function signature. Verified all examples build successfully without errors. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
ig-semantic-release-bot bot
added a commit
that referenced
this pull request
Nov 20, 2025
## [0.15.3](v0.15.2...v0.15.3) (2025-11-20) ### 🔧 Miscellaneous * **deps:** Upgrade Inference Gateway SDK to v1.14.0 ([#116](#116)) ([26722e9](26722e9))
Contributor
|
🎉 This PR is included in version 0.15.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Summary
Changes
SDK Upgrade
CI/CD Improvements
claude_argsparameterTest Plan
🤖 Generated with Claude Code