Skip to content

v0.17.1

Choose a tag to compare

@github-actions github-actions released this 10 Jun 15:18
· 23 commits to master since this release
4050eda
Installation

Homebrew

brew tap st0012/cctop
brew install --cask cctop

macOS (Apple Silicon)

curl -sL https://github.com/st0012/cctop/releases/download/v0.17.1/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.17.1/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

Bug Fixes

  • Avoid creating notch pill while active by @duroey in #147
  • Reduce Claude metadata refresh CPU by @st0012 in #150
  • Surface Codex hook trust state and clean up the deprecated codex_hooks key by @st0012 in #151

Other Changes

New Contributors

Full Changelog: v0.17.0...v0.17.1