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