co-mono/packages/agent/CHANGELOG.md
Mario Zechner 0ef3370085 Fix: Capture error from turn_end event in agent state
Previously, errors in turn_end events (e.g., from OpenRouter Auto Router)
were not captured in agent.state.error, making failed requests appear as
successful completions.

Fixes #6
2025-11-13 23:20:03 +01:00

445 B

Changelog

[0.7.6] - Unreleased

Fixed

  • Fixed error message loss when turn_end event contains an error. Previously, errors in turn_end events (e.g., "Provider returned error" from OpenRouter Auto Router) were not captured in agent.state.error, making it appear as if the agent completed successfully. (#6)

[0.7.5] - 2025-11-13

Previous releases did not maintain a changelog.