Fixes a Relay artifact-finalization race affecting the Codex and Claude adapters. Successful invocations now wait for a newly created or changed ATIF artifact to contain valid JSON before returning. A five-second timeout prevents incomplete or late artifacts from being attributed to later turns.
This release does not change the public configuration, API, observability schema, or the existing nemo-relay>=0.6.0,<0.7 compatibility contract.
What's Changed
- fix: wait for Relay ATIF finalization by @AjayThorve in #181
Full Changelog: v0.1.0...v0.1.1