Skip to content

v1.1.0

Choose a tag to compare

@jiahongc jiahongc released this 31 Mar 17:05
· 11 commits to main since this release

CC Companion v1.1.0

New

  • Session history — browse your last 50 Claude Code sessions across all projects (⏳ button). Shows project name, first message, turn count, and relative time. Resume any session with one click — opens a new Terminal tab with claude --resume in the correct directory.
  • Rename instances — right-click any tile to give it a custom name (per-PID, so instances in the same folder can have different names)
  • Close instances — right-click > Close instance with confirmation. Sends SIGTERM to the process group (cleans up subagents). Terminal tab stays open.
  • Context menu — right-click tiles for Rename, Reset name, Close instance
  • Native minimize — minimize button uses macOS genie/swoosh animation to dock

Improved

  • Settings panel with theme, work/ready timers, background opacity
  • Info button for detailed stats (start time, tokens, CPU/mem)
  • Anti-flicker idle grace period with CPU-aware grace timer
  • Subagent process filtering
  • Unminimize terminal windows on focus
  • 2-column grid, scrollable beyond 6 instances

Install (recommended)

git clone https://github.com/jiahongc/cc-companion.git
cd cc-companion
npm install
npm start

DMG (macOS Apple Silicon)

Download below. Since unsigned, after dragging to Applications run:

xattr -cr /Applications/CC\ Companion.app