-
Notifications
You must be signed in to change notification settings - Fork 247
Closed as not planned
Closed as not planned
Copy link
Labels
cookieIssue Monster Loves Cookies!Issue Monster Loves Cookies!dependenciesPull requests that update a dependency filePull requests that update a dependency filego
Description
Summary
Update the indirect dependency github.com/anthropics/anthropic-sdk-go from v1.22.0 to v1.26.0. This SDK is used by the Claude engine integration.
Current State
- Package: github.com/anthropics/anthropic-sdk-go
- Current Version: v1.22.0
- Proposed Version: v1.26.0
- Dependency Type: Indirect (
// indirectin go.mod) - Update Type: Multi-version minor jump (v1.22.0 → v1.26.0, skips v1.23.x, v1.24.x, v1.25.x)
Why Separate Issue
- Jumps 4 minor versions (v1.22.0 → v1.26.0)
- Adds new API features including top-level cache control (automatic caching)
- Adds
BetaToolRunnerfor automatic tool use loops - Each intermediate version may introduce API additions or behavior changes
- Needs careful testing of the Claude engine integration
Safety Assessment
- Multi-version jump increases cumulative risk across all intermediate releases
- New features (BetaToolRunner, automatic caching) may affect Claude engine behavior
- Review all intermediate changelogs: v1.23.0, v1.24.0, v1.25.0, v1.25.1, v1.26.0
- Test Claude engine workflows thoroughly after update
Changes (latest release v1.26.0)
- Added top-level cache control (automatic caching)
- Added
BetaToolRunnerfor automatic tool use loops - Various codegen-related updates across intermediate versions
Links
- v1.26.0 Release Notes
- Package Repository
- [Go Package]((pkg.go.dev/redacted)
Recommended Action
go get github.com/anthropics/anthropic-sdk-go@v1.26.0
go mod tidyTesting Notes
- Run all tests:
make test-unit - Test Claude engine workflows end-to-end
- Verify message streaming still works correctly
- Check tool use / function calling behavior
- Verify no regressions in Claude-based agentic workflows
Generated by Dependabot Dependency Checker
- expires on Feb 25, 2026, 9:28 AM UTC
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
cookieIssue Monster Loves Cookies!Issue Monster Loves Cookies!dependenciesPull requests that update a dependency filePull requests that update a dependency filego