CC-GUI v0.1.1
Fixes
- Terminal icons — the embedded terminal showed
__/--instead of the Claude Code status line's icon glyphs on machines without a Nerd Font installed. CC-GUI now bundles MesloLGS NF (Apache-2.0) and renders the terminal with it, so the status line looks right out of the box regardless of installed fonts.
No other changes since v0.1.0.
Getting started
git clone git@github.com:Ed-Barnes937/CC-GUI.git
cd CC-GUI
npm install
npm run app:install # build + install to /Applications (macOS)See the README for full setup.