github AgentWorkforce/burn cli-v0.30.0
@relayburn/cli@0.30.0

latest releases: ledger-v0.31.0, cli-v0.31.0, reader-v0.31.0...
8 hours ago

[0.30.0] - 2026-04-27

Changed

  • burn mcp-server runs an incremental buildArchive() at startup (#97) so the first burn__sessionCost / burn__currentBlock tool call hits the SQL archive instead of re-walking the JSONL ledger. The MCP tool handlers themselves run another incremental build before each query so turns appended by hooks mid-session also show up in tool responses. The build is idempotent — a no-op when nothing has changed since the last build — and a build failure logs to stderr but never refuses to serve. Tool fallbacks to queryAll are wired through the new onLog hook so any persistent archive breakage is visible in the MCP host's stderr stream.

Don't miss a new burn release

NewReleases is sending notifications on new releases.