You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(harness): mark derived tool spans as errored from ToolResponseContent.is_error
Now that the SDK carries ToolResponseContent.is_error (AGX1-371), thread it
through the harness surface: CloseSpan gains an is_error field, the span
deriver populates it when closing a tool span on a ToolResponseContent, and
the tracer records the status on span.data (Span has no dedicated error
field; None means the harness reported no status, so data is left untouched).
This preserves tool-error tracing fidelity for harnesses that report tool
failures (e.g. golden agent's ToolCompleted.is_error) once they move onto the
unified surface, instead of silently dropping the status.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments