chore: Update dependencies and infer configuration#128
Merged
Conversation
ig-semantic-release-bot bot
added a commit
that referenced
this pull request
Dec 30, 2025
## [0.17.0](v0.16.2...v0.17.0) (2025-12-30) ### ✨ Features * **metadata:** Add token usage and execution metrics to A2A task responses ([#127](#127)) ([1f49f97](1f49f97)), closes [#126](#126) ### ♻️ Improvements * Migrate to the latest A2A proto schema ([#129](#129)) ([02c2bc1](02c2bc1)) ### 👷 CI * Bump generator tool to 0.2.2 ([fc58ab9](fc58ab9)) ### 🔧 Miscellaneous * **deps:** Bump claude-code 2.0.65 to 2.0.76 ([47f0a79](47f0a79)) * **deps:** Bump generator tool ([659aec4](659aec4)) * **deps:** Update dependencies and infer configuration ([#128](#128)) ([0fa9d33](0fa9d33)) * **deps:** Update infer config ([76589af](76589af))
Contributor
|
🎉 This PR is included in version 0.17.0 🎉 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.
Updates multiple dependencies to their latest versions including claude-code, gh, go, and golangci-lint. Also enhances the infer configuration with new features like background shells, MCP support, and improved shortcut organization. These updates improve development tooling and maintain compatibility with the latest versions.
Changes:
Dependency Updates:
claude-code: ^2.0.55 → ^2.0.65gh: ^2.83.1 → ^2.83.2go: ^1.25.2 → ^1.25.4golangci-lint: ^2.6.2 → ^2.7.2Configuration Updates:
tmp/to.gitignoreconfig.yamlwith new features (background shells, MCP support, status bar, etc.)go.modfrom 1.25.2 to 1.25.4These updates ensure we're using the latest versions of our development tools and take advantage of new infer features for improved productivity.