Skip to content

Release v1.1.2 - Background Start

Choose a tag to compare

@Chibionos Chibionos released this 30 Jul 05:01
· 12 commits to main since this release
88da8f3

🚀 What's New in v1.1.2

Breaking Change

⚠️ ccr start now runs in background by default. Use --foreground flag to run in foreground mode.

Features

  • 🎯 Background by default: ccr start now spawns a detached process and returns immediately
  • 🖥️ Foreground option: Use ccr start --foreground to run in the terminal (old behavior)
  • Better status feedback: Shows a spinner while starting and displays status after successful start
  • 🔍 Already running check: Prevents multiple instances and shows current status if already running

Installation

npm install -g ccr-next@latest

Usage

# Start in background (default)
ccr start

# Start in foreground (see logs)
ccr start --foreground

# Check status
ccr status

# Stop service
ccr stop

🤖 Generated with Claude Code