Skip to content

v0.20.1

Latest

Choose a tag to compare

@github-actions github-actions released this 29 Jul 15:03
Installation

Homebrew

brew tap st0012/cctop
brew install --cask cctop

macOS (Apple Silicon)

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

New Features

  • Add manual session hiding by @st0012 in #221
  • Allow force removal of detached cleanup worktrees by @st0012 in #222

Bug Fixes

  • Stabilize Codex session classification during read failures by @st0012 in #226

Full Changelog: v0.20.0...v0.20.1