github AgentWorkforce/burn analyze-v0.31.0
@relayburn/analyze@0.31.0

latest releases: reader-v0.33.0, mcp-v0.33.0, ledger-v0.33.0...
5 hours ago

[0.31.0] - 2026-04-27

Added

  • compareFromArchive(query, opts) (#88). New helper that builds a CompareTable directly from archive.sqlite via a single grouped SELECT … GROUP BY model, activity, source plus a tiny per-(model, activity) follow-up for median retries, instead of streaming every EnrichedTurn through buildCompareTable in memory. Returns { table, analyzedTurns } so the caller can populate the same "turns analyzed" header the legacy path uses. Output is byte-identical to buildCompareTable(await queryAll(q), opts) for the parity fixture; per-source reasoning-mode handling (Codex's included_in_output) is preserved by grouping on source alongside (model, activity). Powers the migration of burn compare to the archive read model.

Don't miss a new burn release

NewReleases is sending notifications on new releases.