Skip to content

v0.20.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 20:58
Installation

Homebrew

brew tap st0012/cctop
brew install --cask cctop

macOS (Apple Silicon)

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

  • Stream Deck controls for opening sessions and toggling the panel (#218).
  • Permanent local session identities so rendered keys continue targeting the correct session (#223).
  • Stable Active-session ordering within status groups (#219).
  • Refreshed app interface, icons, and brand system (#220).
  • Improved Codex delegated-task classification (#217).

Known permanent-identity follow-ups are tracked in #224.

Full Changelog: v0.19.5...v0.20.0