Skip to content

v0.1.2

Latest

Choose a tag to compare

@fangxiu-wf fangxiu-wf released this 25 Aug 12:14
f216a49

Fixes

  • Scope captured LLM input messages to the current DSH turn, so later traces no longer repeat prompts or model outputs from earlier traces in the same session.
  • Preserve tool calls and tool results produced earlier in the same trace for later LLM spans.
  • Keep only the last LLM output on ENTRY and AGENT spans: the final stop response in normal turns, or the last available fallback when a turn ends early.
  • Document the content boundary in English and Chinese.

Validation

  • 46/46 tests pass on Node.js 22.19 and 24.x.
  • Verified the exact package against DSH 0.1.1-rc.2 Web and Headless profiles.
  • Verified real OTLP traces and metrics plus content-off privacy behavior.

See Issue #9, fix PR #10, and release PR #11.