v0.5.3
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/jsonxpackage. The public tool-argument API (ParseToolArguments,ParseToolArgumentsMode,ArgumentsMode) is unchanged. - The model-catalog generator moved from
internal/genmodelstollm/internal/genmodels, colocating it with the package it generates, with itsgo:generatepath and docs corrected. - Tidied internal source comments.
Dependencies
- Bumped
github.com/anthropics/anthropic-sdk-goto 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 ./....