Skip to content

v0.5.3

Choose a tag to compare

@ktsoator ktsoator released this 29 Jun 01:45
8d6a424

Maintenance: internal refactors and dependency updates

A patch release with no public API changes. The llm and agent APIs are unchanged, so applications need no code changes to upgrade.

Internal structure

  • JSON recovery helpers — string repair and truncation completion — moved into an internal llm/internal/jsonx package. The public tool-argument API (ParseToolArguments, ParseToolArgumentsMode, ArgumentsMode) is unchanged.
  • The model-catalog generator moved from internal/genmodels to llm/internal/genmodels, colocating it with the package it generates, with its go:generate path and docs corrected.
  • Tidied internal source comments.

Dependencies

  • Bumped github.com/anthropics/anthropic-sdk-go to v1.52.0.
  • Bumped CI actions (actions/checkout, actions/setup-python).

Documentation

  • The agent getting-started guide now prints the final answer.

Verified with go build ./... and go test ./....