Summary
This release improves failure observability for agent tooling built on @amaster.ai/pi-telemetry. Previously, when a tool call failed, the Langfuse tracing path could overwrite or lose the original error message, leaving incomplete context in traces and dashboards. With this update, the telemetry extension preserves the actual tool error text, so teams can see the real failure reason when debugging agent runs.
Highlights
@amaster.ai/pi-telemetrynow retains original tool error messages during Langfuse export, giving clearer failure context in telemetry output.- Error-message preservation is covered by updated tests in
@amaster.ai/pi-telemetry, helping prevent regressions for downstream consumers of the extension.
Fixes
- Fixed
What's Changed
Release details
- Version:
v0.1.2-beta.68 - npm dist-tag:
beta - Compared with:
v0.1.2-beta.67