github AgentWorkforce/burn analyze-v1.0.0
@relayburn/analyze@1.0.0

5 hours ago

[1.0.0] - 2026-04-29

Changed

  • Renamed the public attribution APIs: attributeHotspots replaces attributeWaste, and attributeOverhead / buildTrimRecommendations replace the old context and advise names.
  • detectToolOutputBloat now sizes oversized tool output via cl100k token counts from user-turn enrichment, with a bytes/4 fallback for legacy ledgers. Highly compressible payloads (repetitive logs, base64 dumps) score lower in tokens and may slip below the 15k default threshold.
  • buildSubagentTree() now consumes SessionRelationshipRecord graphs when available, with legacy TurnRecord.subagent fallback and per-node relationshipType.
  • Edit-heavy detection now counts Codex shell/exec_command file reads through cat, head, and tail.

Fixed

  • detectObservedBloat no longer double-counts a tool call when its tool_result is followed by a subagent_notification (or other non-carrier event) sharing the same toolUseId. Non-carrier events are now sized by their own contentLength instead of inheriting the carrier's enriched token count.

Don't miss a new burn release

NewReleases is sending notifications on new releases.