Skip to content

Releases: GrayCodeAI/eyrie

v0.2.1

16 May 06:40
f23ad75

Choose a tag to compare

0.2.1 (2026-05-16)

Bug Fixes

  • flaky test TestOpenAIStreamChat_MultipleToolCalls order assertion (f5e7f3b)
  • gofumpt formatting (7de54e3)
  • gofumpt formatting + go mod tidy (8bd58dc)
  • remaining errcheck issues (a0a746a)
  • resolve all lint errors (bodyclose, errcheck, gocritic, noctx, unlambda) (566980f)
  • syntax errors in test files (51809bc)
  • upgrade Go from 1.26.1 to 1.26.3 to patch stdlib vulnerabilities (f4a6594)

Tests

  • fix flaky TestBackoffDelay by accounting for jitter (5fa573f)