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
- observer: detach the sleep() abort-listener on normal timeout (was leaking one
listener per tick onto a long-lived signal); wrap onLoop/onReport/onTick so a
throwing user callback routes to onError instead of killing the loop
- collect / planUpload: add opt-in onError so per-adapter locate/parse failures
are observable instead of silently swallowed (matches the observer)
- consolidate writeOtlp → writeOtlpFile (single temp-writer, single prefix)
- document the ms→nanos number-typed timestamp (ordering + ms resolution kept)
- test: observer routes a throwing onLoop to onError (regression)
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@tangle-network/traces",
3
-
"version": "0.2.0",
3
+
"version": "0.2.1",
4
4
"description": "Point it at your coding-agent session traces (Claude Code, Codex, OpenCode, Gemini, Pi, …) and get failure-mode + efficiency findings. CLI + SDK over the @tangle-network/agent-eval analyst suite — observe live sessions, run your own analysts, redact, and upload to the Tangle Intelligence Platform.",
0 commit comments