Skip to content

CC-GUI v0.1.1

Choose a tag to compare

@Ed-Barnes937 Ed-Barnes937 released this 14 Jun 22:52
· 69 commits to main since this release
5da97ec

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.