Skip to content

v0.11.3

Choose a tag to compare

@github-actions github-actions released this 18 Jul 05:05

Hydaelyn v0.11.3

Status: Released

Released on 2026-07-18.

Stable tool definitions for prompt caching

Tool definitions are now returned in deterministic name order instead of Go
map iteration order. Stable tool serialization preserves the shared request
prefix across agent turns, allowing providers to reuse prompt caches reliably.

The behavior is backward-compatible: tool selection and execution are
unchanged; only the order of definitions sent to providers is stabilized.

Upgrade

go get github.com/Viking602/go-hydaelyn@v0.11.3
go install github.com/Viking602/go-hydaelyn/cmd/hydaelyn@v0.11.3

Full Changelog: v0.11.2...v0.11.3