Skip to content

v0.9.7 — brcc logs + fallback payment fix

Choose a tag to compare

@1bcMax 1bcMax released this 28 Mar 01:12
· 88 commits to main since this release
c8318a9

Features

  • brcc logs command: View debug logs without digging through files
    • brcc logs — show last 50 entries
    • brcc logs -f — follow in real time (like tail -f)
    • brcc logs -n 100 — show last 100 entries
    • brcc logs --clear — delete log file
    • Auto-rotates at 10MB so it won't eat up disk space
  • Always-on logging: [brcc] messages always written to ~/.blockrun/brcc-debug.log — no need for --debug flag for basic logs

Bug Fixes

  • Fallback + payment mismatch: When fallback switches to a different model and the backend returns 402 (payment required), the payment handler now uses the correct fallback model body instead of the original failed model body. This was causing fallback to silently fail on paid models.

Upgrade

sudo npm update -g @blockrun/cc