Skip to content

v0.9.12 — Welcome Banner

Latest

Choose a tag to compare

@1bcMax 1bcMax released this 30 Mar 00:55
· 2 commits to main since this release
239ece2

What's New

✨ Welcome Banner

When you run brcc start, a gold ASCII art BRCC banner now displays before the connection info — so anyone nearby can immediately tell their Claude Code session is powered by BlockRun.

 ██████╗ ██████╗  ██████╗  ██████╗
 ██╔══██╗██╔══██╗██╔════╝ ██╔════╝
 ██████╔╝██████╔╝██║      ██║
 ██╔══██╗██╔══██╗██║      ██║
 ██████╔╝██║  ██║╚██████╗ ╚██████╗
 ╚═════╝ ╚═╝  ╚═╝ ╚═════╝  ╚═════╝
  BlockRun Claude Code  ·  blockrun.ai  ·  v0.9.12
  Any model · No limits · Pay per use with USDC

🐛 Bug Fixes

  • Terminal distortion (v0.9.8–0.9.10): Proxy stdout was leaking ANSI codes and carriage returns into the parent terminal. Fixed by silencing proxy child process stdout and stripping control characters from log files.
  • Banner blank line: First line of the ASCII art was invisible due to a leading newline in the template literal. Fixed — the art now renders immediately with no blank line gap.

Install / Update

npm install -g @blockrun/cc

Changelog

  • 0.9.12 — Fix leading blank line in banner
  • 0.9.11 — Add ASCII art welcome banner to brcc start
  • 0.9.10 — Silence fallback.ts console.error, complete terminal distortion fix
  • 0.9.9 — Silence proxy stdout to prevent terminal distortion
  • 0.9.8 — Strip ANSI codes and carriage returns from log output