Skip to content

v0.11.6

Latest

Choose a tag to compare

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

Hydaelyn v0.11.6

Status: Released

Released on 2026-07-18.

Unlimited interactive agent turns

Interactive agents can now set LoopPolicy.UnlimitedIterations to disable the
default model-turn ceiling. Tool-call, token, step, wall-clock, context, and
cancellation policies remain independent and continue to apply when configured.

The opt-in is forwarded through Engine.Run and exposed to output guardrails,
so guardrail retries follow the same iteration policy. Existing callers retain
the default 12-turn ceiling unless they explicitly enable unlimited iterations.

This release adds fields to exported structs. Keyed struct literals remain
compatible; external unkeyed literals must be updated.

Upgrade

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

Full Changelog: v0.11.5...v0.11.6