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: add --stream-gen-ai-spans flag and v2 envelope span parsing (#150)
* feat: add option for JS runners to stream gen_ai spans
* feat: support envelpe v2 format so that we can capture streamed spans as well
* feat: enhance error status handling in checkErrorCaptured for v1 and v2 protocols
* fix(cli): consistent --not-stream-gen-ai-spans naming and conflict check
Addresses Cursor Bugbot review on #150:
- Rename --not-stream-genai-spans → --not-stream-gen-ai-spans for hyphenation
parity with --stream-gen-ai-spans.
- Reject passing both flags together instead of silently dropping the enable
flag value.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments