chore: bump anthropic-sdk-go from v1.22.0 to v1.23.0

- Upgrade Anthropic SDK Go dependency to version 1.23.0
- Add Claude Sonnet 4.6 to list of supported models
- Update `go.sum` checksums for new SDK version
This commit is contained in:
Kayvan Sylvan
2026-02-17 19:33:29 -08:00
parent f1fe4e3bcf
commit 683c860b89
3 changed files with 4 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ func NewClient() (ret *Client) {
string(anthropic.ModelClaude3_7SonnetLatest), string(anthropic.ModelClaude3_7Sonnet20250219),
string(anthropic.ModelClaude3_5HaikuLatest), string(anthropic.ModelClaude3_5Haiku20241022),
// The following are the current supported models
string(anthropic.ModelClaudeSonnet4_6),
string(anthropic.ModelClaudeOpus4_6),
string(anthropic.ModelClaudeOpus4_5_20251101),
string(anthropic.ModelClaudeOpus4_5),