Skip to content

v0.6.0-rc76

Pre-release
Pre-release

Choose a tag to compare

@buger buger released this 15 Sep 13:18
· 355 commits to main since this release
b68eb02
Fix SimpleAppTracer missing recordMermaidValidationEvent method (#150)

- Add recordMermaidValidationEvent() method to SimpleAppTracer class
- Add recordJsonValidationEvent() method to SimpleAppTracer class
- Add recordDelegationEvent() method to SimpleAppTracer class
- Fixes "tracer.recordMermaidValidationEvent is not a function" error
  when using probe agent via SDK with Mermaid schema validation
- Methods mirror the AppTracer implementation but use simple event logging

Resolves issue where SDK users would get method not found errors during
attempt_completion cleanup when validating Mermaid diagrams.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>