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/ccChangelog
0.9.12— Fix leading blank line in banner0.9.11— Add ASCII art welcome banner tobrcc start0.9.10— Silence fallback.ts console.error, complete terminal distortion fix0.9.9— Silence proxy stdout to prevent terminal distortion0.9.8— Strip ANSI codes and carriage returns from log output