Skip to content

v0.16.0

Choose a tag to compare

@github-actions github-actions released this 15 May 17:06
· 54 commits to master since this release
f76694b
Installation

Homebrew

brew tap st0012/cctop
brew install --cask cctop

macOS (Apple Silicon)

curl -sL https://github.com/st0012/cctop/releases/download/v0.16.0/cctop-macOS-arm64.zip -o cctop.zip
unzip cctop.zip
mv cctop.app /Applications/
open /Applications/cctop.app

macOS (Intel)

curl -sL https://github.com/st0012/cctop/releases/download/v0.16.0/cctop-macOS-x86_64.zip -o cctop.zip
unzip cctop.zip
mv cctop.app /Applications/
open /Applications/cctop.app

From source

Requires Xcode 16+.

git clone https://github.com/st0012/cctop && cd cctop
./scripts/bundle-macos.sh
cp -R dist/cctop.app /Applications/

This release is signed and notarized with Apple Developer ID.

What's Changed

New Features

  • Surface Claude Code install in the app and fix orphaned-cache detection by @st0012 in #111
  • Redesign empty state to support all 4 agents by @st0012 in #113

Other Changes

  • Migrate Codex feature flag from codex_hooks to hooks by @st0012 in #112
  • Bump version to 0.16.0 by @st0012 in #114

Full Changelog: v0.15.3...v0.16.0