Skip to content

v0.1.2-beta.68

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Sep 14:05
e5ba3c2

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-telemetry now 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

  • fix(pi-telemetry): preserve tool error messages by @Weaxs in #190

Release details

  • Version: v0.1.2-beta.68
  • npm dist-tag: beta
  • Compared with: v0.1.2-beta.67

Full changelog